RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: spilth
Site: http://www.spilth.org/
I have a version of this that re-uses the form partial and avoids letting you edit fields that require unique values automatically:
https://github.com/spilth/rails-mass-update-test/blob/master/app/form_builders/mass_form_builder.rb
And
https://github.com/spilth/rails-mass-update-test/blob/master/app/views/books/mass_edit.html.erb
I have a version of this that re-uses the form partial and avoids letting you edit fields that require unique values automatically:
https://github.com/spilth/rails-mass-update-test/blob/master/app/form_builders/mass_form_builder.rb
And
https://github.com/spilth/rails-mass-update-test/blob/master/app/views/books/mass_edit.html.erb