aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'abstract_controller' of git@github.com:wycats/rails into abstra...Yehuda Katz and Carl Lerche2009-04-063-10/+115
|\
| * In the middle of some refactoring... some fails due to changes in AbstractCon...Yehuda Katz and Carl Lerche2009-03-233-10/+115
* | Changes necessary to run the T::U tests with the rspec runnerYehuda Katz and Carl Lerche2009-04-061-6/+15
|/
* CheckpointYehuda Katz and Carl Lerche2009-03-234-36/+103
* Add a bunch of tests for various render :action, layout combinationsYehuda Katz2009-03-233-109/+234
* Adding render :layout testsCarl Lerche2009-03-231-0/+0
* Finished implementing :layout for most of the render optionsCarl Lerche2009-03-235-75/+132
* Finished implementing layout for render :textCarl Lerche2009-03-234-5/+37
* Working on being able to render :text with layoutsCarl Lerche2009-03-231-3/+31
* Modified the action layout tests to use the new FixtureTemplate classCarl Lerche2009-03-2310-26/+89
* Temporary runnerYehuda Katz2009-03-201-0/+8
* Hacked up fixture view paths to simplify tests for a bitYehuda Katz2009-03-201-0/+69
* Test controller layoutYehuda Katz2009-03-198-2/+40
* Get very basic layouts working.Yehuda Katz2009-03-195-2/+40
* Started implementing render :actionYehuda Katz2009-03-195-53/+148
* 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