aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/new_base
Commit message (Expand)AuthorAgeFilesLines
...
* Raise RuntimeErrors with inspectable and MRI-independent messages.Federico Ravasio2013-11-242-4/+4
* Reset ActionView::Base.logger instead of AC::Base.loggerAkira Matsuda2013-09-101-1/+1
* Make AC standalone rendering workSantiago Pastorino2013-09-101-0/+15
* Revert "Merge branch 'master' of github.com:rails/docrails"Vijay Dev2013-08-171-1/+1
* Reset ActionView::Base.logger instead of AC::Base.loggerAkira Matsuda2013-07-261-1/+1
* Fix typos in AP: "overriden" => "overridden"Carlos Antonio da Silva2013-03-302-23/+23
* update documentation and code to use _action callbacksFrancesco Rodriguez2012-12-072-2/+2
* Override <%== to always behave as literal text rather than toggling based on ...Jeremy Kemper2012-12-031-2/+8
* cleanup, remove trailing whitespace within actionpackYves Senn2012-10-272-3/+3
* Use ActionView::Base.logger instead of AC::Base.loggerPiotr Sarnacki2012-08-281-1/+1
* Collapsed dual checks (one for content headers and one for content) into a si...Armand du Plessis2012-08-021-0/+30
* html_escape should escape single quotesSantiago Pastorino2012-07-311-1/+1
* deprecate `describe` without a block.Aaron Patterson2012-07-093-12/+0
* mispelling errors in render_text_test.rb and sqlite_specific_schemaangelo giovanni capilleri2012-05-121-2/+2
* Remove content-length as welltwinturbo2012-05-031-0/+6
* Make ActionController#head pass rack-linktwinturbo2012-05-031-0/+60
* Remove default match without specified methodJose and Yehuda2012-04-244-6/+6
* Remove unnecessary in HTML 5 type attribute with default valueAndrey A.I. Sitnik2012-04-051-2/+2
* Moved all the logger methods to active support loggerKarunakar (Ruby)2012-01-061-1/+1
* remove more conditions for Fiber available in ruby19Vishnu Atrai2011-12-311-1/+1
* Show detailed exceptions no longer returns true if the request is local in pr...José Valim2011-12-161-0/+6
* Fix another regression related to the layout optimization.José Valim2011-12-081-1/+25
* Fix a regression and also fix broken test.José Valim2011-12-081-5/+5
* A test case to ensure that AC::Metal#response_body= always wraps the given va...Akira Matsuda2011-11-101-0/+6
* Deprecate passing the template handler in the template name.José Valim2011-09-221-5/+5
* Get rid of update_details in favor of passing details to find_template.José Valim2011-09-222-8/+8
* Remove stream at the class level.José Valim2011-07-061-1/+1
* Corrected some typos and American vs. Queen's English issuesLee Reilly2011-05-291-2/+2
* Revert to old semantics, use available_action? instead of action_method?.José Valim2011-05-061-4/+4
* 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