Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | copy edit routing guide [ci skip] | Vijay Dev | 2012-06-02 | 1 | -1/+3 |
| | |||||
* | routes are viewable in browser (update guides) | schneems | 2012-06-01 | 1 | -2/+2 |
| | | | From the Pull Request #6461 | ||||
* | [routing guide] Add mention of get '/:username' route | Ryan Bigg | 2012-05-26 | 1 | -0/+8 |
| | | | | This is fairly common in Rails applications and is requested a lot of the time on Stack Overflow and #rubyonrails | ||||
* | grammar fixes in a tip in Rails routing guide | Rory O’Kane | 2012-05-24 | 1 | -1/+1 |
| | |||||
* | Remove unnecessary ). | Uģis Ozols | 2012-04-28 | 1 | -1/+1 |
| | |||||
* | Allow loading external route files from the router | Jose and Yehuda | 2012-04-25 | 1 | -0/+18 |
| | | | | | | | | | This feature enables the ability to load an external routes file from the router via: draw :filename External routes files go in +config/routes+. This feature works in both engines and applications. | ||||
* | Remove default match without specified method | Jose and Yehuda | 2012-04-24 | 1 | -39/+37 |
| | | | | | | | | | | | | | | | | In the current router DSL, using the +match+ DSL method will match all verbs for the path to the specified endpoint. In the vast majority of cases, people are currently using +match+ when they actually mean +get+. This introduces security implications. This commit disallows calling +match+ without an HTTP verb constraint by default. To explicitly match all verbs, this commit also adds a :via => :all option to +match+. Closes #5964 | ||||
* | copy editing [ci skip] | Vijay Dev | 2012-04-01 | 1 | -1/+1 |
| | |||||
* | Routing guide: document lambda constraints and request argument. | Henrik N | 2012-03-28 | 1 | -0/+11 |
| | |||||
* | moves the guides up to the root directory | Xavier Noria | 2012-03-17 | 1 | -0/+890 |