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
...
*
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
*
|
|
Replace `loop` to `until`
Molchanov Andrey
2016-05-07
1
-2
/
+1
*
|
|
Make flash messages cookie compatible with Rails 4
Rafael Mendonça França
2016-05-06
1
-1
/
+1
*
|
|
Merge pull request #24029 from rthbound/dont-call-each-when-calling-body-on-r...
Sean Griffin
2016-05-06
1
-9
/
+24
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fixes #23964
Ryan T. Hosford
2016-03-13
1
-9
/
+24
*
|
|
Ensure compatibility between ActionDispatch::Request::Session and Rack
Jon Moss
2016-05-04
1
-1
/
+5
*
|
|
Remove last uses of `@env[]` and `@env[]=`
Jon Moss
2016-04-28
2
-12
/
+12
*
|
|
Add more info to insecure URL generation error
Derek Prior
2016-04-26
3
-2
/
+11
*
|
|
Merge pull request #23103 from rails/refactor-handling-of-action-default
Jeremy Daer
2016-04-24
4
-18
/
+13
|
\
\
\
|
*
|
|
Refactor handling of :action default in routing
Andrew White
2016-02-16
4
-18
/
+13
*
|
|
|
Deprecate `request_via_redirect` method.
Prathamesh Sonpatki
2016-04-24
1
-5
/
+6
|
|
_
|
/
|
/
|
|
*
|
|
Merge pull request #24031 from samphilipd/sam/do_not_clobber_options_in_route...
Jeremy Daer
2016-04-19
1
-2
/
+1
|
\
\
\
|
*
|
|
Do not destructively mutate passed options hash in route definitions
Sam Davies
2016-03-03
1
-2
/
+1
*
|
|
|
Merge pull request #24318 from bogdanvlviv/patch-1
Rafael Mendonça França
2016-04-12
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
extension synonyms yml and yaml
Bogdan
2016-03-27
1
-1
/
+1
*
|
|
|
|
Pass over all Rails 5 warnings, to make sure:
Vipul A M
2016-04-12
3
-4
/
+4
*
|
|
|
|
Strong ETag validators
Jeremy Daer
2016-03-31
1
-15
/
+49
*
|
|
|
|
Fix deprecation warning for ParamsParser instance :smile:
Prathamesh Sonpatki
2016-03-30
1
-1
/
+1
*
|
|
|
|
Deprecate ActionDispatch::ParamsParser instance.
Rafael Mendonça França
2016-03-30
1
-0
/
+1
*
|
|
|
|
Fix typo in headers comment
Grey Baker
2016-03-29
1
-1
/
+1
|
/
/
/
/
*
|
|
|
Fix request.reset_session for API controllers
Jon Moss
2016-03-19
2
-1
/
+5
*
|
|
|
[skip ci] Reorder paragraphs
Damir
2016-03-10
1
-3
/
+3
*
|
|
|
extract ActionDispatch::IntegrationTest::Behavior
Scott Bronson
2016-03-07
1
-22
/
+35
[prev]
[next]