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.

What does "Mass Assignment" mean in Laravel?

When I went through Laravel Document about Eloquent ORM topic part, I got a new term Mass Assignment. Document show …

php laravel mass-assignment
Can't mass-assign protected attributes

Updating the code formatting for better viewing. Folks, I have been looking at this for sometime but I don't understand …

ruby-on-rails nested-attributes mass-assignment
VB function with multiple output - assignment of results

I know there's no straightforward way for multiple assignment of function in VB, but there's my solution - is it …

vb.net function variable-assignment mass-assignment
Laravel 5 : MassAssignmentException in Model.php

I am getting this error: MassAssignmentException in Model.php line 448: _token When I am using create method. Please review code …

php laravel laravel-5 eloquent mass-assignment
Assign multiple variables at once with dynamic variable names

I'm aware I can assign multiple variables to multiple values at once with: (foo, bar, baz) = 1, 2, 3 And have foo = 1, bar = 2, …

python mass-assignment destructuring
Laravel 5.2 multiple model save()

I need to store exactly three pages at once via form. I would like save in similar manner as model …

eloquent laravel-5.2 mass-assignment
Magento mass-assign products to category

As the title says,i need to mass-assign products to a category and from the admin i can only edit …

magento categories product mass-assignment
How to fix Mass Assignment: Insecure Binder Configuration (API Abuse, Structural) in java

I have a Controller class with the below two methods for finding a doctors (context changed). Getting the Mass Assignment: …

java spring spring-mvc fortify mass-assignment
Is there an opposite function of slice function in Ruby?

In this post, slice function is used to get only necessary elements of params. What would be the function I …

ruby-on-rails mass-assignment
What is mass-assignment in Rails 3

I have heard couple of people complaining and posting questions about mass-assignment in Rails. I have got same error couple …

ruby-on-rails-3 activerecord mass-assignment