Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Anchors should be allowed on constraints that are not on path segments | Carl Lerche | 2010-11-16 | 1 | -9/+12 |
| | |||||
* | Brought the domain method in AD http url inline with subdomain where ↵ | Josh Kalderimis | 2010-11-16 | 1 | -1/+2 |
| | | | | @@tld_length is used by default. Also set the default value of @@tld_length to 1. | ||||
* | 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 | ||||
* | | Strip regexp anchors from rake routes output [#5934 state:resolved] | Andrew White | 2010-11-09 | 1 | -1/+2 |
| | | |||||
* | | Make cookies hash in ActionDispatch::TestProcess indifferent access [#5761 ↵ | David Trasbo | 2010-11-07 | 1 | -1/+1 |
| | | | | | | | | | | | | state:committed] Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | ||||
* | | Add additional HTTP request methods from the following RFCs: | Andrew White | 2010-11-02 | 2 | -4/+22 |
|/ | | | | | | | | | | | | | | | | | | | | | | | | | * 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] | ||||
* | Ensure that Rails.env is defined first | Andrew White | 2010-10-27 | 1 | -1/+1 |
| | |||||
* | Fix loop introduced by rack:dda892d | Jeremy Kemper | 2010-10-26 | 1 | -6/+1 |
| | |||||
* | Remove rack-cache-purge. | José Valim | 2010-10-26 | 1 | -9/+0 |
| | |||||
* | Don't write out secure cookies unless the request is secure | Andrew White | 2010-10-25 | 1 | -3/+11 |
| | |||||
* | Remove this require since active_support/testing/default doesn't exist anymore | Santiago Pastorino | 2010-10-20 | 1 | -1/+0 |
| | |||||
* | Fix status initialization when custom status provided | Krekoten' Marjan | 2010-10-18 | 1 | -2/+2 |
| | | | | Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | ||||
* | Change def to attr_reader + alias | Krekoten' Marjan | 2010-10-18 | 1 | -10/+3 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Show exceptions rescues the original exception | Les Hill and Sandro Turriate | 2010-10-12 | 1 | -0/+13 |
| | | | | | | [#5784 state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | make sure request parameters are accessible after rack throws an exception ↵ | Miles Egan | 2010-10-12 | 1 | -2/+2 |
| | | | | | | parsing the query string [#3030 state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Refactor resource action scope methods | Andrew White | 2010-10-08 | 1 | -38/+20 |
| | |||||
* | only forwarding enough methods to work. People should grab the delegate ↵ | Aaron Patterson | 2010-10-04 | 1 | -5/+8 |
| | | | | tempfile if they really need to do hard work | ||||
* | making sure respond_to? works properly | Aaron Patterson | 2010-10-04 | 1 | -0/+5 |
| | |||||
* | raising an argument error if tempfile is not provided | Aaron Patterson | 2010-10-04 | 1 | -0/+1 |
| | |||||
* | delegate to the @tempfile instance variable | Aaron Patterson | 2010-10-04 | 1 | -13/+5 |
| | |||||
* | avoid method call to compact | Aaron Patterson | 2010-10-04 | 1 | -4/+4 |
| | |||||
* | Ensure the proper content type is returned for static files. | José Valim | 2010-10-04 | 1 | -3/+3 |
| | |||||
* | Initialize sid should just skip instance variables. | José Valim | 2010-10-04 | 1 | -0/+7 |
| | |||||
* | Solve some warnings and a failing test. | José Valim | 2010-10-03 | 1 | -1/+1 |
| | |||||
* | Move ETag and ConditionalGet logic from AD::Response to the middleware stack. | José Valim | 2010-10-03 | 2 | -22/+2 |
| | |||||
* | Rely on Rack::Session stores API for more compatibility across the Ruby world. | José Valim | 2010-10-03 | 4 | -326/+76 |
| |