Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | minor edits after going through what's new in docrails | Xavier Noria | 2011-05-14 | 1 | -2/+2 | |
| | | ||||||
| * | Follow code conventions on docs | Sebastian Martinez | 2011-05-10 | 1 | -4/+4 | |
| | | ||||||
| * | Missing an end in routing docs | James Miller | 2011-05-09 | 1 | -0/+1 | |
| | | ||||||
| * | more fixed-fonts here | Sebastian Martinez | 2011-05-09 | 1 | -23/+23 | |
| | | ||||||
| * | Update the description of the :path option to #resources to reflect that it ↵ | Jacob Poulsgaard Tjoernholm | 2011-05-06 | 1 | -2/+2 | |
| | | | | | | | | sets the actual path, not a prefix. Most instances were already fixed. | |||||
* | | prepend the assets route instead of appending, closes #436 | José Valim | 2011-05-08 | 1 | -3/+6 | |
|/ | ||||||
* | Use #remove_possible_method instead here | Sebastian Martinez | 2011-05-04 | 1 | -2/+3 | |
| | ||||||
* | raise an error if the old router draw method is used, along with a message ↵ | Josh Kalderimis | 2011-05-03 | 1 | -0/+5 | |
| | | | | advising them to either upgrade their routes or add rails_legacy_mapper to their Gemfile | |||||
* | Explicitly define main_app proxy | Piotr Sarnacki | 2011-04-25 | 1 | -2/+1 | |
| | ||||||
* | Remove `#among?` from Active Support | Prem Sichanugrist | 2011-04-13 | 1 | -2/+2 | |
| | | | | | | After a long list of discussion about the performance problem from using varargs and the reason that we can't find a great pair for it, it would be best to remove support for it for now. It will come back if we can find a good pair for it. For now, Bon Voyage, `#among?`. | |||||
* | Change Object#either? to Object#among? -- thanks to @jamesarosen for the ↵ | David Heinemeier Hansson | 2011-04-12 | 1 | -2/+2 | |
| | | | | suggestion! | |||||
* | Using Object#in? and Object#either? in various places | Prem Sichanugrist | 2011-04-11 | 1 | -2/+3 | |
| | | | | There're a lot of places in Rails source code which make a lot of sense to switching to Object#in? or Object#either? instead of using [].include?. | |||||
* | Update the wildcard route to be non-greedy by default, therefore be able to ↵ | Prem Sichanugrist | 2011-03-29 | 1 | -1/+7 | |
| | | | | | | | | match the (.:format) segment [#6605 state:resolved] After some discussion with Andrew White, it seems like this is a better approach for handling a wildcard route. However, user can still bring back the old behavior by supplying `:format => false` to the route. Signed-off-by: Andrew White <andyw@pixeltrix.co.uk> | |||||
* | Merge branch 'master' of git://github.com/lifo/docrails | Xavier Noria | 2011-03-23 | 1 | -0/+7 | |
|\ | ||||||
| * | doc :anchor option for #match in routes | Gabriel Horner | 2011-03-15 | 1 | -0/+7 | |
| | | ||||||
* | | Do not show optional (.:format) block for wildcard route [#6605 state:resolved] | Prem Sichanugrist | 2011-03-22 | 1 | -1/+1 | |
| | | | | | | | | This will make the output of `rake routes` to be correctly match to the behavior of the application, as the regular expression used to match the path is greedy and won't capture the format part by default | |||||
* | | use a list to represent the supported verbs for a route object | Aaron Patterson | 2011-03-14 | 2 | -11/+13 | |
| | | ||||||
* | | stop splatting arguments so that we can understand wtf is going on | Aaron Patterson | 2011-03-14 | 1 | -2/+3 | |
| | | ||||||
* | | RegexpWithNamedGroups is only used for path_info, so only apply to path info | Aaron Patterson | 2011-03-14 | 1 | -1/+2 | |
|/ | ||||||
* | Just define methods directly on the class rather than use the module | Aaron Patterson | 2011-03-11 | 1 | -14/+5 | |
| | | | | | | indirection. clever-- | |||||
* | do not automatically add format to routes that end in a slash | Aaron Patterson | 2011-03-11 | 1 | -1/+1 | |
| | ||||||
* | stop being clever and just call methods on the Route object | Aaron Patterson | 2011-03-08 | 2 | -1/+4 | |
| | ||||||
* | Raise ArgumentError if route name is invalid [#6517 state:resolved] | Andrew White | 2011-03-06 | 1 | -0/+2 | |
| | ||||||
* | Action Pack typos. | R.T. Lechow | 2011-03-05 | 1 | -2/+2 | |
| | ||||||
* | use newer class cache api | Aaron Patterson | 2011-03-02 | 1 | -1/+1 | |
| | ||||||
* | refactor Reference to a ClassCache object, fix lazy lookup in Middleware so ↵ | Aaron Patterson | 2011-03-01 | 1 | -2/+3 | |
| | | | | that anonymous classes are supported | |||||
* | Fix named route helper for routes nested inside deeply nested resources | Andrew White | 2011-02-14 | 1 | -1/+1 | |
| | | | | [#6416 state:resolved] | |||||
* | Add notes on how to override the default :id constraint [#5994 state:resolved] | Andrew White | 2011-02-14 | 1 | -1/+8 | |
| | ||||||
* | Fix assert_recognizes with block constraints [#5805 state:resolved] | Andrew White | 2011-02-13 | 2 | -5/+11 | |
| | ||||||
* | Merge branch 'master' of git://github.com/lifo/docrails | Xavier Noria | 2011-02-05 | 1 | -17/+39 | |
|\ | ||||||
| * | improve routing docs, mostly for #match | Gabriel Horner | 2011-02-05 | 1 | -12/+34 | |
| | | ||||||
| * | keep options titles consistent to "Options" | Gabriel Horner | 2011-02-03 | 1 | -5/+5 | |
| | | ||||||
* | | fixed bug with nested resources within shallow scope | german | 2011-02-04 | 1 | -1/+1 | |
|/ | | | | | | [#6372 state:committed] Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | |||||
* | explain different ways to use match() | Jonathan Dance + Gabriel Horner | 2011-01-29 | 1 | -9/+16 | |
| | ||||||
* | organize and expand on options for routing methods | Jonathan Dance + Gabriel Horner | 2011-01-29 | 1 | -81/+161 | |
| | ||||||
* | fix cross-references in HttpHelper methods | Jonathan Dance + Gabriel Horner | 2011-01-28 | 1 | -4/+4 | |
| | ||||||
* | clarify what the "they" that are is and what the "are" in question is | Matt Jankowski | 2011-01-27 | 1 | -1/+2 | |
| | ||||||
* | use raise to create exceptions and to set the backtrace | Aaron Patterson | 2011-01-12 | 1 | -1/+1 | |
| | ||||||
* | dry up case / when statement | Aaron Patterson | 2010-12-17 | 1 | -5/+3 | |
| | ||||||
* | Fix indentation on the namespace method's documentation | Ryan Bigg | 2010-12-13 | 1 | -16/+16 | |
| | ||||||
* | Provide an example for ActionDispatch::Routing::Mapper#scope | Ryan Bigg | 2010-12-11 | 1 | -0/+12 | |
| | ||||||
* | Merge branch 'master' of git://github.com/lifo/docrails | Xavier Noria | 2010-12-11 | 1 | -5/+10 | |
|\ | | | | | | | | | Conflicts: activerecord/lib/active_record/transactions.rb | |||||
| * | Action Controller Overview: Remove dead link to the API docs for filters | Ryan Bigg | 2010-12-10 | 1 | -0/+1 | |
| | | ||||||
| * | root method options are the same as the match method | Ryan Bigg | 2010-12-10 | 1 | -0/+2 | |
| | | ||||||
| * | root route should go at the *top* of the routes file, because it is the most ↵ | Ryan Bigg | 2010-12-09 | 1 | -1/+3 | |
| | | | | | | | | popular route and should be matched first | |||||
| * | indent code samples for mount doc | Ryan Bigg | 2010-12-09 | 1 | -3/+3 | |
| | | ||||||
| * | mapper.rb: add "options" to make the default-to-namespace-name line read better | Ryan Bigg | 2010-12-09 | 1 | -1/+1 | |
| | | ||||||
* | | Check if the routes object really responds to define_mount_prefix. | José Valim | 2010-12-09 | 1 | -1/+1 | |
|/ | ||||||
* | Merge remote branch 'joshk/redirect_routing' | José Valim | 2010-12-03 | 3 | -79/+132 | |
|\ | | | | | | | | | | | | | | | Conflicts: actionpack/CHANGELOG actionpack/lib/action_controller/metal/mime_responds.rb Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
| * | Added documentation explaining the new additional supported syntaxes for the ↵ | Josh Kalderimis | 2010-11-30 | 1 | -0/+29 | |
| | | | | | | | | routing redirect method, a small changelog note, and two extra tests for path interpolation when using the hash option syntax. |