aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch
Commit message (Expand)AuthorAgeFilesLines
* Show exceptions rescues the original exceptionLes Hill and Sandro Turriate2010-10-121-0/+20
* make sure request parameters are accessible after rack throws an exception pa...Miles Egan2010-10-121-0/+12
* only forwarding enough methods to work. People should grab the delegate tempf...Aaron Patterson2010-10-041-14/+8
* making sure respond_to? works properlyAaron Patterson2010-10-041-0/+15
* raising an argument error if tempfile is not providedAaron Patterson2010-10-041-3/+9
* if it walks like a duck and talks like a duck, it must be a duckAaron Patterson2010-10-041-7/+0
* delegate to the @tempfile instance variableAaron Patterson2010-10-041-0/+18
* adding tests for uploaded fileAaron Patterson2010-10-041-0/+25
* Ensure the proper content type is returned for static files.José Valim2010-10-041-20/+27
* Move ETag and ConditionalGet logic from AD::Response to the middleware stack.José Valim2010-10-031-8/+3
* Rely on Rack::Session stores API for more compatibility across the Ruby world.José Valim2010-10-031-12/+0
* removing more duplicate codeAaron Patterson2010-10-011-14/+0
* Allow mounting engines at '/'Piotr Sarnacki2010-09-301-16/+77
* Ensure that named routes do not overwrite previously defined routes.José Valim2010-09-291-0/+18
* Change test to avoid warnings.Emilio Tagua2010-09-281-1/+1
* Initialize @trusted_proxies.Emilio Tagua2010-09-281-0/+1
* undef method if already defined.Emilio Tagua2010-09-281-0/+1
* Remove useless use of :: in void context.Emilio Tagua2010-09-281-1/+0
* Remove more warnings shadowing outer local variable.Emilio Tagua2010-09-271-8/+8
* Remove more warnings shadowing outer local variable.Emilio Tagua2010-09-271-8/+8
* Remove duplicated test.Emilio Tagua2010-09-271-8/+0
* Use parentheses when using assert_match followed by a regexp to avoid warnings.Emilio Tagua2010-09-274-16/+16
* Remove deprecated stuff in ActionControllerCarlos Antonio da Silva2010-09-269-13/+13
* Add ActionDispatch::TestResponse tests.John Firebaugh2010-09-251-0/+21
* Raise ArgumentError instead of normalizing controller name when there is a le...Andrew White2010-09-181-6/+30
* Remove leading slash from controller [#5651 state:resolved]Andrew White2010-09-181-0/+8
* Add RouteSet#appendCarl Lerche2010-09-171-0/+33
* Only send secure cookies over SSL.W. Andrew Loe III2010-09-132-0/+28
* added block arguments to ActionController::Metal#useCollin Miller2010-09-121-1/+16
* Merge remote branch 'drogus/engines'wycats2010-09-111-4/+4
|\
| * Change app to main_app in mounted_helpersPiotr Sarnacki2010-09-081-3/+3
| * Do not require passing :app to mounted helpers, it's actually useless and not...Piotr Sarnacki2010-09-081-1/+1
* | Add configuration option for tld lengthSimon Jefford2010-09-091-0/+5
|/
* Removed deprecated RouteSet API, still many tests failPiotr Sarnacki2010-09-057-7/+7
* Implemented RouteSet#default_scope, which allows to set the scope for the ent...Piotr Sarnacki2010-09-031-0/+29
* Modified ActionDispatch::Static to allow passing multiple rootsPiotr Sarnacki2010-09-031-11/+50
* Ensure that url_helpers included after application's ones have higher priorityPiotr Sarnacki2010-09-031-0/+15
* Add mounted_helpers to routesPiotr Sarnacki2010-09-032-66/+70
* Routes refactoring:Piotr Sarnacki2010-09-031-46/+71
* Use new url_for API instead of including routes.url_helpersPiotr Sarnacki2010-09-031-3/+2
* Extended url_for to handle specifying which router should be used.Piotr Sarnacki2010-09-032-0/+53
* Added some more tests for url generation between Engine and ApplicationPiotr Sarnacki2010-09-031-10/+28
* Get rid of :skip_prefix options in routesPiotr Sarnacki2010-09-031-1/+1
* Refactored tests for prefix generation and added test for url generation in r...Piotr Sarnacki2010-09-031-11/+32
* New way of generating urls for Application from Engine.Piotr Sarnacki2010-09-031-0/+1
* Allow to generate Application routes inside EnginePiotr Sarnacki2010-09-031-3/+22
* Use env['action_dispatch.routes'] to determine if we should generate prefix o...Piotr Sarnacki2010-09-031-0/+102
* Revert "Setup explicit requires for files with exceptions. Removed them from ...José Valim2010-09-023-3/+0
* Setup explicit requires for files with exceptions. Removed them from autoload...Łukasz Strzałkowski2010-09-023-0/+3
* Move implicit nested call before options handling so that nested constraints ...Andrew White2010-09-011-0/+18