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
/
dispatch
Commit message (
Expand
)
Author
Age
Files
Lines
*
Small spelling error
Lachlan Priest
2017-01-14
1
-4
/
+4
*
Reduce string objects by using \ instead of + or << for concatenating strings
Akira Matsuda
2017-01-12
1
-1
/
+1
*
Merge pull request #27610 from Envek/fix_and_speed_up_duration_parsing
Andrew White
2017-01-12
1
-1
/
+1
|
\
|
*
Fix inconsistent results when parsing large durations and constructing durati...
Andrey Novikov
2017-01-09
1
-1
/
+1
*
|
Revert "Merge pull request #27586 from maclover7/jm-fix-27584"
Rafael Mendonça França
2017-01-11
1
-9
/
+0
|
/
*
Update `cookies` helper on all HTTP requests
Jon Moss
2017-01-05
1
-0
/
+9
*
`self.` is not needed when calling its own instance method
Akira Matsuda
2017-01-05
1
-1
/
+1
*
Fix Rubocop violations and fix documentation visibility
Rafael Mendonça França
2016-12-28
1
-1
/
+1
*
"Use assert_nil if expecting nil. This will fail in minitest 6."
Akira Matsuda
2016-12-25
10
-30
/
+30
*
Privatize unneededly protected methods in Action Pack tests
Akira Matsuda
2016-12-23
1
-1
/
+1
*
Do not clear HTTP_COOKIES header after request
Jon Moss
2016-12-11
1
-0
/
+10
*
Do not raise exception when content_type is a empty string
Rafael Mendonça França
2016-12-09
1
-0
/
+5
*
stop using removed `render :text`
yuuji.yaginuma
2016-12-03
1
-1
/
+1
*
use `Gem.win_platform?` to check windows Ruby platforms
yuuji.yaginuma
2016-11-30
1
-1
/
+1
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
12
-57
/
+57
*
Support plain loggers in DebugExceptions
Genadi Samokovarov
2016-10-28
1
-0
/
+17
*
Remove mona lisa image from the tests
Rafael Mendonça França
2016-10-25
1
-1
/
+1
*
Remove deprecated support to non-keyword arguments in `ActionDispatch::Integr...
Rafael Mendonça França
2016-10-10
1
-1
/
+3
*
Remove deprecated support for passing `:path` and route path as stings in `Ac...
Rafael Mendonça França
2016-10-10
1
-4
/
+1
*
Remove deprecated support passing path as `nil` in `ActionDispatch::Routing::...
Rafael Mendonça França
2016-10-10
1
-3
/
+1
*
Remove deprecated `cache_control` argument from `ActionDispatch::Static#initi...
Rafael Mendonça França
2016-10-10
1
-10
/
+0
*
Remove deprecated support to passing strings to the middleware stack
Rafael Mendonça França
2016-10-10
1
-39
/
+2
*
Remove deprecated code in ssl middleware
Rafael Mendonça França
2016-10-10
1
-39
/
+10
*
Deprecated ActionDispatch::ParamsParser::ParamsParser
Rafael Mendonça França
2016-10-10
2
-2
/
+2
*
Remove deprecated access to mime types through constants
Rafael Mendonça França
2016-10-10
1
-12
/
+0
*
Show an "unmatched constraints" error for mismatching and present params
Chris Carter
2016-10-03
1
-6
/
+9
*
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
2
-5
/
+5
|
/
*
rename test method to avoid overriding
yuuji.yaginuma
2016-09-03
1
-1
/
+1
*
fixes remaining RuboCop issues [Vipul A M, Xavier Noria]
Xavier Noria
2016-09-01
1
-4
/
+4
*
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
*
Fix nested multiple roots
Ryo Hashimoto
2016-08-29
1
-0
/
+42
*
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
*
|
Return 307 status instead of 301 when rerouting POST requests to SSL
Chirag Singhal
2016-08-22
1
-0
/
+14
|
/
*
Push :defaults extraction down one level
Rafael Mendonça França
2016-08-17
1
-0
/
+18
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
20
-166
/
+166
*
Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines
Ryuta Kamizono
2016-08-07
4
-4
/
+0
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
11
-12
/
+1
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
5
-29
/
+28
*
remove redundant curlies from hash arguments
Xavier Noria
2016-08-06
7
-36
/
+36
*
modernizes hash syntax in actionpack
Xavier Noria
2016-08-06
24
-621
/
+621
*
applies new string literal convention in actionpack/test
Xavier Noria
2016-08-06
40
-2942
/
+2942
*
Merge pull request #25913 from chrisarcand/fix-keyed-defaults-with-root
Rafael Mendonça França
2016-07-27
1
-0
/
+18
|
\
|
*
Fix 'defaults' option for root route
Chris Arcand
2016-07-21
1
-0
/
+18
|
/
*
Sort the mime types before comparing
Rafael Mendonça França
2016-07-17
1
-2
/
+2
*
Check `request.path_parameters` encoding at the point they're set
Grey Baker
2016-07-14
2
-16
/
+18
[next]