Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 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. [ci skip] | ||||
| * | Add routing guide doc on root with namespaces. | Brendon Murphy | 2013-02-26 | 1 | -0/+10 |
| | | | | | | | | | | | | I read #9419 and realized I didn't know you could have namespaced roots, checked around, and a few friends didn't either. Figured this makes it guide worthy. | ||||
* | | clarify singular and plural routes | Noam Gagliardi | 2013-02-18 | 1 | -1/+1 |
|/ | | | Found the wording on line 158 somewhat confusing. Added short example to clarify. | ||||
* | ruby constant syntax is not supported as routing `:controller` option. | Yves Senn | 2013-02-06 | 1 | -0/+13 |
| | | | | | | | | | | The current implementation only works correctly if you supply the `:controller` with directory notation (eg. `:controller => 'admin/posts'`). The ruby constant notation (eg. `:controller => 'Admin::Posts`) leads to unexpected problems with `url_for`. This patch prints a warning for every non supported `:controller` option. I also added documentation how to work with namespaced controllers. The warning links to that documentation in the rails guide. | ||||
* | Update guides/source/routing.md | George Claghorn | 2012-12-11 | 1 | -1/+1 |
| | | | It's no longer necessary to delete public/index.html for the root route to take effect. | ||||
* | 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 |
| | | | | | | | | There's no reason for guides to reference old behaviors. They should be current as of the versions of Rails that they ship with, and including older information just clutters thing. I discussed this change with @fxn and he agrees. | ||||
* | 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 |
| | |||||
* | Capitalize all table column titles in routing guide | Pablo Torres | 2012-12-02 | 1 | -8/+8 |
| | |||||
* | Add shallow nesting to the routing guide | Pablo Torres | 2012-12-02 | 1 | -0/+85 |
| | |||||
* | Normalize on 'After reading this guide, you will know:' | Steve Klabnik | 2012-11-29 | 1 | -1/+3 |
| | | | | | We have three or four different introduction sentences to the guides. After this commit, we use the same one everywhere. | ||||
* | Add periods to the bullet points in guides. | Steve Klabnik | 2012-11-29 | 1 | -5/+5 |
| | | | | Talked with @fxn about this. Bullet points should have periods at the ends. | ||||
* | correct double quotes for interpolation in routing guide [ci_skip] | Cesar Carruitero | 2012-11-08 | 1 | -2/+2 |
| | |||||
* | update syntax in routing guide [ci-skip] | Cesar Carruitero | 2012-11-08 | 1 | -64/+64 |
| | |||||
* | Revert "fix white spaces" | Carlos Antonio da Silva | 2012-11-05 | 1 | -2/+2 |
| | | | | | | | This reverts commit 223ed2b4832d63853b61ccb8e9ff82fcd835e61f. Reverting since rake routes right align named route. See some discussion in https://github.com/lifo/docrails/commit/223ed2b4832d63853b61ccb8e9ff82fcd835e61f#commitcomment-2104595 | ||||
* | fix white spaces | Cesar Carruitero | 2012-11-05 | 1 | -2/+2 |
| | |||||
* | migrating guides to new hash syntax | AvnerCohen | 2012-10-10 | 1 | -53/+53 |
| | |||||
* | Update guides/source/routing.md | Bryan Larsen | 2012-09-25 | 1 | -0/+12 |
| | |||||
* | Fix the usage of `*` in Markdown | Prem Sichanugrist | 2012-09-17 | 1 | -2/+2 |
| | | | | | In Textile `*` would convert to `<strong>`, but in Markdown we have to use `**` instead. |