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
*
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
*
|
|
|
Prevent not-intended loading of `ActionDispatch::IntegrationTest`
yui-knk
2016-03-07
1
-0
/
+2
|
|
_
|
/
|
/
|
|
*
|
|
[ci skip] Fix constrain_to documentation.
Kasper Timm Hansen
2016-03-03
1
-1
/
+1
*
|
|
Rename constrain_to to exclude.
Kasper Timm Hansen
2016-03-03
1
-3
/
+4
*
|
|
Merge pull request #24027 from mechanicles/a-to-an
Xavier Noria
2016-03-03
2
-2
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Change 'a HTTP' to 'an HTTP' [ci skip]
Santosh Wadghule
2016-03-03
2
-2
/
+2
*
|
|
Niceify the dynamic routes deprecation messages
Jon Atack
2016-03-03
1
-2
/
+8
|
/
/
*
|
Do not run app.executor callbacks in integration tests
Jorge Bejar and Santiago Pastorino
2016-03-02
1
-11
/
+2
*
|
Merge pull request #23980 from rails/deprecate-controller-action-segments
Andrew White
2016-03-01
1
-0
/
+9
|
\
\
|
*
|
Deprecate :controller and :action path parameters
Andrew White
2016-03-01
1
-0
/
+9
*
|
|
Don't reference Rails.application from inside a component
Matthew Draper
2016-03-02
2
-10
/
+8
*
|
|
Publish AS::Executor and AS::Reloader APIs
Matthew Draper
2016-03-02
5
-80
/
+58
|
/
/
*
|
Merge pull request #23963 from gsamokovarov/exception-wrapper-no-ac-require
Kasper Timm Hansen
2016-02-29
1
-1
/
+0
|
\
\
|
*
|
Drop Action Controller require in ActionDispatch::ExceptionWrapper
Genadi Samokovarov
2016-02-29
1
-1
/
+0
*
|
|
Add documentation for #13897 [skip ci]
Bart de Water
2016-02-29
1
-3
/
+9
|
/
/
[next]