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-attributesSo 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-attributesI 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