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 #26607 from matthewd/skip-fixture-path
Matthew Draper
2016-09-24
2
-1
/
+9
|
\
|
*
Only search fixture_path for files that can't be found directly
Matthew Draper
2016-09-24
2
-1
/
+9
*
|
Add #25546 and #25817 to changelog [ci skip]
Philip Nguyen
2016-09-23
1
-0
/
+8
|
/
*
Merge pull request #26589 from kirs/ad-test-request-method
Arthur Nogueira Neves
2016-09-22
2
-1
/
+8
|
\
|
*
Fix memoization bug on ActionDispatch::TestRequest#request_method=
Kir Shatrov
2016-09-22
2
-1
/
+8
*
|
improve error message when include assertions fail
Michael Grosser
2016-09-16
7
-21
/
+21
*
|
Merge pull request #26498 from FriedSock/correct-render-text-deprecation-message
Rafael França
2016-09-14
1
-1
/
+1
|
\
\
|
*
|
Correct `render text:` deprecation message
Jack Bracewell
2016-09-14
1
-1
/
+1
*
|
|
Merge pull request #26477 from kirs/action_dispatch-assert_response
Rafael França
2016-09-14
2
-2
/
+29
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Improve assert_response helper
Kir Shatrov
2016-09-14
2
-2
/
+29
|
|
/
*
|
Fix broken comments indentation caused by rubocop auto-correct [ci skip]
Ryuta Kamizono
2016-09-14
10
-49
/
+49
*
|
Do not mutate AC::TestRequest::DEFAULT_OPTIONS
Kir Shatrov
2016-09-10
2
-1
/
+6
|
/
*
Merge pull request #26418 from y-yagi/fixes_26415
Richard Schneeman
2016-09-07
2
-1
/
+8
|
\
|
*
call `.to_h` to avoid using deprecated method
yuuji.yaginuma
2016-09-07
2
-1
/
+8
*
|
Merge pull request #26016 from nateberkopec/patch-1
Vipul A M
2016-09-07
1
-2
/
+3
|
\
\
|
|
/
|
/
|
|
*
Clarify expires_now documentation
Nate Berkopec
2016-09-06
1
-2
/
+3
*
|
Merge pull request #26377 from y-yagi/rename_test_method_to_avoid_overriding
Eileen M. Uchitelle
2016-09-04
1
-1
/
+1
|
\
\
|
*
|
rename test method to avoid overriding
yuuji.yaginuma
2016-09-03
1
-1
/
+1
*
|
|
Merge pull request #26384 from y-yagi/make_fixture_file_upload_in_integration...
Eileen M. Uchitelle
2016-09-04
3
-1
/
+43
|
\
\
\
|
*
|
|
make `fixture_file_upload` work in integration tests
yuuji.yaginuma
2016-09-04
3
-1
/
+43
|
|
/
/
*
/
/
Fix broken heredoc indentation caused by rubocop auto-correct
Ryuta Kamizono
2016-09-03
3
-8
/
+8
|
/
/
*
|
RuboCop is 100% green :tada:
Xavier Noria
2016-09-02
2
-11
/
+12
*
|
fixes remaining RuboCop issues [Vipul A M, Xavier Noria]
Xavier Noria
2016-09-01
10
-15
/
+15
*
|
Start passing cipher from EncryptedCookieJar since we use it to determine key...
Vipul A M
2016-09-01
2
-20
/
+17
*
|
Follow up of #25602
Vipul A M
2016-09-01
2
-15
/
+31
*
|
Add changelog entry for #26328.
Kasper Timm Hansen
2016-08-31
1
-0
/
+7
*
|
Move to_param undef closer to the deprecations.
Kasper Timm Hansen
2016-08-31
1
-2
/
+4
*
|
Merge pull request #26328 from kirs/strong-params-to-param
Kasper Timm Hansen
2016-08-31
2
-0
/
+9
|
\
\
|
*
|
Do not allow to_param on AC::Parameters
Kir Shatrov
2016-08-31
2
-0
/
+9
*
|
|
Override `respond_to_missing?` instead of `respond_to?` when possible
Sean Griffin
2016-08-31
2
-2
/
+2
|
/
/
*
|
Merge pull request #26317 from maclover7/jm-fix-26298
Aaron Patterson
2016-08-29
3
-8
/
+30
|
\
\
|
*
|
Remove default argument, and extract internal convenience method
Jon Moss
2016-08-29
1
-6
/
+12
|
*
|
Add regression tests
Jon Moss
2016-08-29
1
-0
/
+14
|
*
|
Allow `send_file` to declare a charset
Jon Moss
2016-08-29
2
-4
/
+6
*
|
|
Fix nested multiple roots
Ryo Hashimoto
2016-08-29
3
-2
/
+61
|
/
/
*
|
Remove unneeded FIXME note
Rafael Mendonça França
2016-08-29
1
-2
/
+0
*
|
Missing key should throw KeyError
eileencodes
2016-08-26
2
-1
/
+7
*
|
Fix typo in the hook name
Rafael Mendonça França
2016-08-25
1
-1
/
+1
*
|
Add load hooks to all tests classes
Rafael Mendonça França
2016-08-25
1
-0
/
+1
*
|
Merge pull request #26235 from samphippen/allow-early-setting-of-integration-...
Sean Griffin
2016-08-24
2
-1
/
+23
|
\
\
|
*
|
Move setting of integration session to constructor.
Sam Phippen
2016-08-21
1
-1
/
+5
|
*
|
Allow the `integration_sesion` to be set early on ActionDispatch::Integration...
Sam Phippen
2016-08-20
2
-1
/
+19
*
|
|
yl - remove extra …
yunlei
2016-08-23
1
-1
/
+1
*
|
|
Include the content of the flash in the auto-generated etag (#26250)
David Heinemeier Hansson
2016-08-22
5
-0
/
+59
*
|
|
Return 307 status instead of 301 when rerouting POST requests to SSL
Chirag Singhal
2016-08-22
3
-1
/
+43
*
|
|
Fix `ActionDispatch::Http::URL` docs [ci skip]
Ryoji Yoshioka
2016-08-22
1
-65
/
+21
|
/
/
*
|
Copy edits in the documentation [ci skip]
Rafael Mendonça França
2016-08-19
2
-4
/
+6
*
|
Set the request type if as: is specified
Everest Munro-Zeisberger
2016-08-18
3
-1
/
+22
*
|
Change method visibility to be private
Rafael Mendonça França
2016-08-17
1
-57
/
+57
*
|
Push :defaults extraction down one level
Rafael Mendonça França
2016-08-17
2
-60
/
+78
[next]