| Commit message (Expand) | Author | Age | Files | Lines |
* | [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 |
* | Merge pull request #21177 from brooksreese/single_crud_operation | Claudio B. | 2015-08-09 | 1 | -1/+3 |
|\ |
|
| * | [ci skip] Note that each action maps to a specific CRUD operation | Brooks Reese | 2015-08-09 | 1 | -1/+3 |
* | | [ci skip] Add an explanation for `status` option | yui-knk | 2015-08-08 | 1 | -1/+5 |
|/ |
|
* | Add note to routing guide about overriding defaults [ci skip] | Andrew White | 2015-08-03 | 1 | -0/+2 |
* | [ci skip] | yui-knk | 2015-08-01 | 1 | -0/+14 |
* | A few documentation tweaks [ci skip] | Robin Dupret | 2015-06-07 | 1 | -2/+5 |
* | s/snipped/snippet for @senny :trollface: | Zachary Scott | 2015-05-06 | 1 | -1/+1 |
* | Adding a note, snipped for brevity | Ankit Gupta | 2015-05-05 | 1 | -0/+2 |