Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ci skip] Replace "destroy` method" with `destroy` action` | yui-knk | 2015-10-20 | 1 | -1/+1 |
| | | | | | | | | | | | | Sure this is `destroy` method of PhotosController, but in this chapter these methods which mapped by the router are called "action". For example: ```ruby get '/patients/:id', to: 'patients#show' ``` is described to dispatch "controller's `show` action". | ||||
* | [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 | ||||
| * | [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 |
| | | | | Fixes #21085. | ||||
* | [ci skip] | yui-knk | 2015-08-01 | 1 | -0/+14 |
| | | | | | | | | | | | Add descriptions about `ActiveRecord::Base#to_param` to * `ActionDispatch::Routing::Base#match` * Overriding Named Route Parameters (guide) When passes `:param` to route definision, always `to_param` method of related model is overridden to constructe an URL by passing these model instance to named_helper. | ||||
* | A few documentation tweaks [ci skip] | Robin Dupret | 2015-06-07 | 1 | -2/+5 |
| | | | | [Robin Dupret & Shunsuke Aida] | ||||
* | 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 |
| | | | | sudden ending of form looks incomplete and catches [ci skip] | ||||
* | Update routing.md | Jonan Scheffler | 2015-04-01 | 1 | -0/+12 |
| | | | | | | This adds instructions for routing to rack applications with mount instead of match. I just spent an unreasonable amount of time staring at this, hopefully the next person will save some time. It's possible that the docs should simply advise people to use mount and leave out the match method but I don't know enough about the differences in the two approaches to assert that definitively. | ||||
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2015-03-26 | 1 | -1/+1 |
|\ | | | | | | | | | Conflicts: guides/source/4_0_release_notes.md | ||||
| * | Add backquote to :as option. | yui-knk | 2015-03-11 | 1 | -1/+1 |
| | | |||||
* | | [ci skip] Change to code element | yui-knk | 2015-03-11 | 1 | -1/+1 |
| | | |||||
* | | Fixing incorrect class name used in an example. | Kevin Jayanthan | 2015-03-02 | 1 | -1/+1 |
|/ | | | On "Controller Namespaces and Routing" section of the "Rails Routing from the Outside In" , the examples are using "AritclesController" as an example of a controller, to show different organizers. But on the line 232, it incorrectly uses "PostsController" instead of "AritclesController". | ||||
* | - Changed `IN` to `ON` in markdown renderer condition | Vipul A M | 2015-01-14 | 1 | -1/+1 |
| | | | | - Changed `IN` to `ON` in all note sentences in guides. | ||||
* | warn about reading guides in GitHub | Xavier Noria | 2014-12-23 | 1 | -0/+2 |
| | | | | References #18148. | ||||
* | 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 | ||||
| * | [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 |
| | | | | | | | | options, and wrapped to 80 chars. [ci skip] | ||||
* | | 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] | ||||
* | | | [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 |
| | | | | | | | | | | | | | | References to ``AppName::Application` removed in favour of ``Rails.application`` as generated with a new rails 4.1 app. [ci skip] | ||||
* | | 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 |
| | | | | | | | | Fixes #12777 | ||||
* | | 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 |
| | | | | | | | | Grammatical tense correction: "There exists two" => "There exist two". Plurality correction: "can be reused inside others resources" => "can be reused inside other resources". | ||||
* | | [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 |
| | | | | | | | | | | | | | | | | * Indent after private/protected * Ruby >= 1.9 syntax for hashes * Prefer method { do_stuff } instead of method{do_stuff} for single-line blocks. [ci skip] | ||||
* | | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2013-06-26 | 1 | -0/+6 |
|\ \ | | | | | | | | | | | | | Conflicts: guides/source/layout.html.erb | ||||
| * | | 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 ↵ | RSL | 2013-05-30 | 1 | -1/+1 |
| | | | | | | additional actions may potentially get you farther away from RESTfulness" This reverts commit 382419d28fe8c43b88e39b83ac175973a36feca8. | ||||
* | change additional 'RESTful' routes to 'resourceful' routes as the additional ↵ | RSL | 2013-05-30 | 1 | -1/+1 |
| | | | | actions may potentially get you farther away from RESTfulness | ||||
* | 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 ↵ | Oliver Jakubiec | 2013-04-10 | 1 | -0/+6 |
| | | | | name. | ||||
* | 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 |
| |