You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DEPRECATION WARNING: config.whiny_nils option is deprecated and no longer works. (called from block in <top (required)> at /home/thiagovsk/projetos/selfstarter/config/environments/development.rb:10)
DEPRECATION WARNING: Model based mass assignment security has been extracted
out of Rails into a gem. Please use the new recommended protection model for
params or add protected_attributes to your Gemfile to use the old one.
To disable this message remove the whitelist_attributes option from your config/application.rb file and any mass_assignment_sanitizer options
from your config/environments/*.rb files.
Some warnings are generated when migrating the rails 3 to 4 rails and
file "config /" are not updated
With these changes the mode of development on bulletin out.
Signed-off-by: Thiago Ribeiro <[email protected]>
thiagovsk
added a commit
to thiagovsk/selfstarter
that referenced
this issue
Mar 12, 2015
Some warnings are generated when migrating the rails 3 to 4 rails and
file "config /" are not updated
With these changes the mode of development on bulletin out.
Signed-off-by: Thiago Ribeiro <[email protected]>
When I ran
I received two warnings of deprecation
They are:
DEPRECATION WARNING: config.whiny_nils option is deprecated and no longer works. (called from block in <top (required)> at /home/thiagovsk/projetos/selfstarter/config/environments/development.rb:10)
DEPRECATION WARNING: Model based mass assignment security has been extracted
out of Rails into a gem. Please use the new recommended protection model for
params or add
protected_attributes
to your Gemfile to use the old one.To disable this message remove the
whitelist_attributes
option from yourconfig/application.rb
file and anymass_assignment_sanitizer
optionsfrom your
config/environments/*.rb
files.See http://guides.rubyonrails.org/security.html#mass-assignment for more information.
DEPRECATION WARNING: The Active Record auto explain feature has been removed.
To disable this message remove the
active_record.auto_explain_threshold_in_seconds
option from the
config/environments/*.rb
config file.See http://guides.rubyonrails.org/4_0_release_notes.html for more information.
I do not know how is the contributions but I can solve it for you.
The text was updated successfully, but these errors were encountered: