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
/
test
/
dispatch
/
mapper_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Brush up errors of `ActionDispatch::Routing::Mapper#mount`
yui-knk
2015-11-28
1
-1
/
+13
*
Change `Journey::Route#verb` to return string instead of regexp.
yui-knk
2015-10-03
1
-2
/
+2
*
routes are always constructed with a hash for the conditions
Aaron Patterson
2015-08-17
1
-2
/
+2
*
pass pass the mapping object down the add_route stack
Aaron Patterson
2015-08-14
1
-1
/
+1
*
pass the mapping object to build_route
Aaron Patterson
2015-08-14
1
-16
/
+5
*
pass the path ast down
Aaron Patterson
2015-08-14
1
-1
/
+1
*
pull up path parsing
Aaron Patterson
2015-08-14
1
-1
/
+2
*
implement `requirements` in terms of routes
Aaron Patterson
2015-08-14
1
-1
/
+1
*
implement the `asts` method in terms of paths / patterns
Aaron Patterson
2015-08-14
1
-12
/
+11
*
extract ast finding to a method
Aaron Patterson
2015-08-14
1
-9
/
+13
*
stop adding path_info to the conditions hash
Aaron Patterson
2015-08-14
1
-9
/
+9
*
pull up options_constrants extraction
Aaron Patterson
2015-08-13
1
-1
/
+1
*
remove `as`
Aaron Patterson
2015-08-13
1
-1
/
+1
*
remove anchor from mapping
Aaron Patterson
2015-08-13
1
-1
/
+1
*
pull `anchor` extraction up
Aaron Patterson
2015-08-13
1
-1
/
+1
*
raise if `anchor` is passed to `scope`
Aaron Patterson
2015-08-13
1
-0
/
+9
*
pull `formatted` up the stack
Aaron Patterson
2015-08-12
1
-1
/
+10
*
add a regression test for scoped `format` params
Aaron Patterson
2015-08-12
1
-0
/
+11
*
add a regression test for adding arbitrary keys to `scope`
Aaron Patterson
2015-08-12
1
-0
/
+15
*
add a method to `Scope` for getting mapping options
Aaron Patterson
2015-08-12
1
-1
/
+2
*
pull `via` all the way out of `add_route`
Aaron Patterson
2015-08-12
1
-0
/
+8
*
add a test for adding "via" using `scope`
Aaron Patterson
2015-08-12
1
-0
/
+9
*
pull `via` extraction up
Aaron Patterson
2015-08-12
1
-2
/
+2
*
pull `to` up
Aaron Patterson
2015-08-11
1
-1
/
+1
*
push option decomposition up a bit more
Aaron Patterson
2015-08-11
1
-2
/
+2
*
pull up the "options.delete(:controller)" logic
Aaron Patterson
2015-08-11
1
-2
/
+2
*
Allow a custom dispatcher to be provided to routing.
Xavier Shay
2015-08-07
1
-0
/
+4
*
fewer operations on the options hash
Aaron Patterson
2014-08-13
1
-1
/
+1
*
RouteSet should be in charge of constructing the dispather
Aaron Patterson
2014-07-15
1
-2
/
+2
*
use the factory method to construct the mapping
Aaron Patterson
2014-06-03
1
-1
/
+1
*
Mapping never actually uses @set, so rm
Aaron Patterson
2014-05-29
1
-1
/
+1
*
use a parser to extract the group parts from the path
Aaron Patterson
2014-05-29
1
-2
/
+2
*
Raise a helpful error message on #mount misuse
Carl Lerche
2012-07-10
1
-0
/
+9
*
Remove more tests related to draw external routes files
Rafael Mendonça França
2012-06-29
1
-2
/
+1
*
Fix the build
Yehuda Katz
2012-04-25
1
-1
/
+2
*
Remove default match without specified method
Jose and Yehuda
2012-04-24
1
-8
/
+8
*
all routes can be stored in the Journey Routes object
Aaron Patterson
2011-09-12
1
-0
/
+1
*
fixing wildcard path matching when wildcard is inside parenthesis
Aaron Patterson
2011-07-26
1
-0
/
+7
*
Allow a route to have :format => true
Erik Michaels-Ober
2011-07-25
1
-0
/
+7
*
Remove 'warning: ambiguous first argument' when running ActionPack tests
Sebastian Martinez
2011-03-29
1
-2
/
+2
*
Move mapper_test to the appropriate location
Prem Sichanugrist
2011-03-29
1
-0
/
+88