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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
fix require
Aaron Patterson
2011-10-06
1
-1
/
+1
*
:subdomain can now be specified with a value of false in url_for, allowing fo...
Kamil Sobieraj
2011-10-04
1
-2
/
+3
*
Fix named routes modifying arguments
Pawel Pierzchala
2011-09-22
1
-3
/
+4
*
removing backwards compatibility module
Aaron Patterson
2011-09-12
2
-8
/
+7
*
partially expand the parameters to `match`
Aaron Patterson
2011-09-12
1
-3
/
+3
*
unfactor the Route class to private factory methods
Aaron Patterson
2011-09-12
2
-45
/
+42
*
reduce dependencies of external objects in the Route class
Aaron Patterson
2011-09-12
2
-16
/
+18
*
delete unused code, pass path explicitly to journey
Aaron Patterson
2011-09-12
2
-28
/
+7
*
all routes can be stored in the Journey Routes object
Aaron Patterson
2011-09-12
1
-5
/
+4
*
clear! does not need to be called from initialize
Aaron Patterson
2011-09-12
1
-4
/
+3
*
reuse the route collection and formatter by clearing them
Aaron Patterson
2011-09-12
1
-6
/
+10
*
Instantiate each part of our routing system:
Aaron Patterson
2011-09-12
1
-7
/
+8
*
stop freezing the routes
Aaron Patterson
2011-09-12
1
-1
/
+0
*
stop using a hash for parameterizing
Aaron Patterson
2011-09-12
1
-11
/
+9
*
Switching rack-mount to journey.
Aaron Patterson
2011-09-12
1
-1
/
+2
*
Merge pull request #2577 from rails-noob/master
Santiago Pastorino
2011-09-06
1
-1
/
+3
|
\
|
*
Fix bug #2579.
rails-noob
2011-09-06
1
-1
/
+3
*
|
if ... nil? is more expensive than unless
Milan Dobrota
2011-09-04
1
-1
/
+1
*
|
Fix name of parent resource params when declaring nested resources at routes
Carlos Paramio
2011-09-01
1
-6
/
+6
*
|
doc fixes
Vijay Dev
2011-08-28
1
-4
/
+8
|
/
*
We actually don't need a reverse_merge! here. dup removed was giving error wi...
Arun Agrawal
2011-08-12
1
-1
/
+1
*
when calling url_for with a hash, additional (likely unwanted) values (such a...
Andrew Kaspick
2011-08-11
1
-1
/
+1
*
Merge pull request #2327 from cesario/patch-1
José Valim
2011-07-28
1
-1
/
+0
|
\
|
*
We don't need to require erb here.
Franck Verrot
2011-07-28
1
-1
/
+0
*
|
Merge pull request #2330 from thedarkone/resources-router-fix
José Valim
2011-07-28
1
-8
/
+7
|
\
\
|
|
/
|
/
|
|
*
Make use of the inherited initializer.
thedarkone
2011-07-28
1
-3
/
+2
|
*
There is no need to be destructive with the passed-in options.
thedarkone
2011-07-28
1
-6
/
+6
*
|
simplify conditionals by assuming hash values will never be `false`
Aaron Patterson
2011-07-26
1
-10
/
+2
*
|
use regular ruby rather than clever ruby
Aaron Patterson
2011-07-26
1
-3
/
+3
*
|
fixing wildcard path matching when wildcard is inside parenthesis
Aaron Patterson
2011-07-26
1
-1
/
+1
*
|
Allow a route to have :format => true
Erik Michaels-Ober
2011-07-25
1
-0
/
+2
*
|
Merge pull request #2245 from davidtrogers/constraints_block_passed_to_follow...
Santiago Pastorino
2011-07-25
1
-6
/
+5
|
\
\
|
*
|
Ensure the constraints block is only applied to the correct route
Dave Rogers
2011-07-25
1
-6
/
+5
|
|
/
*
/
Make polymorphic_url calls go through application helpers again.
thedarkone
2011-07-25
1
-8
/
+1
|
/
*
Better formatting of route requirements in rake:routes.
Hendy Tanata
2011-07-16
1
-7
/
+7
*
TODO fix explicitly loading exceptations, autoload removed
Vishnu Atrai
2011-07-11
1
-0
/
+1
*
provide a more explicit message when using url_for with nil
Damien Mathieu
2011-07-02
1
-1
/
+3
*
Removed warning while running test with ruby 1.9.2
bagwanpankaj
2011-06-14
1
-1
/
+1
*
Merge branch 'master' of git://github.com/lifo/docrails
Xavier Noria
2011-06-11
1
-3
/
+3
|
\
|
*
shallow_path example updated
ganesh
2011-06-10
1
-3
/
+3
*
|
removed the unnecessary back slashes from the regular expression
Raghunadh
2011-06-10
1
-2
/
+2
*
|
rafactored the regex related code in the mapper class
Raghunadh
2011-06-07
1
-4
/
+7
|
/
*
fix creating an empty route on 1.8. Closes #1210
Damien Mathieu
2011-06-01
1
-1
/
+3
*
Merge branch 'master' of git://github.com/lifo/docrails
Xavier Noria
2011-05-25
2
-8
/
+8
|
\
|
*
Remove extra white spaces on ActionPack docs.
Sebastian Martinez
2011-05-23
2
-2
/
+2
|
*
Fixed documentation for scope with path.
Anuj Dutta
2011-05-22
1
-2
/
+2
|
*
fixes code highlight in shallow_path example
Diego Plentz
2011-05-19
1
-4
/
+4
*
|
removed deprecated methods, and related tests, from ActionPack
Josh Kalderimis
2011-05-24
1
-7
/
+0
*
|
Correct example and expand on description of :shallow option for resources
Andrew White
2011-05-21
1
-3
/
+7
|
/
*
Merge branch 'master' of git://github.com/lifo/docrails
Xavier Noria
2011-05-14
2
-29
/
+30
|
\
[prev]
[next]