aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/new_base
Commit message (Expand)AuthorAgeFilesLines
* Tidy up pending TODOs after discussion with Mr. Gatoz (@wycats).José Valim2011-05-011-7/+7
* log errors when an exception happens when streaming.José Valim2011-05-011-0/+13
* Add a test for rendering from the controller context.José Valim2011-05-011-0/+54
* Do not stream on HTTP/1.0.José Valim2011-04-191-0/+8
* Output a redirect to the 500 page if something happens when streaming.José Valim2011-04-191-1/+23
* Test explicit skip.José Valim2011-04-181-1/+10
* Just define the controller if fibers are defined.José Valim2011-04-181-2/+2
* Body... wanna *stream* my body? Body... such a thrill my body!José Valim2011-04-181-0/+62
* switch to using comments to comment thingsAaron Patterson2011-04-151-2/+1
* render :once, YAGNI.José Valim2011-04-151-86/+0
* removes the RJS template handlerXavier Noria2011-04-132-15/+10
* removes support for render :updateXavier Noria2011-04-131-71/+0
* Implicit actions named not_implemented can be renderedSantiago Pastorino2011-04-021-2/+11
* Make action_method? public and change implicit rendering to override it instead.José Valim2011-03-301-0/+5
* Use Mime::Type references.José Valim2011-02-081-0/+9
* cleaning up some warnings on 1.9.3Aaron Patterson2011-02-071-1/+1
* Speed up template inheritance and remove template inheritance optionwycats2010-12-261-12/+0
* all tests passartemave2010-12-261-4/+4
* #948 make template inheritance optionalartemave2010-12-261-0/+11
* #948 template_inheritanceartemave2010-12-262-2/+66
* realigns a series of hash arrowsXavier Noria2010-11-211-10/+10
* Added support for Erubis <%== tagJan Maurits Faber2010-11-081-0/+10
* Fix problems trying to functional test AC::Metal controllersSantiago Pastorino2010-11-061-0/+7
* Remove :cache => true on lookup templates initialization.José Valim2010-10-141-10/+1
* render :once should consider the current controller prefix.José Valim2010-10-141-7/+30
* Use identifiers for template equality.José Valim2010-10-101-9/+8
* Add support to render :once.José Valim2010-10-101-0/+73
* Fix a few bugs when trying to use Head standalonewycats2010-10-101-0/+15
* Allow cache to be temporarily disabled through lookup_context.José Valim2010-10-071-1/+12
* render :template => 'foo/bar.json' now works as it should.José Valim2010-10-072-3/+29
* Move ETag and ConditionalGet logic from AD::Response to the middleware stack.José Valim2010-10-031-46/+0
* added block arguments to ActionController::Metal#useCollin Miller2010-09-121-0/+22
* Fixed routes to use new API in a few more actionpack testsPiotr Sarnacki2010-09-054-17/+47
* Removed deprecated RouteSet API, still many tests failPiotr Sarnacki2010-09-051-0/+3
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-147-25/+25
* Fix controller_name for non default controller paths [#4901 state:resolved]knapo2010-06-231-0/+38
* Fix case when rendering a partial inside RJS with inherited layout [#4786 sta...José Valim2010-06-071-0/+3
* Add :only and :except to controllers MiddlewareStack. This allowsJosé Valim2010-05-301-11/+22
* Use better assertion methods for testingNeeraj Singh2010-05-191-2/+2
* 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