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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use match? where we don't need MatchData
Akira Matsuda
2019-07-29
5
-10
/
+10
*
Revert "Use assert_match / assert_no_match for asserting match"
Akira Matsuda
2019-07-29
1
-6
/
+6
*
Add Mime::Type#match? that doesn't create MatchData
Akira Matsuda
2019-07-29
1
-0
/
+6
*
Merge pull request #36545 from tomfakes/screenshot-updates
Rafael Mendonça França
2019-07-27
1
-24
/
+55
|
\
|
*
Add code to save the HTML of the page being screenshotted during the `take_sc...
Tom Fakes
2019-06-25
1
-24
/
+55
*
|
Use match? where we don't need MatchData
Akira Matsuda
2019-07-27
2
-5
/
+5
*
|
Use assert_match / assert_no_match for asserting match
Akira Matsuda
2019-07-27
1
-6
/
+6
*
|
Fix "warning: ambiguous first argument; put parentheses or a space even after...
yuuji.yaginuma
2019-07-27
1
-1
/
+1
*
|
Fix error 500 caused by ActionController::RoutingError (via fail-safe) when P...
Simone Carletti
2019-07-26
1
-1
/
+17
*
|
Merge pull request #36254 from sharang-d/remove-named-helpers
Rafael França
2019-07-26
1
-1
/
+1
|
\
\
|
*
|
Use a single term instead of all terms used to describe path and URL helpers ...
Sharang Dashputre
2019-07-26
1
-1
/
+1
*
|
|
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
*
|
|
Stop setting a default Capybara app host
George Claghorn
2019-07-24
1
-5
/
+3
*
|
|
Add support for script-src-attr / elem and style-src-attr / elem directives
yuuji.yaginuma
2019-07-18
1
-0
/
+24
*
|
|
Merge pull request #31634 from afcapel/reduce-routing-error-log-noise
Rafael Mendonça França
2019-07-16
1
-0
/
+23
|
\
\
\
|
*
|
|
Reduce log noise handling ActionController::RoutingErrors
Alberto Fernández Capel
2019-05-28
1
-0
/
+23
*
|
|
|
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
*
|
|
|
Adds support for configuring HTTP Feature Policy (#33439)
Jacob Bednarz
2019-07-10
1
-0
/
+142
*
|
|
|
Preload browser driver_path for system testing
John Hawthorn
2019-07-03
1
-0
/
+13
*
|
|
|
Add the ability to set the CSP nonce only to the specified directives
yuuji.yaginuma
2019-06-22
1
-0
/
+54
|
|
_
|
/
|
/
|
|
*
|
|
Make `ActionDispatch::Response#content_type` behavior configurable
yuuji.yaginuma
2019-06-21
1
-0
/
+29
*
|
|
Enable `Layout/EmptyLinesAroundAccessModifier` cop
Ryuta Kamizono
2019-06-13
27
-37
/
+0
*
|
|
Merge pull request #36426 from abhaynikam/bump-codeclimate-rubocop-version
Ryuta Kamizono
2019-06-06
2
-3
/
+0
|
\
\
\
|
*
|
|
Bump rubocop to 0.71
Abhay Nikam
2019-06-06
2
-3
/
+0
*
|
|
|
Fix broken driver test
yuuji.yaginuma
2019-06-06
1
-2
/
+2
|
/
/
/
*
|
/
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
12
-99
/
+119
|
/
*
Remove Route#build as it wasn't used
Alberto Almagro
2019-05-22
1
-21
/
+20
*
Keep part when scope option has value
Alberto Almagro
2019-05-22
1
-0
/
+41
*
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
|
/
*
Permit running jobs in system tests
George Claghorn
2019-05-16
1
-37
/
+0
*
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
2
-4
/
+4
*
Merge pull request #36196 from st0012/fix-29947
Eileen M. Uchitelle
2019-05-07
1
-0
/
+19
*
Remove redundant test setups in log_subscriber_test
st0012
2019-04-24
1
-21
/
+1
*
Merge pull request #36000 from JosiMcClellan/fix-screenshot-filenames
Eileen M. Uchitelle
2019-04-19
1
-0
/
+8
|
\
|
*
truncate screenshot filenames to avoid error
Josi McClellan
2019-04-18
1
-0
/
+8
*
|
Refactor after the most recent code review
Genadi Samokovarov
2019-04-19
1
-0
/
+10
*
|
Dispatch actions only if config.consider_all_requests_local is set
Genadi Samokovarov
2019-04-19
1
-0
/
+10
*
|
Drop the ambiguous `ActiveSupport::ActionableError#===` check
Genadi Samokovarov
2019-04-19
1
-0
/
+31
*
|
Manage ActionDispatch::ActionableExceptions from the default middleware stack
Genadi Samokovarov
2019-04-19
1
-0
/
+1
*
|
Introduce Actionable Errors
Genadi Samokovarov
2019-04-19
1
-0
/
+60
|
/
[next]