Displaying 3 results from an estimated 3 matches for "ramsden".
Did you mean:
amsden
2006 Mar 28
0
Moving all items from one Scriptaculous box to another
...bvious!) observations, I''ll be very interested.
Note that I''ve plugged a couple of variable values with hard-coded
text, to make the sample easier to follow. So don''t worry about
minor syntax errors - I think my problems go somewhat deeper than
that!
Cheers
John Ramsden
2011 Jan 16
4
persistence by reachability
Hello guys, I have these models
class Farmer < ActiveRecord::Base
has_many :cows
end
class Cow < ActiveRecord::Base
set_table_name :cows
belongs_to :farmer
end
...
graph = Farmer.find(x) # Retrieves four cows of x
graph.cows[1].name = "Trottolina"
graph.save
while adding a new cow to collection works perfectly fine, ActiveRecord
doesn''t
2008 Sep 09
0
Re: NetBeans to IntelliJ to Eclipse to NetBeans to Eclipse to IntelliJ - Evaluating IDEs for Ruby o
Just as an update .. I moved from Vista to Ubuntu and stuck with
IntelliJ + Ruby plugin until I hit a showstopper bug..
http://www.intellij.net/forums/thread.jspa?threadID=277084&tstart=0
So I was forced to move quickly back to either NetBeans or Eclipse ...
and since NetBeans required less setup than Eclipse I''ve run with that.
I''ve been happy with the Ruby support on