solved:: issue: 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`. (called from block in _app_views_posts_new_html_erb___1035897007_27441684_951413597 at C:/Users/premkumar_m/Documents/NetBeansProjects/newprem/app/views/posts/new.html.erb:5)
solution:: remove this line <%= f.error_messages %> from your new.html.erb ( file which shows deprecation warning) -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

