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
...
*
Link to docs instead of listing methods
schneems
2016-01-19
1
-5
/
+7
*
Add methods to StrongParameters
schneems
2016-01-19
1
-1
/
+1
*
[close #23084] Deprecated StrongParameters
schneems
2016-01-19
1
-0
/
+16
*
AC::Parameters#at_json: restore Rails 4.2’s value
claudiob
2016-01-12
1
-1
/
+2
*
Unneeded &block parameters
Akira Matsuda
2016-01-12
1
-2
/
+2
*
Fix AC::Parameters#to_unsafe_h to return all unfiltered values
Prathamesh Sonpatki
2015-12-31
1
-6
/
+6
*
Add AC::Parameters#include?
Justin Coyne
2015-12-29
1
-1
/
+1
*
Only dup Ruby's Hash and Array.
Kasper Timm Hansen
2015-12-17
1
-2
/
+18
*
Make Parameters#to_h and #to_unsafe_h return HWIA
Prem Sichanugrist
2015-12-14
1
-5
/
+7
*
Add missing require to strong_parameters.rb
claudiob
2015-12-04
1
-0
/
+1
*
Renamed ‘Return’ to ‘Returns’ [ci skip]
Ronak Jangir
2015-09-28
1
-1
/
+1
*
Remove wrong doc line about AC::Parameters
claudiob
2015-09-10
1
-3
/
+2
*
fixes example for consistency [ci skip]
Xavier Noria
2015-08-29
1
-3
/
+3
*
swaps words [ci skip]
Xavier Noria
2015-08-29
1
-1
/
+1
*
revamps the docs of strong params require [ci skip]
Xavier Noria
2015-08-29
1
-9
/
+40
*
revises 877e42e
Xavier Noria
2015-08-28
1
-2
/
+2
*
[Feature] params.require requires array of params
Gaurish Sharma
2015-08-28
1
-0
/
+8
*
[skip ci] Fix minor typo
Jon Atack
2015-08-17
1
-1
/
+1
*
drop conditionals in conversion logic
Aaron Patterson
2015-07-21
1
-7
/
+5
*
rearrange logic to use positive branches
Aaron Patterson
2015-07-21
1
-4
/
+6
*
Fix exception overwritten for parameters fetch method
Roque Pinel
2015-07-18
1
-3
/
+7
*
push fields_for_style? in to a protected method
Aaron Patterson
2015-07-17
1
-5
/
+5
*
push is_a checks up the stack
Aaron Patterson
2015-07-17
1
-13
/
+13
*
remove useless conditional
Aaron Patterson
2015-07-17
1
-1
/
+0
*
remove useless conditionals
Aaron Patterson
2015-07-17
1
-2
/
+2
*
remove useless function
Aaron Patterson
2015-07-17
1
-8
/
+2
*
stop passing `params` to `array_of_permitted_scalars_filter`
Aaron Patterson
2015-07-17
1
-4
/
+6
*
push key checking up
Aaron Patterson
2015-07-17
1
-1
/
+2
*
Standardize `ActionController::Parameters#to_unsafe_h` return value
Zoltan Kiss
2015-07-15
1
-1
/
+1
*
Update documentation on `AC::Parameters`
Prem Sichanugrist
2015-07-15
1
-6
/
+32
*
Make AC::Parameters not inherited from Hash
Prem Sichanugrist
2015-07-15
1
-28
/
+99
*
Merge pull request #20659 from vngrs/strong_parameters_unpermitted_parameters...
Yves Senn
2015-06-22
1
-2
/
+4
|
\
|
*
Fix the documentation about ActionController::UnpermittedParameters [ci skip]
Mehmet Emin İNAÇ
2015-06-22
1
-2
/
+4
|
/
*
Fix the documentation about ActionController::ParameterMissing [ci skip]
Mehmet Emin İNAÇ
2015-06-22
1
-5
/
+5
*
fix missing "if" in API docs for ActionController::Parameters#permit
Michael Josephson
2015-04-06
1
-1
/
+1
*
Return super in ActionController::Parameters.const_missing
Shuhei Kagawa
2015-03-28
1
-1
/
+1
*
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
[prev]
[next]