aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller
Commit message (Expand)AuthorAgeFilesLines
* Fix Action caching bug where an action that has a non-cacheable response alwa...Cheah Chu Yeow2011-03-021-0/+5
* Change the CSRF whitelisting to only apply to get requestsMichael Koziarski2011-02-081-136/+75
* Use Mime::Type references.José Valim2011-02-081-0/+9
* Ensure render is case sensitive even on systems with case-insensitive filesys...José Valim2011-02-081-0/+10
* cleaning up some warnings on 1.9.3Aaron Patterson2011-02-075-20/+19
* put authenticity_token option in parity w/ remoteDan Pickett2011-02-061-2/+2
* Allow page_cache_directory to be set as a PathnameAndre Arko2011-02-061-0/+11
* Added tests for form_for and an authenticity_token option. Added docs for for...Timothy N. Tsvetkov2011-02-051-0/+18
* Protocol-relative URL support.Stephen Celis2011-02-021-1/+14
* render_to_string must ensure that response_bodyNeeraj Singh2011-01-251-0/+10
* A patch so that http status codes are still included in logs even during an e...Doug Fales2011-01-251-0/+15
* use spec compliant YAMLAaron Patterson2011-01-211-1/+1
* removing usesless variable assignmentsAaron Patterson2011-01-181-2/+0
* Issue one Cache#read command instead of two in the case of a fragment cache hitChristos Trochalakis2011-01-181-4/+4
* fixing wrong testAaron Patterson2011-01-171-1/+1
* authenticity_token option for form_tag [#2988 state:resolved]Jakub Kuźma2011-01-091-0/+18
* Speed up template inheritance and remove template inheritance optionwycats2010-12-261-12/+0
* A bunch of cleanup on the inherited template patchwycats2010-12-261-1/+1
* all tests passartemave2010-12-261-4/+4
* #948 make template inheritance optionalartemave2010-12-261-0/+11
* #948 template_inheritanceartemave2010-12-262-2/+66
* Ensure that while caching a page rails takes intoNeeraj Singh2010-12-091-0/+16
* Merge remote branch 'joshk/redirect_routing'José Valim2010-12-031-284/+297
|\
| * The redirect routing method now allows for a hash of options which only chang...Josh Kalderimis2010-11-301-284/+297
* | Fix tests on 1.9.2.José Valim2010-11-281-7/+9
|/
* If a user wants json output then try best to render json output. In such case...Neeraj Singh2010-11-241-0/+18
* clean up test by using unregister methodNeeraj Singh2010-11-251-12/+6
* Remove the not needed setup and teardownNeeraj Singh2010-11-251-3/+0
* :subdomain, :domain and :tld_length options can now be used in url_for, allow...Josh Kalderimis2010-11-231-1/+22
* adding a test for the runner module [#6027 state:resolved]Aaron Patterson2010-11-221-0/+22
* move the mime registration code to setup so thatNeeraj Singh2010-11-221-2/+19
* do not assume that there is no space betweenNeeraj Singh2010-11-221-0/+4
* failing test for #6022Neeraj Singh2010-11-221-0/+34
* current code ignores http header "Accept" if itNeeraj Singh2010-11-221-0/+6
* realigns a series of hash arrowsXavier Noria2010-11-211-10/+10
* Revert "Quick fix for not escaping []s (not ideal)"Santiago Pastorino2010-11-181-3/+3
* fix warning during test executionNeeraj Singh2010-11-171-1/+1
* Anchors should be allowed on constraints that are not on path segmentsCarl Lerche2010-11-161-0/+8
* make sure we are only doing sanity checking against regular expressionsAaron Patterson2010-11-151-0/+8
* Make after_filter halt when before_filter renders or redirects [#5648 state:r...Marcelo Giorgi2010-11-111-2/+79
* 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
* Correctly handle the case of an API response that returns a hash by treating ...Chris Eppstein2010-11-061-0/+16
* Reset assert_template instance variables between requests [#5832 state:resolved]Andrew White2010-10-181-0/+8
* in regexps, the dot in a character class is not a metacharacterXavier Noria2010-10-151-1/+1
* 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
* Return a valid empty JSON on successful PUT and DELETE requests. [#5199 state...Szymon Nowak2010-10-121-0/+19
* Use identifiers for template equality.José Valim2010-10-101-9/+8
* Add support to render :once.José Valim2010-10-101-0/+73