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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
applies new string literal convention in actionpack/lib
Xavier Noria
2016-08-06
22
-130
/
+130
*
|
|
Move the YAML hook closer to `init_with`.
Kasper Timm Hansen
2016-08-02
1
-8
/
+9
*
|
|
Replace implicit formats with a case statement.
Kasper Timm Hansen
2016-08-02
1
-7
/
+8
*
|
|
Let Psych 2.0.9+ deserialize 2.0.8 serialized parameters.
Kasper Timm Hansen
2016-08-02
1
-2
/
+9
*
|
|
Make Parameters support legacy YAML encodings.
Kasper Timm Hansen
2016-08-01
1
-0
/
+19
|
|
/
|
/
|
*
|
Reset rack.input when the environment is scrubbed for the next request
Nick Sieger
2016-07-27
1
-0
/
+1
*
|
Fix incorrect indentation in method comment [ci skip]
Junya Ogura
2016-07-21
1
-3
/
+3
|
/
*
Fix adding implicitly rendered namespaced template digests to ETags
Javan Makhmali
2016-07-13
1
-1
/
+1
*
Trust `Object#dup` in `ActionController::Parameters`, using `#initialize_copy...
Tim Rogers
2016-07-08
1
-15
/
+1
*
Changes to a dupped `ActionController::Parameters` mutate the original
Tim Rogers
2016-07-07
1
-0
/
+5
*
[ci skip] Add 'params' formatting in ActionController::Base
Alex Kitchens
2016-06-30
1
-4
/
+4
*
Fix adding implicitly rendered template digests to ETags
Javan Makhmali
2016-06-28
1
-1
/
+7
*
`params.permitted?` is false by default
Jon Moss
2016-06-23
1
-0
/
+2
*
Update ActionController::Parameters documentation [ci skip]
Benjamin Quorning
2016-06-22
1
-19
/
+18
*
Fix typo in ActionController::Renderer [ci skip]
Alex Kitchens
2016-06-10
1
-1
/
+1
*
Clean up the test request/response even after an exception
Matthew Draper
2016-06-01
1
-23
/
+26
*
Tiny document fixes [ci skip]
Robin Dupret
2016-05-30
1
-1
/
+1
*
ActionController::Parameters: Fix #dig doc code
Christian Wesselhoeft
2016-05-29
1
-5
/
+5
*
fix incorrect class name [ci skip]
yuuji.yaginuma
2016-05-28
1
-1
/
+1
*
Respect `log_warning_on_csrf_failure` setting for all CSRF failures
Matthew Caruana Galizia
2016-05-23
1
-1
/
+3
*
Action Mailer: Declarative exception handling with `rescue_from`.
Jeremy Daer
2016-05-15
1
-12
/
+1
*
Helpers doc grammar fix [skip ci]
Jon Atack
2016-05-07
1
-2
/
+2
*
Merge pull request #24029 from rthbound/dont-call-each-when-calling-body-on-r...
Sean Griffin
2016-05-06
2
-8
/
+10
|
\
|
*
Fixes #23964
Ryan T. Hosford
2016-03-13
2
-8
/
+10
*
|
Implement helpers proxy in controller instance level
Rafael Mendonça França
2016-05-05
2
-2
/
+7
*
|
Move protected instance variable to the right place
Rafael Mendonça França
2016-05-05
1
-3
/
+4
*
|
Fix some typos in comments.
Joe Rafaniello
2016-05-04
1
-1
/
+1
*
|
Merge pull request #24845 from tomkadwill/action_controller_typos
Rafael França
2016-05-04
2
-3
/
+3
|
\
\
|
*
|
Fix actionpack typos [ci skip]
Tom Kadwill
2016-05-04
2
-3
/
+3
*
|
|
Merge pull request #24777 from tomkadwill/action_pack_typos_3
Vipul A M
2016-04-30
2
-5
/
+5
|
\
\
\
|
*
|
|
Fix actionpack typos [ci skip]
Tom Kadwill
2016-04-30
2
-5
/
+5
|
|
/
/
*
|
|
Merge pull request #24641 from rafaelfranca/fix-per-form-token-with-full-url
Jeremy Daer
2016-04-25
1
-1
/
+2
|
\
\
\
|
*
|
|
Discart the schema and host information when building the per-form token
Rafael Mendonça França
2016-04-20
1
-1
/
+2
|
|
/
/
*
|
|
Merge pull request #24697 from tomkadwill/action_pack_typos_2
Vipul A M
2016-04-23
4
-10
/
+10
|
\
\
\
|
*
|
|
Actionpack documentation typos [ci skip]
Tom Kadwill
2016-04-23
4
-10
/
+10
|
|
/
/
*
|
|
Merge pull request #24669 from tomkadwill/action_pack_typos
Vipul A M
2016-04-22
1
-10
/
+9
|
\
\
\
|
*
|
|
Actioncable and Actionpack documentation typos [ci skip]
Tom Kadwill
2016-04-21
1
-10
/
+9
|
|
/
/
*
/
/
Fix ApplicationController.renderer.defaults.merge!
Jon Moss
2016-04-20
1
-1
/
+1
|
/
/
*
|
Update send_data documentation [ci skip]
Anton Rieder
2016-04-19
1
-1
/
+1
*
|
Filter scalar values when params permit hashes or arrays
Sean Griffin
2016-04-15
1
-1
/
+5
*
|
Merge pull request #24504 from nickmalcolm/master
Vipul A M
2016-04-12
1
-1
/
+6
|
\
\
|
*
|
[ci skip] This modifies the HTTP Token authentication example's `authenticate...
Nick Malcolm
2016-04-12
1
-1
/
+6
*
|
|
Pass over all Rails 5 warnings, to make sure:
Vipul A M
2016-04-12
1
-1
/
+1
|
/
/
*
|
quick edits on the AC::API RDoc [ci skip]
Xavier Noria
2016-04-05
1
-19
/
+20
*
|
Fixes #24239
Ryan T. Hosford
2016-04-04
1
-1
/
+1
*
|
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2016-04-03
1
-0
/
+7
|
\
\
|
*
|
[ci skip] Fix example of ActionController::Parameters#to_unsafe_h
Prathamesh Sonpatki
2016-03-24
1
-1
/
+1
|
*
|
Add example for ActionController::Parameters#to_unsafe_h
Gaurish Sharma
2016-03-12
1
-0
/
+7
*
|
|
Grammar fixes based on pass over ETag doc changes
Vipul A M
2016-04-03
1
-2
/
+2
*
|
|
Grammer fix in comment: capitalize first word in sentence [ci skip].
utilum
2016-04-02
1
-1
/
+1
[prev]
[next]