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
/
routing
Commit message (
Expand
)
Author
Age
Files
Lines
*
`respond_to_missing?` should be private
Ryuta Kamizono
2017-04-22
1
-2
/
+3
*
Reuse the Parameters#to_h check in the routing helpers
Rafael Mendonça França
2017-04-18
2
-15
/
+4
*
Use more specific check for :format in route path
Andrew White
2017-04-18
1
-1
/
+2
*
Merge pull request #28394 from shime/docs-action-dispatch
Xavier Noria
2017-03-22
5
-31
/
+31
|
\
|
*
[docs] fix ActionDispatch documentation
Hrvoje Šimić
2017-03-13
5
-31
/
+31
*
|
Always use original url_for when generating direct routes
Andrew White
2017-03-17
2
-1
/
+9
*
|
Add support for calling nested direct routes (#28462)
Andrew White
2017-03-17
3
-24
/
+20
*
|
Remove unnecessary params munging
Andrew White
2017-03-15
1
-2
/
+1
|
/
*
Fix `direct` with params example [ci skip]
yuuji.yaginuma
2017-03-06
1
-1
/
+1
*
Remove unused params.
Jerry Tao
2017-02-26
2
-2
/
+2
*
Commit flash changes when using a redirect route.
Andrew White
2017-02-25
1
-0
/
+2
*
[ci skip] Fix more quotes in direct/resolve docs
Andrew White
2017-02-23
1
-3
/
+3
*
Clarify use of params in `direct`
Andrew White
2017-02-22
1
-0
/
+9
*
Bump removal of `/:controller/:action` to Rails 5.2
Andrew White
2017-02-22
1
-2
/
+2
*
[ci skip] Fix direct/resolve documentation.
Kasper Timm Hansen
2017-02-21
1
-11
/
+11
*
Split direct method into two
Andrew White
2017-02-21
2
-49
/
+56
*
Push option extract into call method
Andrew White
2017-02-21
2
-8
/
+7
*
Fix typo in exception message
Andrew White
2017-02-21
1
-1
/
+1
*
Prefer remove_method over undef_method
Andrew White
2017-02-21
1
-4
/
+4
*
Support mapping of non-model classes
Andrew White
2017-02-21
1
-3
/
+10
*
Raise an error if `direct` is inside a scope block
Andrew White
2017-02-21
1
-3
/
+14
*
Add custom polymorphic mapping
Andrew White
2017-02-21
3
-56
/
+141
*
Don't allocate a hash unnecessarily
Andrew White
2017-02-21
2
-2
/
+6
*
Only accept symbols and strings for Mapper#direct
Andrew White
2017-02-21
1
-1
/
+6
*
Rename url_helper to direct
Andrew White
2017-02-21
1
-7
/
+7
*
Add support for defining custom url helpers in routes.rb
Andrew White
2017-02-21
2
-0
/
+116
*
Wrap routes.url_helpers.url_for via a proxy
Andrew White
2017-02-21
1
-4
/
+21
*
Merge pull request #27647 from Shopify/fully-eagerload-journey
Rafael França
2017-01-30
1
-0
/
+6
|
\
|
*
Fully initialize routes before the first request is handled
Jean Boussier
2017-01-18
1
-0
/
+6
*
|
Add examples for behaviour about redirection with and without options. Fixes ...
Vipul A M
2017-01-21
1
-0
/
+8
*
|
Add missing require
David Heinemeier Hansson
2017-01-16
1
-0
/
+1
|
/
*
Remove deprecated ActionController::Metal.call
Rafael Mendonça França
2017-01-03
1
-9
/
+7
*
Privatize unneededly protected methods in Action Pack
Akira Matsuda
2016-12-24
2
-27
/
+27
*
No need to nodoc private methods
Akira Matsuda
2016-12-24
1
-17
/
+17
*
Revert "fix typo in `match` doc [ci skip]"
Jon Moss
2016-11-19
1
-1
/
+1
*
fix typo in `match` doc [ci skip]
yuuji.yaginuma
2016-11-20
1
-1
/
+1
*
Fix incorrect output from rails routes when using singular resources issue #2...
Erick Reyna
2016-11-18
1
-5
/
+5
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
4
-13
/
+13
*
removes requires already present in active_support/rails
Xavier Noria
2016-10-27
1
-1
/
+0
*
let Regexp#match? be globally available
Xavier Noria
2016-10-27
1
-1
/
+0
*
Remove deprecated support for passing `:path` and route path as stings in `Ac...
Rafael Mendonça França
2016-10-10
1
-12
/
+1
*
Remove deprecated support passing path as `nil` in `ActionDispatch::Routing::...
Rafael Mendonça França
2016-10-10
1
-5
/
+1
*
Show an "unmatched constraints" error for mismatching and present params
Chris Carter
2016-10-03
1
-1
/
+1
*
Fix broken comments indentation caused by rubocop auto-correct [ci skip]
Ryuta Kamizono
2016-09-14
1
-13
/
+13
*
RuboCop is 100% green :tada:
Xavier Noria
2016-09-02
1
-10
/
+11
*
fixes remaining RuboCop issues [Vipul A M, Xavier Noria]
Xavier Noria
2016-09-01
2
-3
/
+3
*
Override `respond_to_missing?` instead of `respond_to?` when possible
Sean Griffin
2016-08-31
1
-1
/
+1
*
Fix nested multiple roots
Ryo Hashimoto
2016-08-29
1
-1
/
+1
*
Change method visibility to be private
Rafael Mendonça França
2016-08-17
1
-57
/
+57
*
Push :defaults extraction down one level
Rafael Mendonça França
2016-08-17
1
-60
/
+60
[next]