aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/http
Commit message (Expand)AuthorAgeFilesLines
...
* Add additional HTTP request methods from the following RFCs:Andrew White2010-11-021-2/+19
* Fix loop introduced by rack:dda892dJeremy Kemper2010-10-261-6/+1
* Remove rack-cache-purge.José Valim2010-10-261-9/+0
* Fix status initialization when custom status providedKrekoten' Marjan2010-10-181-2/+2
* Change def to attr_reader + aliasKrekoten' Marjan2010-10-181-10/+3
* make sure request parameters are accessible after rack throws an exception pa...Miles Egan2010-10-121-2/+2
* 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
* 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-031-5/+0
* dry up method checking in the request objectAaron Patterson2010-09-291-10/+9
* @_etag is not used anywhere.José Valim2010-09-291-2/+0
* Merge remote branch 'miloops/warnings'José Valim2010-09-271-0/+1
|\
| * Initialize @_etag.Emilio Tagua2010-09-271-0/+1
* | Cache 2 of Request's commonly called methods.thedarkone2010-09-271-2/+2
|/
* Improve performance of applications using file uploads by not busting the met...Carl Lerche2010-09-221-29/+20
* First pass at Rack::Cachewycats2010-09-131-0/+67
* removes /i from the TRUSTED_PROXIES regexp, adds /x and comments for readabil...Xavier Noria2010-09-121-2/+10
* gets rid of a double negation, no need to force exactly true/false in a predi...Xavier Noria2010-09-121-4/+4
* Add configuration option for tld lengthSimon Jefford2010-09-091-4/+6
* Cleanup deprecations in Action DispatchCarlos Antonio da Silva2010-09-061-8/+1
* Revert "Setup explicit requires for files with exceptions. Removed them from ...José Valim2010-09-021-1/+0
* Setup explicit requires for files with exceptions. Removed them from autoload...Łukasz Strzałkowski2010-09-021-0/+1
* Expanded routing documentation with current best practicesJoost Baaij2010-08-291-10/+9
* escape constants that should not be linked toJoost Baaij2010-08-272-3/+3
* Reset symbolized path parameters when a test request is recycled [#5437 state...Andrew White2010-08-241-2/+2
* Cache the symbolized path parameters using a instance variable in the request...Andrew White2010-08-221-2/+2
* Don't add the standard https port when using redirect in routes.rb and ensure...Andrew White2010-08-201-0/+10
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-10/+10
* Moves local_request? to require.local?Santiago Pastorino2010-08-131-0/+7
* no need to assign if we are gonna returnXavier Noria2010-08-121-2/+2
* Extract ParameterFilter class from FilterParameters mixinBryan Helmkamp2010-07-192-64/+81
* Removing ActionDispatch::Http::FilterParameters#fitered_parameters aliasNick Quaranto2010-07-181-2/+1
* ETag: use body instead of @body since the method will always return a stringJeremy Kemper2010-06-281-2/+2
* Fix several known web encoding issues:wycats2010-06-271-1/+30
* Just reading flash messages should not create a session if one does not exist...José Valim2010-06-251-0/+3
* Sessions should not be created until written to and session data should be de...Michael Lovitt2010-06-231-1/+1
* Merge remote branch 'rails/master'Xavier Noria2010-06-201-0/+0
|\
| * remove executable permission from files that don't need it. [#4802 state:reso...rohit2010-06-201-0/+0
* | Fix a bunch of minor spelling mistakesEvgeniy Dolzhenko2010-06-113-4/+4
|/
* Improve performance of commonly used request methodswycats2010-06-041-7/+19
* Rely on set and delete cookie logic from rack.José Valim2010-05-181-33/+2
* Some require indifferent_access addedSantiago Pastorino2010-04-211-1/+2
* Missing requireswycats2010-04-161-0/+1
* * Change the object used in routing constraints to be an instance ofwycats2010-04-031-21/+39
* Slightly less annoying check for acceptable mime_types. This allows Accept: a...Paul Sadauskas2010-04-011-2/+2
* Request#content_type exists in Rack::Request, and other parts of Rack::Reques...wycats2010-03-282-5/+9