aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller
Commit message (Expand)AuthorAgeFilesLines
...
* | Copy use_sprockets configJoshua Peek2011-03-291-0/+1
|/
* Improve testing of cookies in functional tests:Andrew White2011-03-061-1/+10
* Action Pack typos.R.T. Lechow2011-03-052-2/+2
* Fix Action caching bug where an action that has a non-cacheable response alwa...Cheah Chu Yeow2011-03-021-3/+5
* prefer composition over inheritance with AD::MSAaron Patterson2011-03-011-1/+1
* Prepend the CSRF filter to make it much more difficult to execute application...Michael Koziarski2011-02-231-1/+1
* merges docrailsXavier Noria2011-02-181-0/+37
|\
| * add some docs for ActionController::RenderersGabriel Horner2011-02-101-0/+37
* | Remove misleading reference to polymorphic_url.José Valim2011-02-111-2/+0
* | Change the CSRF whitelisting to only apply to get requestsMichael Koziarski2011-02-081-10/+9
* | Use Mime::Type references.José Valim2011-02-081-1/+1
* | Allow page_cache_directory to be set as a PathnameAndre Arko2011-02-061-1/+1
|/
* revises a metal exampleXavier Noria2011-02-021-4/+4
* copy-edits 2446b13Xavier Noria2011-02-021-14/+13
* Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-02-021-5/+55
|\
| * Provide documentation for ActionController::MetalBernerd Schaefer2011-02-021-5/+55
* | If I want to set respond_body to nil then itNeeraj Singh2011-01-251-1/+1
* | A patch so that http status codes are still included in logs even during an e...Doug Fales2011-01-251-1/+5
|/
* html_safe.to_str makes no senseSantiago Pastorino2011-01-111-1/+1
* ActionController::Base.helpers.sanitize ignores case in protocolTimothy N. Tsvetkov2010-12-301-1/+1
* Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2010-12-291-1/+1
|\
| * .erb => .html.erbAkira Matsuda2010-12-251-1/+1
* | No need to symbolize these.José Valim2010-12-271-2/+2
* | #948 template_inheritanceartemave2010-12-261-2/+2
|/
* Edits to caching/fragments.Rizwan Reza2010-12-231-17/+39
* Fix respond_with example code so it makes senseWill2010-12-191-2/+2
* Correct deprecated AR usage in ActionController::MimeResponds documentationWill2010-12-191-4/+4
* Set proper engine's asset directories when assets are served from engine.Piotr Sarnacki2010-12-151-0/+8
* Ensure that while caching a page rails takes intoNeeraj Singh2010-12-091-7/+13
* Clean up asset_host and asset_path.José Valim2010-12-091-2/+2
* makes a pass to the action caching rdocXavier Noria2010-12-081-32/+41
* Add to documentation that action caching doesNeeraj Singh2010-12-061-0/+5
* Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2010-11-271-3/+7
|\
| * Add explicit statement that verify_authenticity_token can be turned off for a...Ryan Bigg2010-11-271-3/+7
* | implicit self hereSantiago Pastorino2010-11-251-1/+1
* | move the setting up of the mime collector into the collector on initJosh Kalderimis2010-11-251-3/+3
* | If a user wants json output then try best to render json output. In such case...Neeraj Singh2010-11-241-1/+1
|/
* :subdomain, :domain and :tld_length options can now be used in url_for, allow...Josh Kalderimis2010-11-231-1/+3
* Remove unused constantSantiago Pastorino2010-11-221-2/+0
* There's no need for ternary op hereSantiago Pastorino2010-11-221-1/+1
* Remove unneeded metaprogramming and method generation in favor of direct defi...Santiago Pastorino2010-11-221-24/+10
* class inheritable attributes is used no more! all internal use of class inher...Josh Kalderimis2010-11-202-4/+6
* Fix indentationSantiago Pastorino2010-11-201-24/+23
* Add config.action_controller.include_all_helpers, by default it is set to true.Piotr Sarnacki2010-11-182-2/+5
* Move @assigns from the controller to the test itselfSantiago Pastorino2010-11-062-1/+1
* Fix problems trying to functional test AC::Metal controllersSantiago Pastorino2010-11-062-11/+3
* Correctly handle the case of an API response that returns a hash by treating ...Chris Eppstein2010-11-061-1/+1
* AC::Caching DRYupKrekoten' Marjan2010-10-181-5/+1
* Reset assert_template instance variables between requests [#5832 state:resolved]Andrew White2010-10-181-0/+7
* replace if ! with unlessNeeraj Singh2010-10-171-1/+1