1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00
heartcombo--devise/test/controllers
Adam Meehan 7ec4c1424d Add resource_params internal helper to param filtering
In light of recent discussions around mass assignment security and
the alternate solution of using the controller to filter params, not the model,
a hook/helper is needed to be able to override how the params are filtered
before they are used to build the resource.
2012-05-15 18:07:02 +10:00
..
custom_strategy_test.rb Do not reproduce warden behavior, simply rely on the controller calling it 2012-05-06 12:09:53 +02:00
helpers_test.rb sign_out helper uses the new warden api 2012-02-16 14:53:10 -02:00
internal_helpers_test.rb Add resource_params internal helper to param filtering 2012-05-15 18:07:02 +10:00
sessions_controller_test.rb Ensure ActiveRecord is defined, which is not true when running Mongoid tests. 2012-04-07 15:54:00 -03:00
url_helpers_test.rb Unit tests for OAuth. 2010-07-26 20:33:23 +02:00