[Rails] Re: nested forms with select lists

2009-06-01 Thread anrake
end On Jun 1, 1:53 pm, nodoubtarockstar wrote: > Can you possibly post some sample code so that we can see how your > select lists are defined and how your controller is attaching the > categories to your object? It might be a fairly easy fix to point out. > > Cheers! > > O

[Rails] nested forms with select lists

2009-05-30 Thread anrake
I'd like to use a drop down select field to add multiple categories to my model (has_many relationship) using nested forms in Rails 2.3.2. I can get it to work fine with straight text fields, but no matter what I do with select elements I always end up with "undefined method `merge' for #" Does

[Rails] Re: upgrade to Rails 2

2009-03-06 Thread anrake
, Mar 4, 2009 at 5:59 AM, Colin Law wrote: > > >> 2009/3/3 Phlip > > >>> anrake wrote: > >>> > Hi,  I'm a little bit behind the curve I guess.  I need to upgrade my > >>> > app from Rails 1.2.6 to the most recent version 2.2.2.  Are the

[Rails] Re: upgrade to Rails 2

2009-03-04 Thread anrake
Thanks guys. I guess I'm not missing any quick & easy guides then. Will slowly plug away... On Mar 4, 12:38 am, Phlip wrote: > anrake wrote: > > Hi,  I'm a little bit behind the curve I guess.  I need to upgrade my > > app from Rails 1.2.6 to the most recent

[Rails] upgrade to Rails 2

2009-03-03 Thread anrake
Hi, I'm a little bit behind the curve I guess. I need to upgrade my app from Rails 1.2.6 to the most recent version 2.2.2. Are there any complete guides (including Peepcodes or Pragmatic pdf books) that give you a comprehensive guide on how to upgrade your application? Everything from the littl