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
/
mapper.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert remaining usage of whitelist and blacklist
Kevin Deisz
2018-08-24
1
-2
/
+2
*
Enable Start/EndWith and RegexpMatch cops
Bart de Water
2018-07-28
1
-5
/
+5
*
Rails guides are now served over https
Paul McMahon
2018-07-24
1
-1
/
+1
*
Cache url helpers module
Andrew White
2018-03-21
1
-1
/
+2
*
Remove usage of strip_heredoc in the framework in favor of <<~
Rafael Mendonça França
2018-02-16
1
-1
/
+1
*
Fix typos. Improve text_helper documentation.
James Lovejoy
2018-01-19
1
-3
/
+3
*
Fix CustomUrls#direct doc formatting
T.J. Schuck
2017-11-22
1
-6
/
+6
*
Improve docs of ActionDispatch::Routing::Mapper
bogdanvlviv
2017-11-03
1
-4
/
+14
*
[Action Pack] require => require_relative
Akira Matsuda
2017-10-21
1
-2
/
+2
*
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2017-08-26
1
-1
/
+1
|
\
|
*
[ci skip] Fix a typo
yui-knk
2017-08-18
1
-1
/
+1
*
|
fix typo in ambiguous route definition error message
Zoran Pesic
2017-08-18
1
-1
/
+1
|
/
*
Fix regression from multiple mountpoint support
David Rodríguez
2017-07-24
1
-0
/
+5
*
[Action Pack] `rubocop -a --only Layout/EmptyLineAfterMagicComment`
Koichi ITO
2017-07-11
1
-0
/
+1
*
Merge pull request #29655 from kirs/frozen-friendly-ap-ar
Matthew Draper
2017-07-10
1
-1
/
+2
|
\
|
*
Prepare AP and AR to be frozen string friendly
Kir Shatrov
2017-07-06
1
-1
/
+2
*
|
Allow mounting same engine under several locations
David Rodríguez
2017-07-05
1
-6
/
+13
|
/
*
[Action Dispatch] require => require_relative
Akira Matsuda
2017-07-01
1
-2
/
+2
*
Fix typo on error message when route definition is ambiguous.
André Luis Leal Cardoso Junior
2017-06-03
1
-1
/
+1
*
Fix formatting of `direct` and `resolve` doc [ci skip]
yuuji.yaginuma
2017-06-03
1
-14
/
+14
*
Use more specific check for :format in route path
Andrew White
2017-04-18
1
-1
/
+2
*
[docs] fix ActionDispatch documentation
Hrvoje Šimić
2017-03-13
1
-25
/
+25
*
Fix `direct` with params example [ci skip]
yuuji.yaginuma
2017-03-06
1
-1
/
+1
*
Remove unused params.
Jerry Tao
2017-02-26
1
-1
/
+1
*
[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
*
[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
1
-39
/
+52
*
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
1
-10
/
+54
*
Don't allocate a hash unnecessarily
Andrew White
2017-02-21
1
-1
/
+1
*
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
1
-0
/
+41
*
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
1
-25
/
+23
*
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
1
-1
/
+1
*
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
*
fixes remaining RuboCop issues [Vipul A M, Xavier Noria]
Xavier Noria
2016-09-01
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
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-2
/
+2
[next]