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
/
lib
/
action_dispatch
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow specifying encoding of parameters by action
Kerri Miller
2016-08-09
3
-1
/
+18
*
revises more Lint/EndAlignment offenses
Xavier Noria
2016-08-08
3
-8
/
+8
*
Fix Accept header overridden when "xhr: true" in integration test
David Chen
2016-08-07
1
-4
/
+7
*
Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines
Ryuta Kamizono
2016-08-07
2
-3
/
+0
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
13
-16
/
+5
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
26
-734
/
+733
*
remove redundant curlies from hash arguments
Xavier Noria
2016-08-06
5
-5
/
+5
*
modernizes hash syntax in actionpack
Xavier Noria
2016-08-06
12
-26
/
+26
*
applies new string literal convention in actionpack/lib
Xavier Noria
2016-08-06
63
-387
/
+387
*
Fix GET JSON integration test request to use method override
eileencodes
2016-08-05
1
-1
/
+6
*
Merge pull request #25913 from chrisarcand/fix-keyed-defaults-with-root
Rafael Mendonça França
2016-07-27
1
-1
/
+8
|
\
|
*
Fix 'defaults' option for root route
Chris Arcand
2016-07-21
1
-1
/
+8
*
|
There are some cases where @@app is not defined
Santiago Pastorino
2016-07-26
1
-1
/
+5
*
|
Return ActionDispatch.test_app when no app is set on IntegrationTest.app method
Santiago Pastorino
2016-07-26
1
-1
/
+1
*
|
Also yield in parameters for a nil content_mime_type
Julian Nadeau
2016-07-25
1
-1
/
+1
|
/
*
Fix failing requirement of duplicable in ParameterFilter
Vipul A M
2016-07-16
1
-0
/
+2
*
Check `request.path_parameters` encoding at the point they're set
Grey Baker
2016-07-14
3
-13
/
+7
*
Merge pull request #25798 from greysteil/dont-raise-unknown-http-method-low-i...
Matthew Draper
2016-07-14
1
-3
/
+3
|
\
|
*
Don't raise ActionController::UnknownHttpMethod from ActionDispatch::Static
Grey Baker
2016-07-13
1
-3
/
+3
*
|
Merge pull request #25771 from kaspth/make-test-response-assign-response-parser
Kasper Timm Hansen
2016-07-13
3
-57
/
+64
|
\
\
|
|
/
|
/
|
|
*
Let TestResponse assign a parser.
Kasper Timm Hansen
2016-07-10
3
-57
/
+64
*
|
Handle `Rack::QueryParser` errors in `ActionDispatch::ExceptionWrapper`
Grey Baker
2016-07-12
1
-2
/
+2
|
/
*
Add a test case for verifying `cookie_only` is set even if user tries to set ...
Prathamesh Sonpatki
2016-07-07
1
-1
/
+1
*
[ci skip] Correct defaults in documentation for ActionDispatch::SSL
Tim Rogers
2016-07-06
1
-4
/
+5
*
Deprecate usage of nil as route path
Volmer
2016-07-05
1
-0
/
+6
*
Fix conditional order broken in ea40ec56.
Kasper Timm Hansen
2016-07-02
1
-2
/
+2
*
Merge pull request #25344 from matthewd/debug-locks
Matthew Draper
2016-07-02
1
-0
/
+122
|
\
|
*
Provide a middleware to debug misbehaving locks
Matthew Draper
2016-06-10
1
-0
/
+122
*
|
Silence DebugExceptions template render logs during exceptions
Genadi Samokovarov
2016-07-02
1
-0
/
+8
*
|
Make mutation stand out some more.
Kasper Timm Hansen
2016-07-01
1
-2
/
+5
*
|
Fix request encoding in tests when string literals are frozen
Volmer
2016-07-01
1
-1
/
+1
*
|
[ci skip] Fix typo & add link in PolymorphicRoutes
Alex Kitchens
2016-06-29
1
-2
/
+2
*
|
Fix setting route's to in a scope
Piotr Jakubowski
2016-06-28
1
-1
/
+9
*
|
Extract method to share path expansion logic.
Kasper Timm Hansen
2016-06-25
1
-11
/
+16
*
|
Simplify `as` passed check.
Kasper Timm Hansen
2016-06-25
1
-1
/
+1
*
|
make `as` option work with get parameters
yuuji.yaginuma
2016-06-25
1
-2
/
+4
|
/
*
Prevent `{ internal: true }` from being stored in the router
Jon Moss
2016-06-07
1
-1
/
+1
*
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2016-06-03
1
-4
/
+4
|
\
|
*
`routes.rb` --> `config/routes.rb`
Jon Moss
2016-05-19
1
-4
/
+4
*
|
add missing `as` to request kwargs of `ActionDispatch::IntegrationTest`
yuuji.yaginuma
2016-05-27
1
-2
/
+3
*
|
Add back in Oxford Comma
Jon Moss
2016-05-19
1
-1
/
+1
*
|
Merge pull request #25070 from josedonizetti/fix_example_routes_doc
Arthur Nogueira Neves
2016-05-19
1
-3
/
+3
|
\
\
|
*
|
fix named route example [ci skip]
Jose Donizetti
2016-05-19
1
-3
/
+3
*
|
|
Support for unified Integer class in Ruby 2.4+
Jeremy Daer
2016-05-18
2
-12
/
+8
|
/
/
*
/
Document and test ActionDispatch server_port
Tom Kadwill
2016-05-12
1
-0
/
+11
|
/
*
Merge pull request #24982 from tomkadwill/improve_clarity_of_raw_host_with_port
Kasper Timm Hansen
2016-05-11
1
-3
/
+10
|
\
|
*
Improve documentation and tests for raw_host_with_port and host_with_port
Tom Kadwill
2016-05-11
1
-3
/
+10
*
|
Merge pull request #24912 from prathamesh-sonpatki/api-fix-response-format
Santiago Pastorino
2016-05-11
1
-8
/
+12
|
\
\
|
*
|
API only apps: Preserve request format for HTML requests too
Prathamesh Sonpatki
2016-05-11
1
-8
/
+12
*
|
|
use Rack::Utils.valid_path? to check path
Jordan Owens
2016-05-09
1
-6
/
+2
[next]