aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
* Implemented basic template rendering in AC::Base2:Yehuda Katz2009-03-184-87/+259
* Working toward getting a basic AbstractController frameworkYehuda Katz2009-03-172-239/+168
* Try to build a new AC::Base on top of AbstractControllerYehuda Katz2009-03-121-0/+317
* Move Abstract stuff to autoloadYehuda Katz2009-03-121-5/+6
* Helpers with an initial testYehuda Katz2009-03-035-41/+64
* Callbacks testYehuda Katz2009-02-271-0/+217
* AbstractController now supports layouts and renderingYehuda Katz2009-02-279-1/+108
* First, very early, AbstractController code. More to comeYehuda Katz2009-02-242-0/+61
* Add support for pendingYehuda Katz2009-02-022-9/+15
* Some merge cleanupYehuda Katz2009-02-023-3/+3
* Merge commit 'rails/3-0-unstable'Yehuda Katz2009-01-3026-143/+182
|\
| * Move dispatch related tests into test/dispatchJoshua Peek2009-01-2811-104/+110
| * Move HTTP libs and middleware into ActionDispatch componentJoshua Peek2009-01-2710-23/+23
| * Reorganize ActionController folder structureJoshua Peek2009-01-273-4/+3
| * Begin unifying the interface between ActionController and ActionViewYehuda Katz2009-01-228-11/+44
* | 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
* | Added grouped_options_for_select helper method for wrapping option tags in op...Jon Crawford2009-01-291-0/+26
* | 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
* | Using the highlight helper on text with html shouldn't highlight text inside ...Dan Weinand2009-01-281-0/+23
* | Ensure selected option is not ignored for collection_select. [#1037 state:res...Daniel Rodríguez Troitiño2009-01-281-0/+16
* | 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-272-0/+9
* | Dont use Memoizable for ActionController::RequestPratik Naik2009-01-272-42/+42
* | Improve i18n support for number_to_human_size helper:Yaroslav Markin2009-01-271-5/+19
* | Add localized templatesJoshua Peek2009-01-253-0/+20
* | Remove the irrelevant fixture added in fe6ffce51dc16285094be49244b26591956c2dd6Pratik Naik2009-01-241-8/+0
* | Make sure inner scope conditions get a preference over the outer onesPratik Naik2009-01-241-1/+9
|/
* Allow empty files to be uploadedJoshua Peek2009-01-203-3/+21
* 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-202-0/+16
* 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
* Fix date_select within fields_for with an index [#1666 state:resolved] [Josh,...Josh2009-01-161-15/+80
* 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
* Revert "HTTP Digest authentication [#1230 state:resolved]"Pratik Naik2009-01-132-161/+0
* Refactor request urlencoded params parsing testsJoshua Peek2009-01-102-201/+171
* Moved query string parsing tests into the request tests folderJoshua Peek2009-01-101-0/+0
* Refactor request multipart params parsing testsJoshua Peek2009-01-103-169/+167
* Refactor request xml params parsing testsJoshua Peek2009-01-092-54/+88
* Refactor request json params parsing testsJoshua Peek2009-01-092-22/+45
* Ensure we override Rack::Request's POST method tooJoshua Peek2009-01-091-1/+3
* Refactor request query string parsing testsJoshua Peek2009-01-092-105/+119
* Remove Content-Length header from :no_content responsesJeremy Kemper2009-01-071-1/+6