aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller
Commit message (Expand)AuthorAgeFilesLines
* Ensure expires_in without a :public key sets the Cache-Control header to priv...Johan Sørensen2009-03-071-1/+1
* Fix layouts with absolute paths [#2134 state:resolved]thedarkone2009-03-051-1/+11
* Failing test for routes with member & requirement [#2054 state:resolved]Mike Gunderloy2009-03-051-0/+8
* Generating routes with optional format segment does not inherit params format...Joshua Peek2009-03-041-0/+16
* Allow routes with a trailing slash to be recognizedMike Gunderloy2009-03-041-2/+10
* Added ability to pass in :public => true to fresh_when, stale?, and expires_i...Gregg Pollack2009-02-281-0/+72
* correctly handle layouts for AJAX requests and regular js files [#2052 state:...Matt Jones2009-02-241-4/+5
* Expected cookie value should also be escaped.moro2009-02-211-1/+1
* Fix requirements regexp for path segmentsAndrew White2009-02-221-0/+24
* Remove hardcoded number_of_capturesin ControllerSegment to allow regexp requi...Andrew White2009-02-221-0/+9
* fix test data, should specify encoding to use multibyte chars on Ruby 1.9moro2009-02-201-0/+1
* make action_controller/layouts pick templates from the current instance's vie...Sven Fuchs2009-02-201-0/+14
* Move development mode reloading up the stack to avoid issues with class reloa...Joshua Peek2009-02-201-5/+8
* Lazy evaluate middleware arguments [#2028 state:resolved]Sven Fuchs2009-02-201-0/+7
* Lazy evaluate ActionController session store middleware class to pickup custo...Joshua Peek2009-02-191-0/+7
* Fix templates reloading in development when using custom view path [#2012 sta...Joshua Peek2009-02-191-15/+11
* Fixed http digest authentication to use credentials URI passed from client. [...Donald Parish2009-02-161-1/+10
* Port fast reloadable templates from rails-dev-boost.thedarkone2009-02-121-11/+15
* Remove space from the test name [#1953 state:resolved]Mike Gunderloy2009-02-121-1/+1
* Update bundled Rack for Ruby 1.9 spec changesJoshua Peek2009-02-073-10/+12
* Deprecate ActionController::Response#set_cookie :http_only option infavor of ...Joshua Peek2009-02-071-1/+1
* Temporarily bundle Rack 1.0 prerelease for testingJoshua Peek2009-02-072-5/+4
* Added support to dashed locales in templates localization [#1888 state:resolved]José Valim2009-02-061-7/+0
* Ensure session id is set in session options hash [#1880 state:resolved]Joshua Peek2009-02-062-1/+36
* Ruby 1.9 compat: call bytesize for content_lengthEugene Pimenov2009-02-061-0/+15
* implicitly rendering a js response should not use the default layout [#1844 s...Adam McCrea2009-02-051-1/+10
* Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha.Jeremy Kemper2009-02-036-1562/+1543
* Added localized rescue (404.da.html) [#1835 state:committed]José Valim2009-02-021-0/+25
* Use Rack::Head middleware to ensure the body is discarded for HEAD requestsJoshua Peek2009-02-011-0/+14
* Remove ancient tests for CGI parsing bugJoshua Peek2009-01-311-30/+0
* Removed Prototype specific Safari 2 AJAX hack.Joshua Peek2009-01-311-6/+0
* Removed map.resources :only/:except inheritanceTarmo Tänav2009-02-011-15/+28
* Controller, response, and request should all refer to same session, even afte...Scott Taylor2009-01-291-0/+23
* Deprecation tests for f17c876 [#1801 state:resolved]Mike Gaffney2009-01-291-0/+58
* Implement HTTP Digest authentication. [#1230 state:resolved] [Gregg Kellogg, ...Gregg Kellogg2009-01-291-0/+130
* Move basic auth test controller inside the test classPratik Naik2009-01-291-21/+21
* Ensure that when UrlWriter is included in multiple classes, the default_url_o...Nathan de Vries2009-01-281-1/+16
* Session cookie header should always be set if :expire_after option is specifiedPratik Naik2009-01-281-4/+32
* Restore implicit rendering for XHR requests that want a HTML template [#1590 ...Joshua Peek2009-01-271-0/+8
* Dont use Memoizable for ActionController::RequestPratik Naik2009-01-272-42/+42
* Allow empty files to be uploadedJoshua Peek2009-01-201-2/+10
* Add MiddlewareStack#swapJoshua Peek2009-01-201-0/+6
* Don't let empty Tempfiles come through as uploaded files [#1785 state:resolved]Mislav Marohnić2009-01-201-0/+7
* Restore cookie store httponly default to true. Remove extraneous dup of optio...Cody Fauser2009-01-201-2/+2
* Improve HTTP Basic authentication testsPratik Naik2009-01-182-54/+88
* Build query string and POST params parser on top of Rack::Request. Also switc...Joshua Peek2009-01-172-4/+4
* Add test coverage for fixing Safari 2 trailing null characterJoshua Peek2009-01-171-0/+12
* Update multipart tests to expose (another) bug in Rack's multipart parserJoshua Peek2009-01-132-2/+2
* Add RewindableInput wrapper to fix issues with middleware that impolitely eat...Joshua Peek2009-01-132-2/+80
* Explicitly read as binary in multipart_body for Windows [#1065 state:resolved]Bryan Ash2009-01-131-7/+7