1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Commit graph

10 commits

Author SHA1 Message Date
Benjamin Quorning
478d80fd57 Test that permitted? is sticky on accessors, mutators, and merges 2012-11-06 21:30:12 +01:00
Benjamin Quorning
1a0f14e045 Test that not permitted is sticky on #except 2012-11-06 21:24:14 +01:00
Benjamin Quorning
93eaffe59b Current tests are testing stickiness of non-permitted parameters 2012-11-06 21:23:24 +01:00
Benjamin Quorning
5b3b9b0ebc Fix buggy tests 2012-11-06 21:22:57 +01:00
David Heinemeier Hansson
750a30b19f No need for the debugger 2012-10-31 16:35:20 +01:00
David Heinemeier Hansson
954c350daf Allow #permit to take its list of permitted parameters as an array 2012-10-31 16:33:54 +01:00
dfens
ab9140ff02 Cleanup trailing whitespaces 2012-10-12 09:56:39 +02:00
Brendan Loudermilk
1aa522dc4e ActionController::Parameters#permit! is recursive 2012-10-04 11:51:08 -07:00
Guillermo Iguaran
1aaf4490b2 Add config.action_controller.permit_all_attributes to bypass StrongParameters protection 2012-09-16 23:58:21 -05:00
Guillermo Iguaran
1e1bee3ab9 Change tainted/untainted wording to permitted/forbidden 2012-09-16 23:58:21 -05:00
Renamed from actionpack/test/controller/parameters/parameters_taint_test.rb (Browse further)