Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Redirect block with arity of 1 is deprecated. | Semyon Perepelitsa | 2012-09-06 | 1 | -2/+2 |
| | |||||
* | Add CHANGELOG entry and documentation for Routing Concerns | Rafael Mendonça França | 2012-08-13 | 1 | -0/+30 |
| | |||||
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-06-30 | 1 | -1/+7 |
|\ | | | | | | | | | Conflicts: activemodel/lib/active_model/errors.rb | ||||
| * | Fixed example in 1.2 so help will be defined as the text implies | Perry Smith | 2012-06-24 | 1 | -1/+7 |
| | | |||||
* | | Revert "Allow loading external route files from the router" | José Valim | 2012-06-29 | 1 | -18/+0 |
|/ | | | | | | | | | | | | | | This reverts commit 6acebb38bc0637bc05c19d87f8767f16ce79189b. Usage of this feature did not reveal any improvement in existing apps. Conflicts: actionpack/lib/action_dispatch/routing/mapper.rb guides/source/routing.textile railties/lib/rails/engine.rb railties/lib/rails/paths.rb railties/test/paths_test.rb | ||||
* | Support unicode character route in config/routes.rb. | kennyj | 2012-06-16 | 1 | -0/+8 |
| | |||||
* | 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 |