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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
|
Strong ETag validators
Jeremy Daer
2016-03-31
1
-13
/
+46
*
|
Merge pull request #24037 from jeremy/implicit-render-raises-on-browser-GET-r...
Jeremy Daer
2016-03-23
1
-53
/
+34
|
\
\
|
*
|
Refinement of our "are you missing a template or did you omit it on purpose?"...
Jeremy Daer
2016-03-03
1
-53
/
+34
*
|
|
Fix typo for redirect_back
Arkadiusz Fal
2016-03-22
1
-1
/
+1
*
|
|
Add explanation about accepts_nested_attributes_for keys in the strong parame...
Bart de Water
2016-03-12
1
-2
/
+3
*
|
|
Use the most highest priority exception handler when cause is set
Sean Griffin
2016-03-11
1
-2
/
+6
*
|
|
Merge pull request #22854 from jcoyne/missing_template
Sean Griffin
2016-03-11
1
-1
/
+1
|
\
\
\
|
*
|
|
Render default template if block doesn't render
Justin Coyne
2016-02-25
1
-1
/
+1
*
|
|
|
add return values to example [ci skip]
yuuji.yaginuma
2016-03-10
1
-1
/
+1
*
|
|
|
Add `ActionController::Parameters#dig`
Sean Griffin
2016-03-09
1
-0
/
+15
*
|
|
|
Pass headers through to payload for logging.
Gareth du Plooy
2016-03-08
1
-0
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
Remove http_cache_forever's version parameter
Jean Boussier
2016-03-05
1
-4
/
+2
|
|
/
|
/
|
*
|
Change 'a HTTP' to 'an HTTP' [ci skip]
Santosh Wadghule
2016-03-03
1
-4
/
+4
*
|
Fix typo in implicit_render
Max Woolf
2016-03-02
1
-1
/
+1
|
/
*
Additional review of 6b31761.
Kasper Timm Hansen
2016-02-25
1
-1
/
+1
*
Lock down new `ImplicitRender` behavior for 5.0 RC
Godfrey Chan
2016-02-25
2
-18
/
+75
*
Show permitted flag in the output of AC::Parameters#inspect
Prathamesh Sonpatki
2016-02-24
1
-1
/
+1
*
Merge pull request #23682 from ShikChen/fast_strxor
Santiago Pastorino
2016-02-21
1
-1
/
+2
|
\
|
*
Improve the performance of string xor operation
shik
2016-02-15
1
-1
/
+2
*
|
Deprecate AC::Parameters#== with a Hash
Benjamin Quorning
2016-02-19
1
-9
/
+14
*
|
Fix AC::Parameters#== with other AC::Parameters
Benjamin Quorning
2016-02-19
1
-3
/
+4
*
|
fields_for_style needs to test for AC::Parameters
Aaron Patterson
2016-02-17
1
-1
/
+1
*
|
Implement ActionController::Parameters#inspect
Benjamin Quorning
2016-02-17
1
-1
/
+5
|
/
*
Remove `const_missing` which fallback to deprecated `NEVER_UNPERMITTED_PARAMS`
Ryuta Kamizono
2016-02-15
1
-10
/
+0
*
Request#fullpath should not raise an exception, so remove the rescue
Aaron Patterson
2016-02-09
1
-1
/
+1
*
AC::Request#format always returns a value, so we do not need to try
Aaron Patterson
2016-02-09
1
-1
/
+1
*
speed up string xor operation and reduce object allocations
Aaron Patterson
2016-02-08
1
-1
/
+2
*
Hand off the interlock to the new thread in AC::Live
Matthew Draper
2016-02-07
1
-23
/
+28
*
disable controller / view thread spawning in tests
Aaron Patterson
2016-02-05
1
-2
/
+13
*
Fix typo in strong params hash deprecation message
Marek
2016-01-27
1
-2
/
+2
*
Merge branch '5-0-beta-sec'
Aaron Patterson
2016-01-25
1
-1
/
+6
|
\
|
*
use secure string comparisons for basic auth username / password
Aaron Patterson
2016-01-22
1
-1
/
+6
*
|
Fix nodoc to internal class error document some of them
Vipul A M
2016-01-25
1
-1
/
+0
*
|
Merge pull request #23167 from maclover7/fix-21032
Rafael França
2016-01-21
1
-1
/
+5
|
\
\
|
*
|
Fix `ActionController::Parameters#==` bug
Jon Moss
2016-01-21
1
-1
/
+5
*
|
|
remove doc reference to ActionController::MimeResponds#respond_to
sealocal
2016-01-20
1
-3
/
+0
*
|
|
document simple example of ActionController::MimeResponds#respond_to
sealocal
2016-01-20
1
-1
/
+9
|
/
/
*
|
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
*
|
[ci skip] Fix typo Renderering --> Rendering
Akshay Vishnoi
2016-01-09
1
-1
/
+1
*
|
Merge pull request #22275 from mastahyeti/per-form-csrf
Rafael França
2016-01-06
1
-11
/
+54
|
\
\
[next]