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
*
Use match? where we don't need MatchData
Akira Matsuda
2019-07-29
2
-2
/
+2
*
Add `Vary: Accept` header when rendering
st0012
2019-07-26
1
-0
/
+26
*
Fix flaky test ActionControllerBaseRenderTest#test_direct_render_to_string
Fumiaki MATSUSHIMA
2019-07-26
1
-4
/
+20
*
Merge pull request #36412 from robotdana/compact_blank
Rafael Mendonça França
2019-07-25
1
-0
/
+18
|
\
|
*
Add compact_blank shortcut for reject(&:blank?)
Dana Sherson
2019-06-05
1
-0
/
+18
*
|
fix `follow_redirect!` not using the same HTTP verb on 307 redirection:
Edouard CHIN
2019-07-25
1
-0
/
+13
*
|
Add hash method to ActionController::Parameters
Eugene Baranov
2019-07-14
1
-0
/
+8
*
|
try (Just a Little Bit Harder)
Akira Matsuda
2019-07-12
1
-2
/
+1
*
|
Enable `Layout/EmptyLinesAroundAccessModifier` cop
Ryuta Kamizono
2019-06-13
18
-24
/
+0
*
|
Bump rubocop to 0.71
Abhay Nikam
2019-06-06
1
-2
/
+0
*
|
Give HelperMethods module a name
John Hawthorn
2019-06-03
1
-2
/
+2
|
/
*
Remove unnecessary require pathname from actionpack controller specs
Abhay Nikam
2019-06-02
3
-3
/
+0
*
Change `ActionDispatch::Response#content_type` returning Content-Type header ...
yuuji.yaginuma
2019-06-01
10
-76
/
+76
*
Implemented deep_transform_keys/! for ActionController::Parameters
Gustavo Gutierrez
2019-05-22
2
-0
/
+18
*
Merge pull request #36302 from eugeneius/parameters_transform_keys_enumerator
Ryuta Kamizono
2019-05-20
1
-2
/
+14
|
\
|
*
Return parameters enumerator from transform_keys/!
Eugene Kenny
2019-05-18
1
-2
/
+14
|
/
*
fixed usage of Parameters when a non-numeric key exists
L.Fexon
2019-05-13
1
-2
/
+28
*
Only build middleware proxy when instrumentating
John Hawthorn
2019-05-08
1
-1
/
+1
*
Remove redundant test setups in log_subscriber_test
st0012
2019-04-24
1
-21
/
+1
*
Always reject files external to app
John Hawthorn
2019-04-03
2
-9
/
+12
*
url -> URL where apt inside actionpack/
Sharang Dashputre
2019-04-01
4
-7
/
+7
*
Merge pull request #35688 from jhawthorn/render_file_rfc
Aaron Patterson
2019-03-30
3
-9
/
+21
|
\
|
*
Introduce Template::File as new render file:
John Hawthorn
2019-03-27
3
-9
/
+21
*
|
Remove :all symbol from Mime::ALL
John Hawthorn
2019-03-27
1
-0
/
+13
|
/
*
Address rubocop offences
Ryuta Kamizono
2019-03-21
1
-1
/
+1
*
Fix test broken by 04ae0b0b5e594e0bb99c5cd608921745977bcdcd
Rafael Mendonça França
2019-03-19
1
-3
/
+4
*
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
|
\
[next]