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
*
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
2
-5
/
+5
*
|
Fix typo in implicit_render
Max Woolf
2016-03-02
1
-1
/
+1
*
|
Revert "Update Session to utilize indiffernt access"
Matthew Draper
2016-02-26
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 #20851 from tomprats/indifferent-sessions
Rafael Mendonça França
2016-02-24
1
-1
/
+1
|
\
|
*
Update Session to utilize indiffernt access
Tom Prats
2016-01-30
1
-1
/
+1
*
|
Move private methods to the private visibility
Rafael Mendonça França
2016-02-24
1
-10
/
+12
*
|
Move Caching module to Abstract Controller
Rafael Mendonça França
2016-02-23
1
-3
/
+1
*
|
Remove unnecessarily included modules in ActionController::Caching
Stan Lo
2016-02-23
1
-1
/
+0
*
|
Make caching configuration more flexible
Stan Lo
2016-02-23
1
-0
/
+12
*
|
Move most caching methods to ActionDispatch::Caching, and let ActionMailer an...
Stan Lo
2016-02-23
1
-54
/
+3
*
|
Move caching/fragments in ActionMailer and ActionController to action_dispatc...
Stan Lo
2016-02-23
2
-153
/
+2
*
|
Use symbol of mime type instead of object to get correct parser
Mehmet Emin İNAÇ
2016-02-22
1
-2
/
+2
*
|
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
*
|
|
partially revert 69009f4473637a44ade26d954ef5ddea6ff903f2
Aaron Patterson
2016-02-17
1
-4
/
+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
*
|
`log_process_action` will return an array, so use `empty?`
Aaron Patterson
2016-02-09
1
-1
/
+1
*
|
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
*
|
Merge pull request #23534 from bronson/fix-redefined-warning
Arthur Nogueira Neves
2016-02-08
1
-0
/
+1
|
\
\
|
*
|
fix 'method redefined' warnings
Scott Bronson
2016-02-06
1
-0
/
+1
*
|
|
Hand off the interlock to the new thread in AC::Live
Matthew Draper
2016-02-07
1
-23
/
+28
|
/
/
*
|
Avoid coupling Action Pack to Railties.
Kasper Timm Hansen
2016-02-06
1
-1
/
+1
*
|
disable controller / view thread spawning in tests
Aaron Patterson
2016-02-05
2
-2
/
+23
*
|
Put some space for non-assets requests in development mode
Prathamesh Sonpatki
2016-02-03
1
-0
/
+2
*
|
Handle response_body= when body is nil
eileencodes
2016-01-30
1
-0
/
+1
|
/
*
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
|
\
\
[next]