aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller
Commit message (Expand)AuthorAgeFilesLines
...
| * Support OPTIONS verb in route conditions [#1727 state:resolved]Mike Gunderloy2009-03-081-0/+8
| * Ensure shallow routes respects namespace [#1356 state:resolved]Tom Stuart2009-03-071-3/+31
| * Fixed simplified render with nested models [#2042 state:resolved]Joshua Peek2009-03-072-0/+26
| * fix HTML fallback for explicit templates [#2052 state:resolved]Matt Jones2009-03-071-0/+16
| * Ensure assert_select works with XML namespaced attributes [#1547 state:resolv...Pratik Naik2009-03-071-0/+5
| * 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
* | Updated old AC::Base for small changes to AVYehuda Katz and Carl Lerche2009-04-081-0/+2
* | Temporarily modifies setup to call super directly. This can support more T::U...Yehuda Katz and Carl Lerche2009-04-0814-3/+34
* | Add support for pendingYehuda Katz2009-02-021-2/+4
* | Some merge cleanupYehuda Katz2009-02-021-1/+1
* | Merge commit 'rails/3-0-unstable'Yehuda Katz2009-01-3020-1590/+57
|\ \ | |/ |/|
| * Move dispatch related tests into test/dispatchJoshua Peek2009-01-2810-1566/+0
| * Move HTTP libs and middleware into ActionDispatch componentJoshua Peek2009-01-2710-23/+23
| * Reorganize ActionController folder structureJoshua Peek2009-01-272-2/+2
| * Begin unifying the interface between ActionController and ActionViewYehuda Katz2009-01-224-8/+40
* | 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