aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/new_base
Commit message (Expand)AuthorAgeFilesLines
* Added test get to js should have a header with content-type text/javascriptSantiago Pastorino2010-04-161-1/+8
* Tidy up a bit this test fileSantiago Pastorino2010-04-161-7/+2
* Revert "Add test case which check content type when rendering rjs" partial in...Santiago Pastorino2010-04-161-9/+1
* Add test case which check content type when rendering rjs partial in html tem...Stanko Alexander2010-04-131-1/+9
* Fixed a bunch of tests that failed in 1.9 because they assumed that a Rack re...wycats2010-03-192-3/+5
* Improve performance of the rendering stack by freezing formats as a sign that...José Valim2010-03-191-2/+13
* remove duplicated self.view_paths assingment on controller tests [#4206 state...Santiago Pastorino2010-03-181-2/+2
* Return a valid Rack response from bare ActionController::MetalCarlhuda2010-03-181-0/+27
* Fix rendering of HTML partials inside JS templates [#4197 status:resolved]José Valim2010-03-161-0/+7
* Add tests for lookup context.José Valim2010-03-111-1/+1
* Add support for compile-time <%= raw %>Yehuda Katz2010-01-311-22/+34
* deOMGifying Railties, Active Support, and Action PackMikel Lindsaar2010-01-313-26/+26
* Stop overriding LoadError.new to return a MissingSourceError (and sometimes n...Yehuda Katz2010-01-191-1/+1
* Fix failing test.José Valim2010-01-191-2/+2
* Clear out AS callback method pollution in AC::Base.action_methodsJoshua Peek2010-01-171-1/+27
* test-unit 2 compat: assert_raise doesn't support regexp second arg to match e...Jeremy Kemper2009-11-101-1/+1
* Update MetalTest for constant scoping change in 1.9Yehuda Katz2009-10-151-2/+2
* Fix test to correctly handle 1.9 Array#to_s behaviorYehuda Katz2009-10-151-1/+1
* Redraw default routes on all internal integration tests. We don't need Simple...Joshua Peek2009-10-0313-26/+26
* Changing directories during the test breaks file loading when ran by itselfJoshua Peek2009-10-031-32/+21
* File extra test folders into controller, dispatch, or templateJoshua Peek2009-10-0316-0/+1402