index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
lib
/
action_controller
/
metal
/
strong_parameters.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
AC::Parameters#permit! permits hashes in array values
Xavier Noria
2013-12-23
1
-2
/
+4
*
optimizes array conversion in AC::Parameters
Xavier Noria
2013-12-21
1
-2
/
+12
*
refactors AC::Parameters#fetch
Xavier Noria
2013-12-21
1
-10
/
+3
*
converts hashes in arrays of unfiltered params to unpermitted params [fixes #...
Xavier Noria
2013-12-21
1
-3
/
+10
*
Improve wording in AC::ParameterMissing error message
Guillermo Iguaran
2013-11-02
1
-1
/
+1
*
Revert "Merge pull request #9660 from sebasoga/change_strong_parameters_requi...
Guillermo Iguaran
2013-11-02
1
-23
/
+9
*
Merge pull request #9660 from sebasoga/change_strong_parameters_require_behav...
Guillermo Iguaran
2013-11-01
1
-9
/
+23
|
\
|
*
Change ActionController::Parameters#require behavior when value is empty
Sebastian Sogamoso
2013-03-11
1
-9
/
+23
*
|
don't mutate hash with fetch
Doug Cole
2013-10-26
1
-1
/
+8
*
|
Strong parameters should permit nested number as key. Closes #12293
kennyj
2013-09-27
1
-1
/
+5
*
|
do not break params filtering on nil values
Vasiliy Ermolovich
2013-09-07
1
-1
/
+1
*
|
Stop messing up with instance variables, use protected as it was meant for
Carlos Antonio da Silva
2013-08-30
1
-2
/
+7
*
|
Added data for permit array into scalar value
Rahul P. Chaudhari
2013-08-05
1
-0
/
+1
*
|
fixed missing comma in example
Ilya Vorontsov
2013-04-24
1
-1
/
+1
*
|
Fix some typos
Vipul A M
2013-03-24
1
-1
/
+1
*
|
Fix documentation markup [ci skip]
Rafael Mendonça França
2013-03-23
1
-0
/
+2
*
|
StringIO is not required by default in JRuby
Arun Agrawal
2013-03-22
1
-0
/
+1
|
/
*
Use the instrumentation framework to instrument Strong Params
Daniel Schierbeck
2013-03-07
1
-1
/
+2
*
Rack::Test::UploadedFile is a permitted scalar
Fabio Kreusch
2013-02-21
1
-3
/
+4
*
ActionDispatch::Http::UploadedFile is a permitted scalar [Closes #9051]
Xavier Noria
2013-01-23
1
-2
/
+5
*
Only check for unpermmited parameters if
Rafael Mendonça França
2013-01-22
1
-1
/
+1
*
avoid creating an object in every call
Xavier Noria
2013-01-22
1
-1
/
+2
*
Refactor grep call to remove .each
Carlos Antonio da Silva
2013-01-20
1
-1
/
+1
*
Use 1.9 hash style in docs/comments [ci skip]
Carlos Antonio da Silva
2013-01-20
1
-3
/
+3
*
Removing warning: shadowing outer local variable
Arun Agrawal
2013-01-20
1
-3
/
+3
*
strong parameters filters permitted scalars
Xavier Noria
2013-01-20
1
-22
/
+92
*
Restore and adapt the implementation reverted at
Rafael Mendonça França
2013-01-19
1
-19
/
+46
*
Added ability to raise or log on unpermitted params.
Thomas Drake-Brockman
2013-01-20
1
-0
/
+25
*
strong parameters exception handling
Brian Alexander
2013-01-15
1
-6
/
+0
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2013-01-09
1
-1
/
+1
|
\
|
*
prefer american spelling of 'behavior'
Gosha Arinich
2013-01-07
1
-1
/
+1
*
|
Revert "unpermitted params" exception -- it's just not going to work. See the...
David Heinemeier Hansson
2013-01-08
1
-49
/
+4
*
|
Never treat action or controller as unpermitted params
David Heinemeier Hansson
2013-01-08
1
-6
/
+15
*
|
improve StrongParameters documentation [ci skip]
Francesco Rodriguez
2013-01-07
1
-8
/
+7
*
|
These are already required through AS/rails
Akira Matsuda
2013-01-06
1
-1
/
+0
*
|
Wrong copy and paste :bomb:
Rafael Mendonça França
2013-01-05
1
-1
/
+1
*
|
Add documentation to raise_on_unpermitted_parameters option
Rafael Mendonça França
2013-01-05
1
-2
/
+17
*
|
Rename the configuration to raise_on_unpermitted_parameters
Rafael Mendonça França
2013-01-05
1
-9
/
+9
*
|
Allow developers to enable raising of exception when unexpected params are pr...
Thomas Drake-Brockman
2013-01-05
1
-0
/
+22
*
|
Change docs to use update instead of update_attributes
Amparo Luna + Guillermo Iguaran
2013-01-03
1
-2
/
+2
|
/
*
Add missing require.
Rafael Mendonça França
2012-12-13
1
-0
/
+1
*
Replace comments' non-breaking spaces with spaces
claudiob
2012-12-04
1
-2
/
+2
*
hash filters should be accessed with symbols or strings
Francesco Rodriguez
2012-11-30
1
-3
/
+5
*
Fix Strong Parameters docs.
Uģis Ozols
2012-11-27
1
-2
/
+1
*
Set @permitted on new instance when slicing parameters hash
Benjamin Quorning
2012-11-06
1
-1
/
+3
*
Remove #permitted attr accessor from Parameters
Carlos Antonio da Silva
2012-11-03
1
-1
/
+0
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-11-03
1
-1
/
+1
|
\
|
*
Revert "dont encourage AC::Parameters#permit_all_parameters usage [ci skip]"
Vijay Dev
2012-11-03
1
-1
/
+21
|
*
dont encourage AC::Parameters#permit_all_parameters usage [ci skip]
Francesco Rodriguez
2012-10-28
1
-21
/
+1
|
*
fix StrongParameters example [ci skip]
Francesco Rodriguez
2012-10-21
1
-1
/
+1
[next]