Top "Update-attributes" questions

Rails - How to manage nested attributes without using accepts_nested_attributes_for?

My problem is I've run into limitations of accepts_nested_attributes_for, so I need to figure out how to …

ruby-on-rails nested-forms nested-attributes model-associations update-attributes
Rails - update_attributes coming up against validations

So I've got a user model, with login, email address, password, password confirmation, name, avatar (picture), etc. There are validations …

ruby-on-rails validation update-attributes
How to update/rename a carrierwave uploaded file?

I cant figure out how to update/rename a file uploaded/managed with Carrierwave-mongoid in rails 3.2.6. I want to rename …

ruby-on-rails file rename carrierwave update-attributes