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
*
Removed non-standard and unused require 'active_support/deprecation' from par...
Vipul A M
2015-02-27
1
-1
/
+0
*
Revert "Merge pull request #18003 from sikachu/permit_all_parameters-thread-s...
Godfrey Chan
2014-12-19
1
-11
/
+6
*
Merge pull request #18006 from sikachu/add-params-to_unsafe_h
Rafael Mendonça França
2014-12-12
1
-0
/
+6
|
\
|
*
Add AC::Parameters#to_unsafe_h
Prem Sichanugrist
2014-12-12
1
-0
/
+6
*
|
Make AC::Params.permit_all_parameters thread safe
Prem Sichanugrist
2014-12-12
1
-1
/
+10
|
/
*
let's warn with heredocs
Xavier Noria
2014-10-28
1
-4
/
+7
*
User `#to_hash` instead of calling `super`
Prem Sichanugrist
2014-08-18
1
-1
/
+1
*
Fix failing test on several methods on Parameter
Prem Sichanugrist
2014-08-18
1
-1
/
+25
*
Refactor code to reduce duplicate `self.class.new`
Prem Sichanugrist
2014-08-18
1
-12
/
+10
*
Add missing `Hash` methods to `AC::Parameters`
Prem Sichanugrist
2014-08-18
1
-0
/
+40
*
Make `AC::Params#to_h` return Hash with safe keys
Prem Sichanugrist
2014-08-18
1
-0
/
+19
*
Merge pull request #15933 from rafael/master
Rafael Mendonça França
2014-06-27
1
-5
/
+20
|
\
|
*
Improvements per code review.
Rafael Chacón
2014-06-27
1
-4
/
+3
|
*
Add always_permitted_parameters as an option.
Rafael Chacón
2014-06-26
1
-5
/
+21
*
|
Merge pull request #15692 from sromano/falseClass
Matthew Draper
2014-06-14
1
-1
/
+6
|
\
\
|
*
|
ActionController::Parameters#require now accepts FalseClass values
Sergio Romano
2014-06-13
1
-0
/
+1
|
/
/
*
|
adds some details to the rationale of converted_arrays [ci skip]
Xavier Noria
2014-06-07
1
-0
/
+4
*
|
Revert "Convert StrongParameters cache to a hash. This fixes an unbounded"
Xavier Noria
2014-06-07
1
-6
/
+6
*
|
Avoid misuse of underscore argument
Corey Ward
2014-06-05
1
-2
/
+2
*
|
Convert StrongParameters cache to a hash. This fixes an unbounded
Ryan Davis
2014-06-03
1
-6
/
+6
*
|
Tiny doc fix for Strong Parameters
Ian C. Anderson
2014-03-30
1
-1
/
+1
*
|
Simple Sungularize ActionController::UnpermittedParameters error in case when...
Serj L
2014-02-24
1
-1
/
+1
*
|
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
[next]