Top "Strong-parameters" questions

Strong Parameters requires whitelisting of Action Controller parameters by default.

Rails 4 & Devise - User's name is not added to database when new user created

I'm new to the Ruby on Rails environment and most problems I've been able to solve, but I haven't been …

ruby-on-rails authentication devise ruby-on-rails-4 strong-parameters
Rails 4/Devise/MongoDB: "Unpermitted parameters" using custom properties and strong parameters

Trying to add a nested custom attribute, Profile (a Mongoid document), to my devise User class. When the Devise registration …

ruby-on-rails mongodb devise ruby-on-rails-4 strong-parameters
Multiple require & permit strong parameters rails 4

In the below case, i am trying to use strong parameters. I want to require email_address, password and permit …

ruby-on-rails ruby ruby-on-rails-4 model-view-controller strong-parameters
Rails 4: Forcing specific values with "strong parameters"

I'm struggling with a form for creating "Projects". Eventually I want to allow only the current user_id but I …

ruby-on-rails ruby ruby-on-rails-4 strong-parameters