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_dispatch
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #36537 from quadule/fix-cookie-rotation-hash-pollution
Kasper Timm Hansen
2019-08-05
1
-2
/
+6
|
\
|
*
Prevent serialized hash from being used as options
Milo Winningham
2019-06-22
1
-2
/
+6
*
|
Use `try` only when we're unsure if the receiver would respond_to the method
Akira Matsuda
2019-08-01
2
-3
/
+3
*
|
Reduce Array allocations
Akira Matsuda
2019-07-31
1
-2
/
+2
*
|
Reduce some more Hash#fetch + default object allocations
Akira Matsuda
2019-07-31
2
-3
/
+3
*
|
Reduce object allocations in Middleware::Static
Akira Matsuda
2019-07-31
1
-11
/
+12
*
|
Reduce String allocation when finding controller class
Akira Matsuda
2019-07-31
1
-1
/
+1
*
|
Use match? where we don't need MatchData
Akira Matsuda
2019-07-29
11
-17
/
+17
*
|
Add Mime::Type#match? that doesn't create MatchData
Akira Matsuda
2019-07-29
1
-1
/
+7
*
|
Merge pull request #36545 from tomfakes/screenshot-updates
Rafael Mendonça França
2019-07-27
1
-6
/
+46
|
\
\
|
*
|
Add code to save the HTML of the page being screenshotted during the `take_sc...
Tom Fakes
2019-06-25
1
-6
/
+46
|
|
/
*
|
Use match? where we don't need MatchData
Akira Matsuda
2019-07-27
4
-5
/
+5
*
|
Merge pull request #36779 from Shopify/optimize-url-helper-creation
Rafael França
2019-07-26
1
-1
/
+1
|
\
\
|
*
|
Optimize Journey::Route#glob?
Jean Boussier
2019-07-26
1
-1
/
+1
*
|
|
Add `Vary: Accept` header when rendering
st0012
2019-07-26
1
-7
/
+11
|
/
/
*
|
Merge pull request #36300 from okuramasafumi/make-handle-options-private
Rafael França
2019-07-26
1
-22
/
+22
|
\
\
|
*
|
Make `handle_options` method private
OKURA Masafumi
2019-05-18
1
-22
/
+22
*
|
|
fix `follow_redirect!` not using the same HTTP verb on 307 redirection:
Edouard CHIN
2019-07-25
1
-3
/
+8
*
|
|
Stop setting a default Capybara app host
George Claghorn
2019-07-24
2
-28
/
+31
*
|
|
Define the `url_options` needed for SytemTest inside the route proxy:
Edouard CHIN
2019-07-24
1
-5
/
+7
*
|
|
Add support for script-src-attr / elem and style-src-attr / elem directives
yuuji.yaginuma
2019-07-18
1
-0
/
+4
*
|
|
Merge pull request #36691 from Edouard-chin/ec-system-test-route
Rafael França
2019-07-17
2
-6
/
+13
|
\
\
\
|
*
|
|
Don't include routes helpers inside System test class:
Edouard CHIN
2019-07-16
2
-6
/
+13
*
|
|
|
Reuse the exception class name in all places in the wrapper
Rafael Mendonça França
2019-07-16
1
-3
/
+4
*
|
|
|
Make the selent exceptions configurable on the exception wrapper
Rafael Mendonça França
2019-07-16
1
-1
/
+5
*
|
|
|
Merge pull request #31634 from afcapel/reduce-routing-error-log-noise
Rafael Mendonça França
2019-07-16
2
-3
/
+7
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Reduce log noise handling ActionController::RoutingErrors
Alberto Fernández Capel
2019-05-28
2
-3
/
+7
*
|
|
|
No Woman, No try
Akira Matsuda
2019-07-12
1
-1
/
+0
*
|
|
|
Adds support for configuring HTTP Feature Policy (#33439)
Jacob Bednarz
2019-07-10
2
-0
/
+169
*
|
|
|
Fix Browser#preload for older Selenium
John Hawthorn
2019-07-04
1
-2
/
+12
*
|
|
|
Preload browser driver_path for system testing
John Hawthorn
2019-07-03
3
-0
/
+16
*
|
|
|
Add the ability to set the CSP nonce only to the specified directives
yuuji.yaginuma
2019-06-22
1
-9
/
+20
|
|
_
|
/
|
/
|
|
*
|
|
Make `ActionDispatch::Response#content_type` behavior configurable
yuuji.yaginuma
2019-06-21
2
-1
/
+14
*
|
|
Enable `Layout/EmptyLinesAroundAccessModifier` cop
Ryuta Kamizono
2019-06-13
36
-49
/
+0
*
|
|
Simplify `ActionDispatch::Response#content_type`
yuuji.yaginuma
2019-06-02
1
-2
/
+1
*
|
|
Change `ActionDispatch::Response#content_type` returning Content-Type header ...
yuuji.yaginuma
2019-06-01
3
-4
/
+9
|
/
/
*
|
remove unused requires from debug_exceptions
yaojie
2019-05-28
1
-2
/
+0
*
|
Remove Route#build as it wasn't used
Alberto Almagro
2019-05-22
1
-7
/
+1
*
|
Use keyword arguments for ActionDispatch::Routing::Mapper::Mapping constructor
Alberto Almagro
2019-05-22
1
-14
/
+17
*
|
Use keyword arguments for ActionDispatch::Journey:Route constructor
Alberto Almagro
2019-05-22
2
-5
/
+8
*
|
Keep part when scope option has value
Alberto Almagro
2019-05-22
3
-11
/
+13
*
|
Make rescues layout responsive
Chris Seelus
2019-05-20
1
-4
/
+9
*
|
Merge pull request #36122 from cseelus/respect-operating-system-color-scheme-...
Gannon McGibbon
2019-05-18
2
-0
/
+69
|
\
\
|
*
|
Implement dark color scheme for rescues layout
Chris Seelus
2019-05-18
2
-0
/
+69
*
|
|
Rename `hash` to `jar` in CookieJar.build
shioimm
2019-05-18
1
-2
/
+2
|
|
/
|
/
|
*
|
Permit running jobs in system tests
George Claghorn
2019-05-16
4
-30
/
+11
|
/
*
Only build middleware proxy when instrumentating
John Hawthorn
2019-05-08
1
-2
/
+13
*
Auto-correct `Style/RedundantBegin` offence
Ryuta Kamizono
2019-05-08
1
-5
/
+3
*
Merge pull request #36196 from st0012/fix-29947
Eileen M. Uchitelle
2019-05-07
5
-4
/
+14
*
Make system tests take failed screenshots in `before_teardown` hook
Richard Macklin
2019-04-20
1
-5
/
+7
[next]