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
...
*
do not automatically add format to routes that end in a slash
Aaron Patterson
2011-03-11
1
-1
/
+1
*
stop being clever and just call methods on the Route object
Aaron Patterson
2011-03-08
2
-1
/
+4
*
Raise ArgumentError if route name is invalid [#6517 state:resolved]
Andrew White
2011-03-06
1
-0
/
+2
*
Action Pack typos.
R.T. Lechow
2011-03-05
1
-2
/
+2
*
use newer class cache api
Aaron Patterson
2011-03-02
1
-1
/
+1
*
refactor Reference to a ClassCache object, fix lazy lookup in Middleware so t...
Aaron Patterson
2011-03-01
1
-2
/
+3
*
Fix named route helper for routes nested inside deeply nested resources
Andrew White
2011-02-14
1
-1
/
+1
*
Add notes on how to override the default :id constraint [#5994 state:resolved]
Andrew White
2011-02-14
1
-1
/
+8
*
Fix assert_recognizes with block constraints [#5805 state:resolved]
Andrew White
2011-02-13
2
-5
/
+11
*
Merge branch 'master' of git://github.com/lifo/docrails
Xavier Noria
2011-02-05
1
-17
/
+39
|
\
|
*
improve routing docs, mostly for #match
Gabriel Horner
2011-02-05
1
-12
/
+34
|
*
keep options titles consistent to "Options"
Gabriel Horner
2011-02-03
1
-5
/
+5
*
|
fixed bug with nested resources within shallow scope
german
2011-02-04
1
-1
/
+1
|
/
*
explain different ways to use match()
Jonathan Dance + Gabriel Horner
2011-01-29
1
-9
/
+16
*
organize and expand on options for routing methods
Jonathan Dance + Gabriel Horner
2011-01-29
1
-81
/
+161
*
fix cross-references in HttpHelper methods
Jonathan Dance + Gabriel Horner
2011-01-28
1
-4
/
+4
*
clarify what the "they" that are is and what the "are" in question is
Matt Jankowski
2011-01-27
1
-1
/
+2
*
use raise to create exceptions and to set the backtrace
Aaron Patterson
2011-01-12
1
-1
/
+1
*
dry up case / when statement
Aaron Patterson
2010-12-17
1
-5
/
+3
*
Fix indentation on the namespace method's documentation
Ryan Bigg
2010-12-13
1
-16
/
+16
*
Provide an example for ActionDispatch::Routing::Mapper#scope
Ryan Bigg
2010-12-11
1
-0
/
+12
*
Merge branch 'master' of git://github.com/lifo/docrails
Xavier Noria
2010-12-11
1
-5
/
+10
|
\
|
*
Action Controller Overview: Remove dead link to the API docs for filters
Ryan Bigg
2010-12-10
1
-0
/
+1
|
*
root method options are the same as the match method
Ryan Bigg
2010-12-10
1
-0
/
+2
|
*
root route should go at the *top* of the routes file, because it is the most ...
Ryan Bigg
2010-12-09
1
-1
/
+3
|
*
indent code samples for mount doc
Ryan Bigg
2010-12-09
1
-3
/
+3
|
*
mapper.rb: add "options" to make the default-to-namespace-name line read better
Ryan Bigg
2010-12-09
1
-1
/
+1
*
|
Check if the routes object really responds to define_mount_prefix.
José Valim
2010-12-09
1
-1
/
+1
|
/
*
Merge remote branch 'joshk/redirect_routing'
José Valim
2010-12-03
3
-79
/
+132
|
\
|
*
Added documentation explaining the new additional supported syntaxes for the ...
Josh Kalderimis
2010-11-30
1
-0
/
+29
|
*
The redirect routing method now allows for a hash of options which only chang...
Josh Kalderimis
2010-11-30
3
-79
/
+103
*
|
Merge branch 'master' of git://github.com/lifo/docrails
Xavier Noria
2010-11-27
1
-23
/
+52
|
\
\
|
|
/
|
/
|
|
*
Add mention of nested resource to resources documentation
Ryan Bigg
2010-11-24
1
-0
/
+15
|
*
Document the :path option for resources :posts
Ryan Bigg
2010-11-24
1
-0
/
+8
|
*
Add :module option documentation for the resources method
Ryan Bigg
2010-11-24
1
-0
/
+8
|
*
Remove non-sensical first couple of lines for scope method documentation
Ryan Bigg
2010-11-24
1
-2
/
+0
|
*
Paths in ActionDispatch::Scoping documentation should be for /admin/posts, no...
Ryan Bigg
2010-11-24
1
-14
/
+14
|
*
Fix formatting issue with rake routes output for the namespace method
Ryan Bigg
2010-11-24
1
-7
/
+7
*
|
Dynamically generaeted helpers on collection should not clobber resources url...
José Valim
2010-11-25
1
-0
/
+2
*
|
#:nodoc: internal methods.
José Valim
2010-11-25
1
-31
/
+31
*
|
copy-edits RDoc of 2fe43b6
Xavier Noria
2010-11-23
1
-2
/
+3
|
/
*
Speed up subdomain and domain calculus.
José Valim
2010-11-23
1
-14
/
+6
*
:subdomain, :domain and :tld_length options can now be used in url_for, allow...
Josh Kalderimis
2010-11-23
2
-6
/
+38
*
Anchors should be allowed on constraints that are not on path segments
Carl Lerche
2010-11-16
1
-9
/
+12
*
rejecting blank strings
Aaron Patterson
2010-11-15
1
-2
/
+2
*
reduce method calls
Aaron Patterson
2010-11-15
1
-4
/
+4
*
make sure we are only doing sanity checking against regular expressions
Aaron Patterson
2010-11-15
1
-1
/
+1
*
Merge branch 'master' of git://github.com/lifo/docrails
Xavier Noria
2010-11-15
1
-9
/
+212
|
\
|
*
Document the constraints method
Ryan Bigg
2010-11-14
1
-1
/
+55
|
*
Add documentation for :path_names option on resources
Ryan Bigg
2010-11-13
1
-0
/
+8
[prev]
[next]