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
*
Merge pull request #36537 from quadule/fix-cookie-rotation-hash-pollution
Kasper Timm Hansen
2019-08-05
2
-2
/
+19
|
\
|
*
Prevent serialized hash from being used as options
Milo Winningham
2019-06-22
1
-2
/
+6
|
*
Add test for cookie being modified by rotation
Milo Winningham
2019-06-22
1
-0
/
+13
*
|
Use media_type instead of content_type internally
Eugene Kenny
2019-08-04
6
-4
/
+49
*
|
ConditionalGet needs time core_ext
Rafael Mendonça França
2019-08-02
1
-0
/
+1
*
|
Revert "MethodCallAssertions is a regular player of the team ActiveSupport::T...
Rafael Mendonça França
2019-08-02
1
-0
/
+4
*
|
Revert "You give jruby_skip & rubinius_skip a good name"
Rafael Mendonça França
2019-08-02
1
-0
/
+13
*
|
You give jruby_skip & rubinius_skip a good name
Akira Matsuda
2019-08-02
1
-13
/
+0
*
|
MethodCallAssertions is a regular player of the team ActiveSupport::TestCase now
Akira Matsuda
2019-08-02
1
-4
/
+0
*
|
It may be better to explicitly require 'object/try' where we call `try`
Akira Matsuda
2019-08-01
1
-0
/
+2
*
|
Use `try` only when we're unsure if the receiver would respond_to the method
Akira Matsuda
2019-08-01
4
-5
/
+5
*
|
Reduce method invocations and object allocations in head()
Akira Matsuda
2019-07-31
1
-1
/
+1
*
|
Reduce Array allocations
Akira Matsuda
2019-07-31
1
-2
/
+2
*
|
Reduce block execution
Akira Matsuda
2019-07-31
1
-3
/
+3
*
|
Reduce method calls
Akira Matsuda
2019-07-31
1
-2
/
+1
*
|
Reduce Array assignment by not giving a name for unused `*args`
Akira Matsuda
2019-07-31
4
-6
/
+6
*
|
Reduce some more Hash#fetch + default object allocations
Akira Matsuda
2019-07-31
2
-3
/
+3
*
|
Reduce Hash object creation when normalizing request env
Akira Matsuda
2019-07-31
1
-2
/
+3
*
|
Reduce object allocations in Middleware::Static
Akira Matsuda
2019-07-31
1
-11
/
+12
*
|
Reduce unnecessary String creation by not `to_s`ing until nothing matches
Akira Matsuda
2019-07-31
1
-1
/
+1
*
|
Reduce String allocation when finding controller class
Akira Matsuda
2019-07-31
1
-1
/
+1
*
|
No need to dup the payload for an instrumentation
Akira Matsuda
2019-07-31
1
-1
/
+1
*
|
Use match? where we don't need MatchData
Akira Matsuda
2019-07-29
21
-33
/
+33
*
|
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
2
-1
/
+13
*
|
Revert "Merge pull request #36785 from shes50103/fix_typo_actionpack_changelog"
Ryuta Kamizono
2019-07-28
1
-1
/
+1
*
|
fix typo in actionpack CHANGELOG.md
shes50103
2019-07-28
1
-1
/
+1
*
|
Merge pull request #36545 from tomfakes/screenshot-updates
Rafael Mendonça França
2019-07-27
3
-30
/
+110
|
\
\
|
*
|
Add code to save the HTML of the page being screenshotted during the `take_sc...
Tom Fakes
2019-06-25
3
-30
/
+110
|
|
/
*
|
Use match? where we don't need MatchData
Akira Matsuda
2019-07-27
6
-10
/
+10
*
|
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
*
|
|
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
5
-7
/
+60
|
/
/
*
|
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 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
2
-0
/
+30
|
\
\
\
|
*
|
|
Add compact_blank shortcut for reject(&:blank?)
Dana Sherson
2019-06-05
2
-0
/
+30
*
|
|
|
fix `follow_redirect!` not using the same HTTP verb on 307 redirection:
Edouard CHIN
2019-07-25
3
-3
/
+26
*
|
|
|
Stop setting a default Capybara app host
George Claghorn
2019-07-24
4
-33
/
+38
*
|
|
|
Define the `url_options` needed for SytemTest inside the route proxy:
Edouard CHIN
2019-07-24
1
-5
/
+7
*
|
|
|
[ActionController] Fix send_file example for 404
Yuya Tanaka
2019-07-19
1
-1
/
+1
*
|
|
|
Add support for script-src-attr / elem and style-src-attr / elem directives
yuuji.yaginuma
2019-07-18
2
-0
/
+28
*
|
|
|
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
[next]