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
/
journey
/
route_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix broken alignments caused by auto-correct commit 411ccbd
Ryuta Kamizono
2016-08-10
1
-2
/
+4
*
remove redundant curlies from hash arguments
Xavier Noria
2016-08-06
1
-18
/
+14
*
modernizes hash syntax in actionpack
Xavier Noria
2016-08-06
1
-18
/
+18
*
applies new string literal convention in actionpack/test
Xavier Noria
2016-08-06
1
-31
/
+31
*
routes are always constructed with a hash for the conditions
Aaron Patterson
2015-08-17
1
-1
/
+1
*
introduce an alternate constructor for Route objects
Aaron Patterson
2015-08-17
1
-12
/
+12
*
default pattern to use a joined string
Aaron Patterson
2015-08-17
1
-1
/
+1
*
remove Strexp
Aaron Patterson
2015-08-13
1
-2
/
+1
*
pass anchor directly to `Pattern`
Aaron Patterson
2015-08-13
1
-1
/
+1
*
extract required_defaults from the conditions hash before constructing the route
Aaron Patterson
2015-06-08
1
-13
/
+13
*
Silence ambiguous first argument warning
Prem Sichanugrist
2015-05-04
1
-1
/
+1
*
Correct route requirements by overriding defaultls (fixes #18373)
brainopia
2015-01-08
1
-0
/
+8
*
Path::Pattern is instantiated internally, so make the contructor require a st...
Aaron Patterson
2014-05-29
1
-11
/
+11
*
Change the behavior of route defaults
Andrew White
2013-01-15
1
-5
/
+8
*
Use ActiveSupport::TestCase in the journey tests
Rafael Mendonça França
2012-12-31
1
-1
/
+1
*
Alias refute methods to assert_not and perfer assert_not on tests
Rafael Mendonça França
2012-12-31
1
-1
/
+1
*
Integrate Journey into Action Dispatch
Andrew White
2012-12-19
1
-0
/
+103