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
*
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
*
Merge pull request #25798 from greysteil/dont-raise-unknown-http-method-low-i...
Matthew Draper
2016-07-14
1
-0
/
+9
|
\
|
*
Don't raise ActionController::UnknownHttpMethod from ActionDispatch::Static
Grey Baker
2016-07-13
1
-0
/
+9
*
|
Merge pull request #25771 from kaspth/make-test-response-assign-response-parser
Kasper Timm Hansen
2016-07-13
1
-0
/
+8
|
\
\
|
|
/
|
/
|
|
*
Let TestResponse assign a parser.
Kasper Timm Hansen
2016-07-10
1
-0
/
+8
*
|
Handle `Rack::QueryParser` errors in `ActionDispatch::ExceptionWrapper`
Grey Baker
2016-07-12
1
-0
/
+6
|
/
*
Add tests for 1xx, 204 and 304 responses to response_test.rb
Masaru Nomura
2016-07-09
1
-0
/
+20
*
Deprecate usage of nil as route path
Volmer
2016-07-05
1
-0
/
+7
*
Ensure logging on exceptions only includes what we expect
Matthew Draper
2016-07-02
1
-0
/
+23
*
Fix setting route's to in a scope
Piotr Jakubowski
2016-06-28
1
-0
/
+12
*
Merge pull request #25123 from bf4/remove_problematic_mime_test
Rafael França
2016-06-27
1
-3
/
+3
|
\
|
*
Modifies mime-registration test not to interfere with real mime types
Benjamin Fleischer
2016-05-23
1
-3
/
+3
*
|
existant => existent
Abhishek Jain
2016-06-09
1
-2
/
+2
*
|
Prevent `{ internal: true }` from being stored in the router
Jon Moss
2016-06-07
1
-0
/
+30
*
|
Merge pull request #25236 from rajatbansal93/fix-typo
Arun Agrawal
2016-06-01
1
-5
/
+5
|
\
\
|
*
|
fix typo
Rajat Bansal
2016-06-01
1
-5
/
+5
|
|
/
*
/
More Action Pack `abstract_unit` cleanup (#25211)
Jon Moss
2016-05-31
1
-0
/
+2
|
/
*
Document and test ActionDispatch server_port
Tom Kadwill
2016-05-12
1
-0
/
+11
[next]