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
*
drop || test for cases that do not need it
Aaron Patterson
2014-05-13
1
-1
/
+3
*
extend with a module then use define_method
Aaron Patterson
2014-05-13
1
-7
/
+4
*
Do not use short-circuit return
Rafael Mendonça França
2014-05-04
1
-2
/
+3
*
Merge pull request #11166 from xavier/callable_constraint_verification
Rafael Mendonça França
2014-05-04
1
-0
/
+7
|
\
|
*
Verify that route constraints respond to the expected messages instead of sil...
Xavier Defrang
2013-06-28
1
-0
/
+7
*
|
Tiny follow up to #14915 [ci skip]
Robin Dupret
2014-05-02
1
-19
/
+18
*
|
[skip ci] Document: required `via` option in `match` routing method.
Juan David Pastas
2014-04-30
1
-20
/
+37
*
|
Only make deeply nested routes shallow when parent is shallow
Andrew White
2014-04-11
1
-1
/
+14
*
|
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2014-03-29
1
-0
/
+4
|
\
\
|
*
|
Mention required glob param name in match docs for mapper
Earl St Sauver
2014-03-20
1
-0
/
+4
*
|
|
Use nested_scope? not shallow? to determine whether to copy options
Andrew White
2014-03-16
1
-1
/
+5
*
|
|
Copy shallow options from normal options when using scope
Andrew White
2014-03-08
1
-1
/
+2
*
|
|
Pull namespace defaults out of the options hash
Andrew White
2014-03-08
1
-3
/
+10
*
|
|
Only use shallow nested scope when depth is > 1
Andrew White
2014-03-08
1
-20
/
+23
*
|
|
Move setting :scope_level_resource to resource_scope
Andrew White
2014-03-08
1
-7
/
+7
|
/
/
*
|
Set the :shallow_path as each scope is generated
Andrew White
2014-02-09
1
-1
/
+12
*
|
Transform dashes to underscores in resource route names
Byron Bischoff
2014-01-25
1
-4
/
+4
*
|
Automatically convert dashes to underscores in shorthand routes
Mikko Johansson
2014-01-20
1
-0
/
+1
*
|
Automatically convert dashes to underscores for url helpers
Amr Tamimi
2014-01-20
1
-1
/
+2
*
|
Allow an absolute controller path inside a module scope
Andrew White
2014-01-05
1
-2
/
+6
*
|
Fix method redefined warning message in mapper.rb
Andrew White
2013-12-29
1
-2
/
+3
*
|
Fix mounting engines inside a resources block
Piotr Sarnacki
2013-12-10
1
-1
/
+2
*
|
Merge remote-tracking branch 'docrails/master'
Xavier Noria
2013-11-24
1
-1
/
+1
|
\
\
|
*
|
Change syntax format for example returned values
Prem Sichanugrist
2013-11-11
1
-1
/
+1
*
|
|
Avoid hash lookups for building an array of required defaults
Carlos Antonio da Silva
2013-11-15
1
-2
/
+3
*
|
|
Get rid of useless temp variable
Carlos Antonio da Silva
2013-11-15
1
-2
/
+1
*
|
|
Set values instead of building hashes with single values for merging
Carlos Antonio da Silva
2013-11-15
1
-2
/
+2
*
|
|
avoiding next statements
Akshay Vishnoi
2013-11-15
1
-9
/
+12
*
|
|
Improve Errors when Controller Name or Action isn't specfied
Gaurish Sharma
2013-11-05
1
-2
/
+4
|
/
/
*
|
Revert "Merge pull request #12208 from mjhoy/patch-1"
Rafael Mendonça França
2013-09-12
1
-0
/
+4
*
|
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2013-09-13
1
-10
/
+10
|
\
\
|
*
|
Change documentation to consistently refer to the same object
Earl J St Sauver
2013-09-08
1
-8
/
+8
|
*
|
Blacklist refferenced in docs is actually whitelist
Earl J St Sauver
2013-09-08
1
-2
/
+2
|
|
/
*
|
remove outdated docs
Michael Hoy
2013-09-12
1
-4
/
+0
*
|
Update mapper documenation for match helper [ci skip]
Earl St Sauver
2013-08-30
1
-2
/
+3
|
/
*
Fix shorthand routes where controller and action are in the scope
Andrew White
2013-06-25
1
-2
/
+10
*
Add has_named_route? to the mapper API
José Valim
2013-05-20
1
-0
/
+5
*
Rack::Mount was replaced by Journey, Fixed comment
Gaurish Sharma
2013-04-30
1
-1
/
+1
*
extract arrays to constants in Mapper
Vipul A M
2013-04-22
1
-2
/
+4
*
Mark unused variables and make some style fixes
Agis Anastasopoulos
2013-04-08
1
-2
/
+2
*
Refactoring some reused code into a method (inside of the routes
wangjohn
2013-04-05
1
-12
/
+13
*
Merge pull request #9932 from senny/9913_routing_problem
Andrew White
2013-04-03
1
-8
/
+12
|
\
|
*
routing shorthand syntax works with multiple paths
Yves Senn
2013-03-26
1
-5
/
+6
|
*
bugfix, when matching multiple paths with `get`, `post`, ...
Yves Senn
2013-03-26
1
-3
/
+6
*
|
fix regression in Mapper when `format:` was used in a `scope`.
Yves Senn
2013-04-03
1
-1
/
+1
|
/
*
Routing match `via` option requirement exception message made more explicit
Boris Staal
2013-03-05
1
-1
/
+2
*
Remove redundant method
Andrew White
2013-02-28
1
-8
/
+0
*
`format: true` does not override existing format constraints.
Yves Senn
2013-02-27
1
-1
/
+1
*
the router allows String contraints.
Yves Senn
2013-02-26
1
-11
/
+17
*
Allow both a path and an option on root in config/routes
Sam Ruby
2013-02-26
1
-2
/
+9
[next]