[Rails] Deprecated error_messages, what to use now?

2010-09-17 Thread Heinz Strunk
Hey, as you all may know error_messages are deprecated: DEPRECATION WARNING: f.error_messages was removed from Rails and is now available as a plugin. Please install it with `rails plugin install git://github.com/rails/dynamic_form.git` Installing the plugin of course helps but I've been

Re: [Rails] Deprecated error_messages, what to use now?

2010-09-17 Thread Chris Mear
On 17 September 2010 11:54, Heinz Strunk li...@ruby-forum.com wrote: as you all may know error_messages are deprecated: DEPRECATION WARNING: f.error_messages was removed from Rails and is now available as a plugin. Please install it with `rails plugin install