Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 1 | -35/+4 |
|\ | | | | | | | | | | | | | | | Conflicts: actionpack/CHANGELOG actionpack/lib/action_controller/metal/mime_responds.rb Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
| * | The redirect routing method now allows for a hash of options which only ↵ | Josh Kalderimis | 2010-11-30 | 1 | -35/+4 |
| | | | | | | | | changes the relevant parts of the url, or an object which responds to call can be supplied so common redirect rules can be easily reused. This commit includes a change where url generation from parts has been moved to AD::Http::URL as a class method. | ||||
* | | Merge branch 'master' of git://github.com/lifo/docrails | Xavier Noria | 2010-11-27 | 1 | -23/+52 |
|\ \ | |/ |/| | |||||
| * | Add mention of nested resource to resources documentation | Ryan Bigg | 2010-11-24 | 1 | -0/+15 |
| | | |||||
| * | Document the :path option for resources :posts | Ryan Bigg | 2010-11-24 | 1 | -0/+8 |
| | | |||||
| * | Add :module option documentation for the resources method | Ryan Bigg | 2010-11-24 | 1 | -0/+8 |
| | | |||||
| * | Remove non-sensical first couple of lines for scope method documentation | Ryan Bigg | 2010-11-24 | 1 | -2/+0 |
| | | |||||
| * | Paths in ActionDispatch::Scoping documentation should be for /admin/posts, ↵ | Ryan Bigg | 2010-11-24 | 1 | -14/+14 |
| | | | | | | | | not /admin/photos | ||||
| * | Fix formatting issue with rake routes output for the namespace method | Ryan Bigg | 2010-11-24 | 1 | -7/+7 |
| | | |||||
* | | Dynamically generaeted helpers on collection should not clobber resources ↵ | José Valim | 2010-11-25 | 1 | -0/+2 |
| | | | | | | | | url helper [#6028 state:resolved] | ||||
* | | #:nodoc: internal methods. | José Valim | 2010-11-25 | 1 | -31/+31 |
|/ | |||||
* | Anchors should be allowed on constraints that are not on path segments | Carl Lerche | 2010-11-16 | 1 | -9/+12 |
| | |||||
* | rejecting blank strings | Aaron Patterson | 2010-11-15 | 1 | -2/+2 |
| | |||||
* | reduce method calls | Aaron Patterson | 2010-11-15 | 1 | -4/+4 |
| | |||||
* | make sure we are only doing sanity checking against regular expressions | Aaron Patterson | 2010-11-15 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of git://github.com/lifo/docrails | Xavier Noria | 2010-11-15 | 1 | -9/+212 |
|\ | |||||
| * | Document the constraints method | Ryan Bigg | 2010-11-14 | 1 | -1/+55 |
| | | |||||
| * | Add documentation for :path_names option on resources | Ryan Bigg | 2010-11-13 | 1 | -0/+8 |
| | | |||||
| * | See the scope method for documentation for namespace's shallow_path option | Ryan Bigg | 2010-11-13 | 1 | -0/+3 |
| | | |||||
| * | Add documentation for the mount method in ActionDispatch's Mapper | Ryan Bigg | 2010-11-13 | 1 | -0/+17 |
| | | |||||
| * | Fix indentation for :as option documentation on the namespace method | Ryan Bigg | 2010-11-07 | 1 | -4/+4 |
| | | |||||
| * | Document the :shallow_path option for scope | Ryan Bigg | 2010-11-07 | 1 | -0/+19 |
| | | |||||
| * | Indent final comment for :path option | Ryan Bigg | 2010-11-07 | 1 | -1/+1 |
| | | |||||
| * | Indent code example for :as option | Ryan Bigg | 2010-11-07 | 1 | -3/+3 |
| | | |||||
| * | Document the :as option for the scope method | Ryan Bigg | 2010-11-07 | 1 | -0/+10 |
| | | |||||
| * | Space between module option documentation and path documentation | Ryan Bigg | 2010-11-07 | 1 | -0/+1 |
| | | |||||
| * | Fix indentation on comment for :path option | Ryan Bigg | 2010-11-07 | 1 | -1/+1 |
| | | |||||
| * | Document the :as option for the namespace method | Ryan Bigg | 2010-11-07 | 1 | -0/+8 |
| | | |||||
| * | Document the :module option for namespace | Ryan Bigg | 2010-11-07 | 1 | -0/+15 |
| | | |||||
| * | Document the :path option for namespace | Ryan Bigg | 2010-11-07 | 1 | -0/+11 |
| | | |||||
| * | Begin to document the namespace method for AD's Mapper | Ryan Bigg | 2010-11-07 | 1 | -0/+15 |
| | | |||||
| * | Document the controller method for AD's Mapper | Ryan Bigg | 2010-11-07 | 1 | -0/+6 |
| | | |||||
| * | Document the defaults method | Ryan Bigg | 2010-11-07 | 1 | -0/+5 |
| | | |||||
| * | Document the :module and :path options for the scope method. | Ryan Bigg | 2010-11-07 | 1 | -4/+13 |
| | | |||||
| * | Separate comments and examples with "Examples" header. | Ryan Bigg | 2010-11-07 | 1 | -0/+2 |
| | | |||||
| * | Fix where the documentation says "photos", but the example shows "posts" or ↵ | Ryan Bigg | 2010-11-07 | 1 | -4/+4 |
| | | | | | | | | "comments" by switching both to simply "posts" | ||||
| * | Add further documentation + examples for the get, post, put and delete ↵ | Ryan Bigg | 2010-11-07 | 1 | -1/+21 |
| | | | | | | | | methods in ActionDispatch::Routing::Mapper::HttpHelpers | ||||
* | | Add additional HTTP request methods from the following RFCs: | Andrew White | 2010-11-02 | 1 | -2/+3 |
|/ | | | | | | | | | | | | | | | | | | | | | | | | | * Hypertext Transfer Protocol -- HTTP/1.1 http://www.ietf.org/rfc/rfc2616.txt) * HTTP Extensions for Distributed Authoring -- WEBDAV http://www.ietf.org/rfc/rfc2518.txt * Versioning Extensions to WebDAV http://www.ietf.org/rfc/rfc3253.txt * Ordered Collections Protocol (WebDAV) http://www.ietf.org/rfc/rfc3648.txt * Web Distributed Authoring and Versioning (WebDAV) Access Control Protocol http://www.ietf.org/rfc/rfc3744.txt * Web Distributed Authoring and Versioning (WebDAV) SEARCH http://www.ietf.org/rfc/rfc5323.txt * PATCH Method for HTTP http://www.ietf.org/rfc/rfc5789.txt [#2809 state:resolved] [#5895 state:resolved] | ||||
* | Refactor resource action scope methods | Andrew White | 2010-10-08 | 1 | -38/+20 |
| | |||||
* | avoid method call to compact | Aaron Patterson | 2010-10-04 | 1 | -4/+4 |
| | |||||
* | Use .find here as it is simpler and faster. | José Valim | 2010-09-30 | 1 | -1/+1 |
| |