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
*
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
*
determine the match shorthand target early.
Yves Senn
2013-02-21
1
-14
/
+12
*
the `:controller` option for routes can contain numbers. closes #9231.
Yves Senn
2013-02-09
1
-1
/
+1
*
ruby constant syntax is not supported as routing `:controller` option.
Yves Senn
2013-02-06
1
-0
/
+6
*
Missing or unneeded require extract_options
Akira Matsuda
2013-02-01
1
-0
/
+1
*
Duplicate possible frozen string from route
Andrew White
2013-01-21
1
-2
/
+3
*
Change the behavior of route defaults
Andrew White
2013-01-15
1
-1
/
+8
*
Add support for other types of routing constraints
Andrew White
2013-01-15
1
-103
/
+149
*
clearer conditional in constraint match check
Gosha Arinich
2013-01-10
1
-3
/
+3
*
refactor Routing::Mapper
Gosha Arinich
2013-01-03
1
-9
/
+4
*
Fix usage of lambda as a Rack endpoint
Jiri Pospisil
2012-12-31
1
-2
/
+2
*
Merge pull request #8412 from JoeyButler/action_dispatch_routing_mapper_refac...
Rafael Mendonça França
2012-12-05
1
-18
/
+14
|
\
|
*
Extract method refactoring in ActionDispatch::Routing::SingletonResource.
Joey Butler
2012-12-05
1
-18
/
+14
*
|
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-12-04
1
-4
/
+0
|
\
\
|
*
|
Cleans and removes useless 'Examples' tag [ci skip]
Alvaro Pereyra
2012-12-01
1
-4
/
+0
|
|
/
*
/
Fixed issue where routes with globs caused constraints on that glob to
Maura Fitzgerald
2012-12-04
1
-1
/
+1
|
/
*
Refector a bit to remove extra slice iteration and splat call
Carlos Antonio da Silva
2012-11-24
1
-2
/
+2
*
Use merge! in some places to avoid creating extra hashes
Carlos Antonio da Silva
2012-11-24
1
-3
/
+3
*
Simplify scope options recovery by using merge!
Carlos Antonio da Silva
2012-11-24
1
-6
/
+1
*
Normalize scope recovering :blocks option name
Carlos Antonio da Silva
2012-11-24
1
-3
/
+3
*
Simplify constraints condition in scope when checking for Hash
Carlos Antonio da Silva
2012-11-24
1
-7
/
+4
*
Allow setting a symbol as path in scope on routes
Guillermo Iguaran
2012-11-21
1
-1
/
+1
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-11-17
1
-17
/
+22
|
\
|
*
update syntax and add note about prompt use of HttpHelpers [ci-skip]
Cesar Carruitero
2012-11-09
1
-12
/
+17
|
*
correct link syntax [ci-skip]
Cesar Carruitero
2012-11-09
1
-5
/
+5
*
|
routing prefix slash replacement is no longer necessary
Yves Senn
2012-11-04
1
-3
/
+1
|
/
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-11-03
1
-55
/
+55
|
\
|
*
1.9 hash syntax changes to docs
AvnerCohen
2012-10-31
1
-55
/
+55
*
|
Revert "Merge pull request #7668 from Draiken/fix_issue_6497"
Rafael Mendonça França
2012-11-02
1
-1
/
+1
|
/
*
resource and resources do no longer modify passed options
Yves Senn
2012-10-01
1
-2
/
+2
*
Removing to_shorthand from default_controller_and_action. Fixes #6497
Luiz Felipe
2012-09-19
1
-1
/
+1
*
Make enhanced routing Concerns more tell-don't-ask
Ernie Miller
2012-09-03
1
-25
/
+55
*
Fix concerns not executing block in mapper
Ernie Miller
2012-09-03
1
-2
/
+19
*
Allow routing concerns to accept a callable
Ernie Miller
2012-09-03
1
-3
/
+7
*
Update actionpack/lib/action_dispatch/routing/mapper.rb
Erik Ordway
2012-08-29
1
-1
/
+1
*
Make sure :via works with mount
Pratik Naik
2012-08-20
1
-2
/
+3
*
Add CHANGELOG entry and documentation for Routing Concerns
Rafael Mendonça França
2012-08-13
1
-0
/
+38
[next]