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
...
*
Remove deprecated support for status option in head
Rafael Mendonça França
2016-10-09
1
-21
/
+0
*
Remove deprecated methods related to controller filters
Rafael Mendonça França
2016-10-09
2
-77
/
+1
*
Silence a warning
Rafael Mendonça França
2016-10-07
1
-1
/
+3
*
Undefine assings in IntegrationTest
Rafael Mendonça França
2016-10-07
1
-0
/
+8
*
Show an "unmatched constraints" error for mismatching and present params
Chris Carter
2016-10-03
2
-7
/
+10
*
Merge pull request #26573 from kirs/action-controller-as-format
Rafael França
2016-09-27
1
-0
/
+5
|
\
|
*
Make :as option also set request format (AC::TestCase)
Kir Shatrov
2016-09-21
1
-0
/
+5
*
|
Only search fixture_path for files that can't be found directly
Matthew Draper
2016-09-24
1
-0
/
+7
*
|
Merge pull request #26589 from kirs/ad-test-request-method
Arthur Nogueira Neves
2016-09-22
1
-0
/
+7
|
\
\
|
*
|
Fix memoization bug on ActionDispatch::TestRequest#request_method=
Kir Shatrov
2016-09-22
1
-0
/
+7
|
|
/
*
|
improve error message when include assertions fail
Michael Grosser
2016-09-16
7
-21
/
+21
*
|
Merge pull request #26477 from kirs/action_dispatch-assert_response
Rafael França
2016-09-14
1
-1
/
+23
|
\
\
|
*
|
Improve assert_response helper
Kir Shatrov
2016-09-14
1
-1
/
+23
|
|
/
*
|
Fix broken comments indentation caused by rubocop auto-correct [ci skip]
Ryuta Kamizono
2016-09-14
2
-2
/
+2
*
|
Do not mutate AC::TestRequest::DEFAULT_OPTIONS
Kir Shatrov
2016-09-10
1
-0
/
+5
|
/
*
call `.to_h` to avoid using deprecated method
yuuji.yaginuma
2016-09-07
1
-0
/
+7
*
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
*
|
make `fixture_file_upload` work in integration tests
yuuji.yaginuma
2016-09-04
1
-0
/
+36
|
/
*
fixes remaining RuboCop issues [Vipul A M, Xavier Noria]
Xavier Noria
2016-09-01
3
-7
/
+7
*
Start passing cipher from EncryptedCookieJar since we use it to determine key...
Vipul A M
2016-09-01
1
-13
/
+12
*
Follow up of #25602
Vipul A M
2016-09-01
1
-11
/
+25
*
Do not allow to_param on AC::Parameters
Kir Shatrov
2016-08-31
1
-0
/
+6
*
Merge pull request #26317 from maclover7/jm-fix-26298
Aaron Patterson
2016-08-29
1
-0
/
+14
|
\
|
*
Add regression tests
Jon Moss
2016-08-29
1
-0
/
+14
*
|
Fix nested multiple roots
Ryo Hashimoto
2016-08-29
1
-0
/
+42
|
/
*
Remove unneeded FIXME note
Rafael Mendonça França
2016-08-29
1
-2
/
+0
*
Missing key should throw KeyError
eileencodes
2016-08-26
1
-0
/
+6
*
Merge pull request #26235 from samphippen/allow-early-setting-of-integration-...
Sean Griffin
2016-08-24
1
-0
/
+18
|
\
|
*
Allow the `integration_sesion` to be set early on ActionDispatch::Integration...
Sam Phippen
2016-08-20
1
-0
/
+18
*
|
Include the content of the flash in the auto-generated etag (#26250)
David Heinemeier Hansson
2016-08-22
1
-0
/
+29
*
|
Return 307 status instead of 301 when rerouting POST requests to SSL
Chirag Singhal
2016-08-22
1
-0
/
+14
|
/
*
Set the request type if as: is specified
Everest Munro-Zeisberger
2016-08-18
1
-0
/
+9
*
Push :defaults extraction down one level
Rafael Mendonça França
2016-08-17
1
-0
/
+18
*
Merge pull request #26094 from igorkasyanchuk/master
Rafael França
2016-08-16
1
-4
/
+4
|
\
|
*
Show unpermitted parameters as symbols in logs (so they could be copy-pasted ...
Igor Kasyanchuk
2016-08-10
1
-4
/
+4
*
|
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
59
-523
/
+523
*
|
Fix deadlock that can occur when child live thread tries to load a constant a...
Alex Chinn
2016-08-15
2
-0
/
+24
*
|
Merge pull request #26092 from kerrizor/kerrizor/force-param-encoding
Aaron Patterson
2016-08-10
2
-13
/
+78
|
\
\
|
*
|
Allow specifying encoding of parameters by action
Kerri Miller
2016-08-09
2
-13
/
+78
|
|
/
*
/
Fix broken alignments caused by auto-correct commit 411ccbd
Ryuta Kamizono
2016-08-10
9
-25
/
+50
|
/
*
code gardening: removes redundant selfs
Xavier Noria
2016-08-08
3
-3
/
+3
*
adds missing comma in assert call
Xavier Noria
2016-08-07
1
-2
/
+2
*
Assign config on base instead of on `@controller`.
Kasper Timm Hansen
2016-08-07
1
-1
/
+1
*
Merge pull request #25825 from st0012/partial-cache
Kasper Timm Hansen
2016-08-07
2
-0
/
+17
|
\
|
*
Modify LogSubscriber for single partial's cache message.
Stan Lo
2016-08-08
2
-0
/
+17
*
|
Fix Accept header overridden when "xhr: true" in integration test
David Chen
2016-08-07
1
-0
/
+13
|
/
*
Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines
Ryuta Kamizono
2016-08-07
11
-12
/
+0
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
43
-70
/
+31
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
31
-301
/
+298
[prev]
[next]