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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unnecessary variable route
Alberto Almagro
2018-12-02
1
-11
/
+2
*
Merge pull request #34554 from sj26/group-exception-logs
Rafael França
2018-11-28
1
-5
/
+8
|
\
|
*
Avoid extra array allocations
Samuel Cochran
2018-11-29
1
-2
/
+2
|
*
Log exceptions atomically
Samuel Cochran
2018-11-28
1
-5
/
+8
*
|
Add autoload hook for AbstractController::ActionNotFound
Rafael Mendonça França
2018-11-28
1
-0
/
+1
*
|
Use `Testing::Parallelization` in Action Packs's test
yuuji.yaginuma
2018-11-28
1
-77
/
+1
|
/
*
Use env instead of headers on those tests
Rafael Mendonça França
2018-11-26
1
-14
/
+14
*
Raise an error on root route naming conflicts.
Gannon McGibbon
2018-11-20
3
-7
/
+22
*
Merge pull request #20865 from colavitam/only-except-behavior
Rafael Mendonça França
2018-11-19
2
-2
/
+30
|
\
|
*
:only and :except are now chained for routing resource(s)
Michael Colavita
2015-07-13
3
-3
/
+40
*
|
Remove unused `Journey::Router::RoutingError`
yuuji.yaginuma
2018-11-18
1
-3
/
+0
*
|
Allow rescue from parameter parse errors
Gannon McGibbon
2018-11-13
8
-8
/
+95
*
|
Reset sessions on failed system test screenshot
Maxim Perepelitsa
2018-11-13
2
-2
/
+12
*
|
Fix broken CHANGELOG markup [ci skip]
Ryuta Kamizono
2018-11-08
1
-3
/
+3
*
|
Amend CVE note and security guide section wordings
Gannon McGibbon
2018-11-06
1
-3
/
+3
*
|
Add CVE note to security guide and gemspecs
Gannon McGibbon
2018-11-06
1
-0
/
+3
*
|
Merge pull request #34314 from bf4/patch-2
Gannon McGibbon
2018-10-30
1
-1
/
+1
|
\
\
|
*
|
ActionController::API *does* support cookies, sessions
Benjamin Fleischer
2018-10-25
1
-1
/
+1
*
|
|
We don't want these internal methods as public methods in our controllers
Akira Matsuda
2018-10-30
1
-23
/
+25
|
/
/
*
|
Use request object for context if there's no controller
Andrew White
2018-10-22
3
-3
/
+20
*
|
Apply mapping to symbols returned from dynamic CSP sources
Andrew White
2018-10-22
3
-3
/
+21
*
|
Fix `ActionController::Parameters#each_value` and add changelog entry to this...
Bogdan
2018-10-15
3
-3
/
+11
*
|
Remove invalid magic comment [ci skip]
Yoshiyuki Kinjo
2018-10-11
1
-2
/
+0
*
|
Merge pull request #34109 from bogdanvlviv/follow-up-34064
Eileen M. Uchitelle
2018-10-10
1
-21
/
+0
|
\
\
|
*
|
Follow up #34064
bogdanvlviv
2018-10-06
1
-21
/
+0
*
|
|
Add allocations to template renderer subscription
Eileen Uchitelle
2018-10-10
1
-2
/
+5
*
|
|
Deprecate ActionDispatch::Http::ParameterFilter in favor of ActiveSupport::Pa...
Yoshiyuki Kinjo
2018-10-08
4
-125
/
+16
|
/
/
*
|
Don't use deprecated `Module#parents`
yuuji.yaginuma
2018-10-05
1
-1
/
+1
*
|
Revert "Merge pull request #33970 from rails/eager-url-helpers"
schneems
2018-10-03
8
-67
/
+32
*
|
Fix call sites
Gannon McGibbon
2018-10-02
2
-2
/
+2
*
|
Merge pull request #33256 from ilkkao/ilkkao/remove-unused-params-option
Ryuta Kamizono
2018-10-01
3
-5
/
+5
|
\
\
|
*
|
Don't handle params option in a special way in url_for helper
Ilkka Oksanen
2018-08-20
3
-5
/
+5
*
|
|
Add `Style/RedundantFreeze` to remove redudant `.freeze`
Yasuo Honda
2018-09-29
29
-95
/
+95
*
|
|
Merge pull request #34002 from gmcgibbon/fix_deeply_nested_scoped_root
Rafael França
2018-09-27
2
-1
/
+17
|
\
\
\
|
*
|
|
Fix optionally scoped root route unscoped access
Gannon McGibbon
2018-09-27
2
-1
/
+17
*
|
|
|
Fixing an edge case when using objects as constraints
Simon Courtois
2018-09-27
2
-1
/
+28
|
/
/
/
*
|
|
Merge pull request #33979 from lzap/master
Rafael França
2018-09-27
2
-0
/
+26
|
\
\
\
|
*
|
|
Added ActionController::Parameters.each_value method
Lukas Zapletal
2018-09-27
2
-0
/
+26
*
|
|
|
Merge branch 'master' into eager-url-helpers
Aaron Patterson
2018-09-26
9
-10
/
+10
|
\
\
\
\
|
*
|
|
|
Change the empty block style to have space inside of the block
Rafael Mendonça França
2018-09-25
9
-10
/
+10
*
|
|
|
|
Routes from Engine Railties should not be an infinite loop
Aaron Patterson
2018-09-26
1
-2
/
+4
*
|
|
|
|
Allow helpers to be deferred until the routes have been finalized
Aaron Patterson
2018-09-25
2
-5
/
+24
*
|
|
|
|
Eagerly build the routing helper module after routes are committed
Aaron Patterson
2018-09-25
7
-27
/
+62
|
/
/
/
/
*
|
|
|
Merge pull request #33973 from rails/remove-catch-all
Aaron Patterson
2018-09-25
2
-0
/
+6
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Add hack to deal with warnings
Aaron Patterson
2018-09-24
1
-1
/
+1
|
*
|
|
Remove deprecated catch-all route in the AV tests
Aaron Patterson
2018-09-24
2
-0
/
+6
*
|
|
|
Merge pull request #33829 from mtsmfm/encode-filename
Kasper Timm Hansen
2018-09-23
5
-6
/
+99
|
\
\
\
\
|
*
|
|
|
Encode Content-Disposition filenames on send_data and send_file
Fumiaki MATSUSHIMA
2018-09-13
5
-6
/
+99
*
|
|
|
|
Merge pull request #33949 from sjain1107/no-private-def
Kasper Timm Hansen
2018-09-23
2
-12
/
+15
|
\
\
\
\
\
|
*
|
|
|
|
Remove private def
Sakshi Jain
2018-09-23
2
-12
/
+15
[next]