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
/
journey
/
route.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
set route precedence at allocation time
Aaron Patterson
2015-08-20
1
-6
/
+4
*
Remove unreached default value
Rafael Mendonça França
2015-08-17
1
-1
/
+1
*
use the strategy pattern to match request verbs
Aaron Patterson
2015-08-17
1
-6
/
+48
*
split the verb regex from the constraints hash
Aaron Patterson
2015-08-17
1
-6
/
+17
*
introduce an alternate constructor for Route objects
Aaron Patterson
2015-08-17
1
-0
/
+4
*
`required_defaults` is always passed in, remove conditional
Aaron Patterson
2015-08-17
1
-1
/
+1
*
use predicate methods to avoid is_a? checks
Aaron Patterson
2015-08-17
1
-1
/
+1
*
remove hard coded regular expression
Aaron Patterson
2015-08-14
1
-0
/
+4
*
extract required_defaults from the conditions hash before constructing the route
Aaron Patterson
2015-06-08
1
-4
/
+3
*
Correct route requirements by overriding defaultls (fixes #18373)
brainopia
2015-01-08
1
-1
/
+1
*
remove unused `#optional_parts`
Sergey Alekseev
2014-12-05
1
-4
/
+0
*
Pass symbol as an argument instead of a block
Erik Michaels-Ober
2014-11-29
1
-3
/
+3
*
push is_a?(Dispatcher) check in to one place
Aaron Patterson
2014-05-24
1
-9
/
+1
*
unwrap the constraints object on initialization, eliminate loops
Aaron Patterson
2014-05-24
1
-1
/
+1
*
reuse path formatter from the non-optimized path.
Aaron Patterson
2014-05-21
1
-4
/
+0
*
make variable name more clear
Aaron Patterson
2014-05-21
1
-2
/
+2
*
do not mutate parameters, let the caller do mutations
Aaron Patterson
2014-05-21
1
-4
/
+0
*
push the formatter up to the Route object
Aaron Patterson
2014-05-21
1
-1
/
+2
*
cache the formatter on the path object
Aaron Patterson
2014-05-20
1
-2
/
+1
*
translate AST to a formatter before url generation
Aaron Patterson
2014-05-20
1
-1
/
+2
*
Make URL escaping more consistent
Andrew White
2014-04-20
1
-0
/
+4
*
Skip Rack applications and redirects when generating urls
Andrew White
2013-07-16
1
-0
/
+12
*
Passing subdomain: '' to url_for removes the subdomain (instead of adding a l...
Derek Watson
2013-04-18
1
-0
/
+4
*
Use custom visitor class for optimized url helpers
Andrew White
2013-03-03
1
-0
/
+4
*
Change the behavior of route defaults
Andrew White
2013-01-15
1
-4
/
+7
*
Add support for other types of routing constraints
Andrew White
2013-01-15
1
-5
/
+24
*
access `@path` and `@routes` via reader methods in journey
Gosha Arinich
2013-01-07
1
-1
/
+1
*
Refactor to not call path.ast twice
Carlos Antonio da Silva
2013-01-06
1
-2
/
+3
*
refactor Route#ast to use or-equals and block, instead of return with a cond
Gosha Arinich
2013-01-06
1
-5
/
+4
*
update AD::Journey to follow Rails coding conventions
Francesco Rodriguez
2012-12-20
1
-4
/
+4
*
:nodoc: Journey because is not part of the public API [ci skip]
Francesco Rodriguez
2012-12-19
1
-2
/
+2
*
Integrate Journey into Action Dispatch
Andrew White
2012-12-19
1
-0
/
+94