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
/
test
/
controller
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a ContentNegotiation test description
Sharang Dashputre
2019-03-19
1
-1
/
+1
*
Only accept formats from registered mime types
John Hawthorn
2019-03-10
2
-6
/
+18
*
Pass the template format to the digestor
Aaron Patterson
2019-02-15
1
-11
/
+14
*
Ensure that `redirect_back` with `fallback_location` to another host is allowed
bogdanvlviv
2019-01-25
1
-0
/
+29
*
Merge pull request #35018 from gmcgibbon/revert_redirect_to_allow_other_host
Rafael França
2019-01-22
3
-42
/
+12
|
\
|
*
Revert ensure external redirects are explicitly allowed
Gannon McGibbon
2019-01-22
3
-42
/
+12
*
|
Merge pull request #34952 from rails/template-stuff
Aaron Patterson
2019-01-22
1
-55
/
+0
|
\
\
|
|
/
|
/
|
|
*
Templates should be eval'd in the context of an AV::Base object
Aaron Patterson
2019-01-17
1
-55
/
+0
*
|
Remove secret_token rack env and cookie upgrade code
Rafael Mendonça França
2019-01-17
2
-3
/
+10
*
|
Remove deprecated `fragment_cache_key` helper in favor of `combined_fragment_...
Rafael Mendonça França
2019-01-17
1
-8
/
+0
*
|
Ensure external redirects are explicitly allowed
Gannon McGibbon
2019-01-17
3
-12
/
+42
*
|
Revert "Don't handle params option in a special way in url_for helper"
Rafael Mendonça França
2019-01-16
2
-1
/
+9
|
/
*
Enable `Lint/UselessAssignment` cop to avoid unused variable warnings (#34904)
Ryuta Kamizono
2019-01-09
2
-4
/
+4
*
Allow using combine the Cache-Control `public` and `no-cache` headers
yuuji.yaginuma
2019-01-07
1
-0
/
+10
*
Make Rails Facebook-free
Sasha Koss
2018-12-24
1
-2
/
+2
*
Remove unused methods
yuuji.yaginuma
2018-12-23
1
-26
/
+0
*
Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin block
Ryuta Kamizono
2018-12-21
3
-50
/
+38
*
Module#{define_method,alias_method,undef_method,remove_method} become public ...
Ryuta Kamizono
2018-12-21
1
-1
/
+1
*
Pass the correct value as JSON
yuuji.yaginuma
2018-12-19
1
-1
/
+1
*
Merge pull request #34737 from r7kamura/feature/test-case-params-nil
Kasper Timm Hansen
2018-12-18
1
-0
/
+12
|
\
|
*
Allow nil params on controller HTTP test methods
r7kamura
2018-12-18
1
-0
/
+12
*
|
More exercise `test_running_prepended_before_and_after_action`
Ryuta Kamizono
2018-12-19
1
-1
/
+3
|
/
*
Allow using parsed_body in ActionController::TestCase
Tobias Bühlmann
2018-12-16
1
-0
/
+14
*
Merge pull request #20865 from colavitam/only-except-behavior
Rafael Mendonça França
2018-11-19
1
-0
/
+22
|
\
|
*
:only and :except are now chained for routing resource(s)
Michael Colavita
2015-07-13
1
-0
/
+22
*
|
Allow rescue from parameter parse errors
Gannon McGibbon
2018-11-13
2
-0
/
+60
*
|
Fix `ActionController::Parameters#each_value` and add changelog entry to this...
Bogdan
2018-10-15
1
-2
/
+6
*
|
Revert "Merge pull request #33970 from rails/eager-url-helpers"
schneems
2018-10-03
1
-4
/
+3
*
|
Merge pull request #33256 from ilkkao/ilkkao/remove-unused-params-option
Ryuta Kamizono
2018-10-01
1
-1
/
+1
|
\
\
|
*
|
Don't handle params option in a special way in url_for helper
Ilkka Oksanen
2018-08-20
1
-1
/
+1
*
|
|
Add `Style/RedundantFreeze` to remove redudant `.freeze`
Yasuo Honda
2018-09-29
2
-3
/
+3
*
|
|
Merge pull request #33979 from lzap/master
Rafael França
2018-09-27
1
-0
/
+18
|
\
\
\
|
*
|
|
Added ActionController::Parameters.each_value method
Lukas Zapletal
2018-09-27
1
-0
/
+18
*
|
|
|
Merge branch 'master' into eager-url-helpers
Aaron Patterson
2018-09-26
5
-5
/
+5
|
\
\
\
\
|
*
|
|
|
Change the empty block style to have space inside of the block
Rafael Mendonça França
2018-09-25
5
-5
/
+5
|
|
/
/
/
*
/
/
/
Eagerly build the routing helper module after routes are committed
Aaron Patterson
2018-09-25
1
-3
/
+4
|
/
/
/
*
|
|
Merge pull request #33829 from mtsmfm/encode-filename
Kasper Timm Hansen
2018-09-23
1
-2
/
+2
|
\
\
\
|
*
|
|
Encode Content-Disposition filenames on send_data and send_file
Fumiaki MATSUSHIMA
2018-09-13
1
-2
/
+2
*
|
|
|
Merge pull request #33949 from sjain1107/no-private-def
Kasper Timm Hansen
2018-09-23
1
-4
/
+5
|
\
\
\
\
|
*
|
|
|
Remove private def
Sakshi Jain
2018-09-23
1
-4
/
+5
*
|
|
|
|
Enable `Performance/UnfreezeString` cop
yuuji.yaginuma
2018-09-23
3
-3
/
+3
|
/
/
/
/
*
|
|
|
Add missing test case for `redirect_to` when request includes a port.
Guo Xiang Tan
2018-09-21
1
-0
/
+7
*
|
|
|
Make sure the flash method is defined even if helpers are not present
Rafael Mendonça França
2018-09-13
1
-1
/
+8
*
|
|
|
Merge pull request #33569 from eric-hemasystems/conditional-flash-helper
Rafael França
2018-09-13
1
-0
/
+8
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Conditionally use `helper_method` in Flash concern
Eric Anderson
2018-08-09
1
-0
/
+8
|
|
/
/
*
|
|
Merge pull request #33718 from kddeisz/permit-list
Matthew Draper
2018-08-29
1
-1
/
+1
|
\
\
\
|
*
|
|
Permit list usage cleanup and clearer documentation
Kevin Deisz
2018-08-27
1
-1
/
+1
|
*
|
|
Convert over the rest of the whitelist references
Kevin Deisz
2018-08-24
1
-1
/
+1
|
|
/
/
*
/
/
Call block to #redirect_to in controller context (#33735)
speckins
2018-08-27
1
-0
/
+16
|
/
/
*
|
Merge pull request #28937 from maclover7/jm-fix-28927
Rafael França
2018-07-31
1
-0
/
+14
|
\
\
[next]