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
*
Use a single term instead of all terms used to describe path and URL helpers ...
Sharang Dashputre
2019-07-26
1
-10
/
+10
*
typo change
flocela
2019-05-16
1
-1
/
+1
*
[ci skip] Removed extra hyphens
Shailesh Kalamkar
2019-03-11
1
-4
/
+4
*
Add example of the output of `rails routes --expanded` in the routing guide [...
Prathamesh Sonpatki
2019-03-11
1
-1
/
+28
*
Update links and code examples in the guides to use HTTPS where the host supp...
Nathaniel Suchy
2019-03-06
1
-1
/
+1
*
Use consistent hash syntax for routes
Andy Waite
2019-02-01
1
-1
/
+1
*
[ci skip] improve doc in `Adding Member Routes` section of routing chapter.
lanzhiheng
2019-01-11
1
-1
/
+1
*
Add note about symbols vs strings
Gannon McGibbon
2018-12-04
1
-0
/
+2
*
[ci skip] corrects more grammar awkwardness, replacing denylist with restrict...
Mina Slater
2018-08-22
1
-7
/
+7
*
[ci skip] change all instances of blacklist and whitelist to denylist and all...
Mina Slater
2018-08-21
1
-7
/
+7
*
[ci skip] Update adding member routes guide to fix inconsistency with the imp...
Ryan Brooks
2018-08-03
1
-1
/
+1
*
Merge pull request #33229 from albertoalmagro/albertoalmagro/prefer-rails-com...
Matthew Draper
2018-07-25
1
-7
/
+7
|
\
|
*
Recommend use of rails over bin/rails
Alberto Almagro
2018-07-06
1
-7
/
+7
*
|
Rails guides are now served over https
Paul McMahon
2018-07-24
1
-1
/
+1
|
/
*
Added a lot of Oxford commas
Anthony Crumley
2018-05-10
1
-4
/
+4
*
Fix named route parameter example [ci skip]
yuuji.yaginuma
2018-05-08
1
-5
/
+5
*
Fix output in routing.md [ci skip]
Yuta Uchida
2018-05-07
1
-1
/
+1
*
Partly revert "Use https with weblog URI" [ci skip]
Ryuta Kamizono
2018-05-03
1
-1
/
+1
*
Use https with weblog URI
Yoshiyuki Hirano
2018-05-02
1
-1
/
+1
*
Adding precision about which letter case to use for controller names … (#32...
simonjamain
2018-04-27
1
-0
/
+2
*
[ci skip] Add missing do.
Kasper Timm Hansen
2018-03-12
1
-1
/
+1
*
Add section to routing guide about config/routes.rb [ci skip]
Andrew White
2018-03-12
1
-0
/
+20
*
Add --expanded option to "rails routes"
Benoit Tigeot
2018-02-28
1
-1
/
+1
*
Correct `to` option's value of the route in the Bound Parameters section in r...
Avneet Singh Malhotra
2018-02-26
1
-1
/
+1
*
[ci skip] Update routing guide for Direct
Yoshiyuki Hirano
2017-12-12
1
-0
/
+43
*
Replaces the 17 for the actual call to params[:id] that would make the code w...
Mariano Giagante
2017-08-06
1
-1
/
+1
*
Squashed commit of the following:
ydakuka
2017-07-28
1
-3
/
+3
*
[ci skip] update routing guide
Yauheni Dakuka
2017-07-28
1
-1
/
+1
*
Merge pull request #27662 from nhorton/patch-1
Sean Griffin
2017-07-17
1
-1
/
+1
|
\
|
*
Fixing "Adding Member Routes" documentation
Noah Horton
2017-01-12
1
-1
/
+1
*
|
Update routing doc on the `get` `to:` option [ci skip]
Dzianis Dashkevich
2017-04-11
1
-2
/
+2
*
|
Fix Guides to include #23138 [ci skip]
claudiob
2017-04-07
1
-8
/
+1
*
|
Small grammar fix
Jon Moss
2017-03-30
1
-1
/
+1
|
/
*
Add note on defaults block option
Brandon Weaver
2016-12-14
1
-0
/
+8
*
Remove `:action` and `:controller` segments from routing guide
Will Jordan
2016-08-22
1
-25
/
+11
*
Light grammar edits to beginning of Routing guide
Jon Moss
2016-05-18
1
-3
/
+3
*
Remove incorrect Rack documentation example
Jon Moss
2016-03-07
1
-2
/
+2
*
- Fixed and removed long arguments to rake routes
Vipul A M
2016-02-12
1
-5
/
+5
*
use rails command in routes task
yuuji.yaginuma
2016-02-03
1
-7
/
+7
*
Add options for rake routes task
Vipul A M
2016-02-02
1
-3
/
+14
*
Update the exception of format constraint in routes
Fernando Seror
2016-01-23
1
-0
/
+2
*
use bin/rails default instead of rake commands [ci skip]
Gaurav Sharma
2016-01-19
1
-4
/
+4
*
Fix letter case and grammar in Routing guide
Dave Powers
2015-12-22
1
-1
/
+1
*
ApplicationRecord documentation pass
Genadi Samokovarov
2015-12-17
1
-3
/
+3
*
Merge pull request #22283 from the-undefined/routes-error-singular-resource
Arthur Nogueira Neves
2015-11-28
1
-2
/
+2
|
\
|
*
[ci skip] add `controller:` argument to routing.md
the-undefined
2015-11-13
1
-2
/
+2
*
|
[ci skip] Replace "destroy` method" with `destroy` action`
yui-knk
2015-10-20
1
-1
/
+1
*
|
[ci skip] Change 'an URL' to 'a URL' as URL doesn't have a vowel sound
tanmay3011
2015-10-06
1
-1
/
+1
*
|
Update routing.md
Thiago Augusto
2015-09-22
1
-2
/
+2
|
/
*
Tiny documentation fixes [ci skip]
Robin Dupret
2015-08-11
1
-5
/
+5
[next]