Displaying 20 results from an estimated 9000 matches similar to: "weird error - illegal instruction"
2005 Dec 15
1
Problem with ActionMailer -- which looks really cool!
Whatever I do to try to connect including trying different ISPs, I
get the same errors, here they are:
Errno::ECONNREFUSED in Events#send_my_email
Connection refused - connect(2)
Application Trace | Framework Trace | Full Trace
/Applications/Locomotive/Bundles/rails-0.14.1-min.bundle/Contents/
Resources/ports/lib/ruby/1.8/net/protocol.rb:83:in `initialize''
2006 Feb 09
2
breakpointer error
Hi,
I can''t get breakpointer to work on locomotive. Pretty sure it used to
work...
Any ideas??
Jeroen
jeroen$ ruby script/breakpointer
/Applications/Locomotive/Bundles/rails-1.0.0-max.bundle/Contents/Resources/ports/lib/ruby/1.8/drb/drb.rb:828:in
`getaddrinfo'': getaddrinfo: No address associated with nodename
(SocketError)
from
2006 Feb 08
1
Weird validation issue
Hi,
I''m having a weird validation issue. Validation isn''t working for
certain attributes and, for some reason, it''s also affecting things
outside of validation.
For campers on certain camp types, we require some information about
their school. I tried to validate the information this way:
validates_presence_of :school_type, :if => Proc.new { |c|
!c.booking.nil?
2005 Dec 30
2
Locomotive 1.0.0 for Mac OS 10.3+
Hi All,
I''m very happy to announce the release of Locomotive 1.0.0.
Locomotive is a one-click development solution for Rails on Mac OS X.
See more details at http://locomotive.sourceforge.net
Get it at:
http://prdownloads.sourceforge.net/locomotive/Locomotive_1.0.0.dmg?download
What''s New?
===========
* Server bundle updated to lighttpd 1.4.8
* Server bundle updated to
2006 Feb 17
3
Migration Errors?
Hi there,
I just bought the Rails Recipes and PDF preview of the book. So far
it''s excellent. I decided to try Chapter 8 of the book regarding
tagging.
I''ve done migrations before, and I feel comfortable with them, however
this error stumps me.
--------------------------------------------------
antrover:~/RubyProjects/rlog dhoefler$ ruby script/generate migration
2005 Dec 15
1
Locomotive for Mac OS X 10.3+. Now with Rails 1.0
Hi All,
The base Locomotive download now comes with Rails 1.0.
http://locomotive.sourceforge.net
If you already have a current version of Locomotive (0.4.1), all you
need is a new bundle.
Rails 1.0 Min:
http://prdownloads.sourceforge.net/locomotive/Rails_1.0.0_Min.dmg?download
Rails 1.0 Max:
http://prdownloads.sourceforge.net/locomotive/Rails_1.0.0_Max.dmg?download
Cheers!
-r
--
Ryan
2006 Mar 27
2
:through and STI
Hi,
I''m trying to use :through and STI using the trunk version of Rails, but
I get the following error see bottom of this msg[1]
here are my classes.
class Player < ActiveRecord::Base
end
class Ladder < ActiveRecord::Base
has_many :subscriptions
has_many :players, :through => :subscriptions
end
class SingleLadder < Ladder
end
class Subscription <
2005 Dec 31
6
What does this error mean when using scaffold?
Last login: Fri Dec 30 15:34:43 on ttyp1
source /private/var/tmp/folders.501/TemporaryItems/Locomotive.
1135999534.992790-16807
Welcome to Darwin!
frank-roccos-powerbook58:~ farocco$ source /private/var/tmp/folders.
501/TemporaryItems/Locomotive.1135999534.992790-16807
frank-roccos-powerbook58:~/Documents/receipts farocco$ script/
generate scaffold receipt receipt
2006 Jan 18
15
Anyone got Globalize working???
Hi all
In another thread I complain about an error I get after trying to get
Globalize working.
http://www.ruby-forum.com/topic/51988#new
Now I want to ask you, if anybody of you has ever got Globalize working?
I have done exactly what''s written in the (absolutely much too short)
tutorial of its wiki...
http://globalize.diluvia.net/wiki
...and I''m very frustrated that no
2005 Sep 27
6
Locomotive 0.2.4 for Mac OS X 10.3+
I am pleased to announce the newest release of Locomotive!
http://locomotive.sourceforge.net
Mostly a bug fix release. If you are using Locomotive on 10.4 you
should definitely upgrade.
New in 0.2.4
============
* Rename application entries in status window
* Run/Restart/Stop buttons now immediately update
* Bundle choosing is fixed for Mac OS X 10.4
* Missing gem dependencies in Rails 0.13.1
2005 Sep 22
0
Locomotive 0.2.1 for Mac OS X 10.3+ : rails_product support
I am pleased to announce the newest release of Locomotive with one new feature!
New in 0.2.1
============
* Correctly loads rails_product''s from the sites/ directory
Otherwise unchanged from 0.2.0. If you already have 0.2.0 and don''t
want/need rails_product support, then you don''t need to download this
release - rails_product support is the only change.
Get it at:
2007 Feb 25
4
[BUG] Bus Error OS X
I''m getting the following on OS X (under locomotive) when running the
tests for ferret. Is anybody else getting this error?
rm -f ext/mem_pool.*
rm -f ext/defines.h
** Execute test_units
/Applications/Locomotive/Bundles/rmagickRailsJan2007_x86.locobundle/framework/bin/ruby
-Ilib:test/unit
2006 Jul 27
1
Weird issue with editing data.
Hi all.
Ive got a small CRUD app that is giving me some weird isuses.
If I add/create an entry that works fine, the data goes into the db. I
can later show the data, but when I edit it, no data is displayed in the
form for me to edit.
Here is the bits from the controller.
def new
@kb=Knowledgebase.new
end
def create
@kb= Knowledgebase.new(params[:kb])
if @kb.save
2006 Mar 29
5
EdgeRails: "undefined method `weight'' for #<Hash:
Hi all,
I was playing with the sample project found on the Wiki at
http://wiki.rubyonrails.com/rails/pages/HowToIntegrateFerretWithRails
, and everything was working fine, ... till I moved to EdgeRails :
undefined method `weight'' for #<Hash:0x22c7150>
(full error thread below)
Any idea?
Alain
2007 Feb 20
2
rails 1.2.1, locomotive and backgroundrb
Hi
I just tried to move my project to rails 1.2.1 on my locomotive
development setup. It seems that backgroundrb is not willing to start
up anymore. If I switch locomotive back to 1.1.6, everthing is fine.
This is the error I get while attempting to start backgroundrb:
/Applications/Locomotive2/Bundles/standardRailsJan2007.locobundle/
2006 Jan 02
5
How can one use GRUFF with locomotive ( I guess there is a wider question here, also)
Hi:
I love Locomotive and use it exclusively for my rails projects. I''d
like to install GRUFF and give it a try (a graph image creation
package). I know I can do sudo gem install gruff from the command
line for normal ruby and rails. How do I make gems available to
Locomotive?
bruce
1998 Jul 15
3
smbprinting --> HP
HI all,
Question:
I have a freeBSD box using smbprint to print on a HP jet direct printer
attatched to a NT server.
However the formatting is horrible and it only prints out about the first 2
lines of a file. Any suggesstions out there?
thanks!
-aaz
2007 Apr 09
0
Problem with Ferret on OS X with Locomotive
I am using Locomotive 2.0.8 with Rails 1.2.3 for development. It
works great. I recently installed Ferret 0.11.4 as a gem. The
installation seemed to go fine. No error or warning messages. I
setup a test rails app to try Ferret, and the server won''t start. The
error I get is
/Applications/Locomotive2/Bundles/rmagickRailsJan2007_x86.locobundle/
2007 Jul 19
0
locomotive and establish_connection
I am using locomotive for development.
My app uses dual databases and hence I have a model that uses a
different establish_connection to connect to the db.
It seems that locomotive does not support this. Am I correct? If so,
does anyone have a different approach to achieve this?
thanks.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed
2007 Jan 12
1
Snom Record / Voice Recorder Button
Hi List,
Has anyone got the record button to work on the Snom's? Im looking to have
it send a email with a attachemnt of what the user records I hope. It looks
like you just point the button to exten@proxy and just have that extension
record it. Any clue on how to do this, just use Record() or
Voicemail(s1234). Any suggesstions, any luck with this?
Thanks!
-------------- next part