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
*
[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
*
revises more Lint/EndAlignment offenses
Xavier Noria
2016-08-08
1
-3
/
+3
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-16
/
+16
*
remove redundant curlies from hash arguments
Xavier Noria
2016-08-06
1
-1
/
+1
*
modernizes hash syntax in actionpack
Xavier Noria
2016-08-06
1
-7
/
+7
*
applies new string literal convention in actionpack/lib
Xavier Noria
2016-08-06
1
-22
/
+22
*
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
|
/
*
Deprecate usage of nil as route path
Volmer
2016-07-05
1
-0
/
+6
*
Fix setting route's to in a scope
Piotr Jakubowski
2016-06-28
1
-1
/
+9
*
Prevent `{ internal: true }` from being stored in the router
Jon Moss
2016-06-07
1
-1
/
+1
*
Support for unified Integer class in Ruby 2.4+
Jeremy Daer
2016-05-18
1
-2
/
+2
*
Replace `loop` to `until`
Molchanov Andrey
2016-05-07
1
-2
/
+1
*
Merge pull request #23103 from rails/refactor-handling-of-action-default
Jeremy Daer
2016-04-24
1
-0
/
+4
|
\
[next]