Re: [Rails] New actions on command

2011-08-31 Thread Curtis Schofield
you were splitting after you saved the model - you want to do that before - or better use a before save call back on the model to split before the model is stored On Aug 30, 2011 3:28 PM, Leo M. li...@ruby-forum.com wrote: Hello! I'm developing a classical Blog like app, and I'm having some

[Rails] New actions on command

2011-08-30 Thread Leo M.
Hello! I'm developing a classical Blog like app, and I'm having some kind of issues about posts' tags, because I've correctly installed acts_as_taggable and acts_as_taggable_on_steroids gems but none of them work, for a controller's mismatch error (due to a Post's tags:string attribute I guess),

Re: [Rails] New actions on command

2011-08-30 Thread Jim Ruther Nill
On Wed, Aug 31, 2011 at 6:28 AM, Leo M. li...@ruby-forum.com wrote: Hello! I'm developing a classical Blog like app, and I'm having some kind of issues about posts' tags, because I've correctly installed acts_as_taggable and acts_as_taggable_on_steroids gems but none of them work, for a