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
/
guides
/
source
/
routing.md
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #16799 from rramsden/fix-typo
Yves Senn
2014-09-04
1
-1
/
+1
|
\
|
*
[ci skip] Fix typo in rails guide for routing
Richard Ramsden
2014-09-04
1
-1
/
+1
*
|
:nail_care: from #16329 [ci skip]
Zachary Scott
2014-07-29
1
-1
/
+1
*
|
Get request should not write to database note added. [skip ci]
Deepender Singla
2014-07-29
1
-0
/
+2
*
|
[ci skip] Fix code in Routing Guide
yuuji.yaginuma
2014-07-21
1
-1
/
+1
*
|
Add @senny's changed from #14741, including code font for `resources`
Zachary Scott
2014-05-29
1
-1
/
+4
*
|
Merge branch 'master' of github.com:zackperdue/rails into zackperdue-master
Zachary Scott
2014-05-29
1
-0
/
+19
|
\
\
|
*
|
Added documentation for the :param option for resourceful routing
Zack Perdue
2014-04-14
1
-0
/
+19
*
|
|
Rename Posts to Articles in Guides, continuation of 2d446e77 / #13774 [ci skip]
John Kelly Ferguson
2014-05-21
1
-65
/
+65
*
|
|
Use generated binstubs in guides examples.
Josef Šimánek
2014-05-20
1
-1
/
+1
*
|
|
[ci skip] Minor improvements on routing.md.
Juanito Fatas
2014-05-09
1
-11
/
+11
|
/
/
*
|
Update documentation to use Rails.application instead
Marcel Morgan
2014-04-13
1
-2
/
+2
*
|
Be explicit about allowed constraint values, fixes #14702
Jano Suchal
2014-04-11
1
-0
/
+2
*
|
Fixes docs typo in nested resource path helpers [skip ci]
Gareth du Plooy
2014-02-26
1
-18
/
+18
*
|
add patch in HTTP Verb Constraints [ci skip]
Angelo capilleri
2014-02-11
1
-1
/
+1
*
|
Allow an absolute controller path inside a module scope
Andrew White
2014-01-05
1
-0
/
+2
*
|
Update explanation to match example
Steven Nunez
2013-12-30
1
-1
/
+1
*
|
Fixed typos in shallow routes and routing concerns
Ben Lewis
2013-11-18
1
-2
/
+2
*
|
[ci skip] Make all tables have Controller#Action, change a tense in sentence.
Juanito Fatas
2013-10-31
1
-90
/
+93
*
|
Use Ruby on Rails Coding Conventions for code examples in the guides
Paul Nikitochkin
2013-09-06
1
-2
/
+2
*
|
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2013-06-26
1
-0
/
+6
|
\
\
|
*
|
Added markdown tag for highlight
Anton Cherepanov
2013-06-24
1
-1
/
+1
|
*
|
Added a warning about #1769 to the routing guide.
Cody Robbins
2013-06-07
1
-0
/
+6
|
|
/
*
/
Clarify what arguments are passed to redirect blocks - fixes #11056
Andrew White
2013-06-25
1
-3
/
+3
|
/
*
Revert "change additional 'RESTful' routes to 'resourceful' routes as the add...
RSL
2013-05-30
1
-1
/
+1
*
change additional 'RESTful' routes to 'resourceful' routes as the additional ...
RSL
2013-05-30
1
-1
/
+1
*
Consistent use of one space only after punctuation
Sunny Ripert
2013-05-28
1
-2
/
+2
*
ruby -> Ruby
Prathamesh Sonpatki
2013-05-12
1
-1
/
+1
*
Updated Singular Resource shorthand to mention shorthand without controller n...
Oliver Jakubiec
2013-04-10
1
-0
/
+6
*
The default route has been removed
Trevor Turk
2013-03-18
1
-1
/
+1
*
Capitalize first letter in sentence
Mikhail Dieterle
2013-03-16
1
-1
/
+1
*
Merge pull request #9446 from bemurphy/enhance_root_route_guide
Carlos Antonio da Silva
2013-02-26
1
-0
/
+10
|
\
|
*
Add routing guide doc on root with namespaces.
Brendon Murphy
2013-02-26
1
-0
/
+10
*
|
clarify singular and plural routes
Noam Gagliardi
2013-02-18
1
-1
/
+1
|
/
*
ruby constant syntax is not supported as routing `:controller` option.
Yves Senn
2013-02-06
1
-0
/
+13
*
Update guides/source/routing.md
George Claghorn
2012-12-11
1
-1
/
+1
*
Document adding member route without the option
Florent Guilleux
2012-12-10
1
-1
/
+3
*
Remove references to Rails versions.
Steve Klabnik
2012-12-07
1
-6
/
+0
*
Fixed grammar in a lot of guide prologues.
Katie Oldaker
2012-12-07
1
-5
/
+5
*
Standardize use of "route globbing" and "wildcard segments" [ci skip]
Pablo Torres
2012-12-02
1
-3
/
+3
*
Add counterexample for regex [ci skip]
Pablo Torres
2012-12-02
1
-1
/
+1
*
Convert parragraph about security to a NOTE [ci skip]
Pablo Torres
2012-12-02
1
-1
/
+1
*
Add clarity to static segments docs in non-resourceful routes [ci skip]
Pablo Torres
2012-12-02
1
-1
/
+1
*
Correct grammar [ci skip]
Pablo Torres
2012-12-02
1
-3
/
+3
*
Convert a section to a tip to highlight it [ci skip]
Pablo Torres
2012-12-02
1
-3
/
+1
*
Normalize use of colon before code examples in routing guide [ci skip]
Pablo Torres
2012-12-02
1
-32
/
+32
*
Show equivalent routes definition without using concerns [ci skip]
Pablo Torres
2012-12-02
1
-0
/
+13
*
Clarify section titles [ci skip]
Pablo Torres
2012-12-02
1
-2
/
+2
*
Move note to a meaningful section in the guides [ci skip]
Pablo Torres
2012-12-02
1
-2
/
+2
*
Use correct conjunction and connector words [ci skip]
Pablo Torres
2012-12-02
1
-3
/
+5
[next]