aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch
Commit message (Expand)AuthorAgeFilesLines
...
* rejecting blank stringsAaron Patterson2010-11-151-2/+2
* reduce method callsAaron Patterson2010-11-151-4/+4
* make sure we are only doing sanity checking against regular expressionsAaron Patterson2010-11-151-1/+1
* Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2010-11-151-9/+212
|\
| * Document the constraints methodRyan Bigg2010-11-141-1/+55
| * Add documentation for :path_names option on resourcesRyan Bigg2010-11-131-0/+8
| * See the scope method for documentation for namespace's shallow_path optionRyan Bigg2010-11-131-0/+3
| * Add documentation for the mount method in ActionDispatch's MapperRyan Bigg2010-11-131-0/+17
| * Fix indentation for :as option documentation on the namespace methodRyan Bigg2010-11-071-4/+4
| * Document the :shallow_path option for scopeRyan Bigg2010-11-071-0/+19
| * Indent final comment for :path optionRyan Bigg2010-11-071-1/+1
| * Indent code example for :as optionRyan Bigg2010-11-071-3/+3
| * Document the :as option for the scope methodRyan Bigg2010-11-071-0/+10
| * Space between module option documentation and path documentationRyan Bigg2010-11-071-0/+1
| * Fix indentation on comment for :path optionRyan Bigg2010-11-071-1/+1
| * Document the :as option for the namespace methodRyan Bigg2010-11-071-0/+8
| * Document the :module option for namespaceRyan Bigg2010-11-071-0/+15
| * Document the :path option for namespaceRyan Bigg2010-11-071-0/+11
| * Begin to document the namespace method for AD's MapperRyan Bigg2010-11-071-0/+15
| * Document the controller method for AD's MapperRyan Bigg2010-11-071-0/+6
| * Document the defaults methodRyan Bigg2010-11-071-0/+5
| * Document the :module and :path options for the scope method.Ryan Bigg2010-11-071-4/+13
| * Separate comments and examples with "Examples" header.Ryan Bigg2010-11-071-0/+2
| * Fix where the documentation says "photos", but the example shows "posts" or "...Ryan Bigg2010-11-071-4/+4
| * Add further documentation + examples for the get, post, put and delete method...Ryan Bigg2010-11-071-1/+21
* | Strip regexp anchors from rake routes output [#5934 state:resolved]Andrew White2010-11-091-1/+2
* | Make cookies hash in ActionDispatch::TestProcess indifferent access [#5761 st...David Trasbo2010-11-071-1/+1
* | Add additional HTTP request methods from the following RFCs:Andrew White2010-11-022-4/+22
|/
* Ensure that Rails.env is defined firstAndrew White2010-10-271-1/+1
* Fix loop introduced by rack:dda892dJeremy Kemper2010-10-261-6/+1
* Remove rack-cache-purge.José Valim2010-10-261-9/+0
* Don't write out secure cookies unless the request is secureAndrew White2010-10-251-3/+11
* Remove this require since active_support/testing/default doesn't exist anymoreSantiago Pastorino2010-10-201-1/+0
* Fix status initialization when custom status providedKrekoten' Marjan2010-10-181-2/+2
* Change def to attr_reader + aliasKrekoten' Marjan2010-10-181-10/+3
* Show exceptions rescues the original exceptionLes Hill and Sandro Turriate2010-10-121-0/+13
* make sure request parameters are accessible after rack throws an exception pa...Miles Egan2010-10-121-2/+2
* Refactor resource action scope methodsAndrew White2010-10-081-38/+20
* only forwarding enough methods to work. People should grab the delegate tempf...Aaron Patterson2010-10-041-5/+8
* making sure respond_to? works properlyAaron Patterson2010-10-041-0/+5
* raising an argument error if tempfile is not providedAaron Patterson2010-10-041-0/+1
* delegate to the @tempfile instance variableAaron Patterson2010-10-041-13/+5
* avoid method call to compactAaron Patterson2010-10-041-4/+4
* Ensure the proper content type is returned for static files.José Valim2010-10-041-3/+3
* Initialize sid should just skip instance variables.José Valim2010-10-041-0/+7
* Solve some warnings and a failing test.José Valim2010-10-031-1/+1
* Move ETag and ConditionalGet logic from AD::Response to the middleware stack.José Valim2010-10-032-22/+2
* Rely on Rack::Session stores API for more compatibility across the Ruby world.José Valim2010-10-034-326/+76
* removing AS::Testing::Default in favor of just undefing default_testAaron Patterson2010-10-011-2/+1
* Properly reload routes defined in class definitionPiotr Sarnacki2010-09-301-0/+1