Top "Mass-assignment" questions

A feature of server-side web framework such as Ruby on Rails, in which all the parameters of an HTTP request are assigned to variables.

How to assign categories for products in magento Programmatically

I am a newbie in magento. Basically, I want to assign multiple products to multiple categories. I have followed this …

magento categories product mass-assignment
Is there a way to bypass mass assignment protection?

I have a Rails 3 app which JSON encodes objects in order to store them in a Redis key/value store. …

ruby-on-rails ruby ruby-on-rails-3 mass-assignment
Rails can't mass-assign protected attributes for id, created_at

I'm using rails as the server side of a backbone.js site, therefore I'm constantly passing the rails objects back …

ruby-on-rails activerecord mass-assignment