aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/base.rb
Commit message (Expand)AuthorAgeFilesLines
* Tagged the 0.9.1 releaseDavid Heinemeier Hansson2004-12-171-2/+2
* Updated documentationDavid Heinemeier Hansson2004-12-161-1/+1
* Added the option of passing false to :module or :controller_prefix in order t...David Heinemeier Hansson2004-12-131-1/+3
* Fixed CgiRequest#out to fall back to #write if doesn't have #syswrite [bitsw...David Heinemeier Hansson2004-12-121-4/+10
* Syntax errors and other exceptions thrown outside of an action are now gracef...David Heinemeier Hansson2004-12-061-18/+3
* Moved the global require_* out of the classes so they actually work without s...David Heinemeier Hansson2004-11-301-2/+4
* Abolished ActionController::Base.require_or_load in favor of require_dependen...David Heinemeier Hansson2004-11-301-1/+3
* Silenced warnings from reloading filesDavid Heinemeier Hansson2004-11-301-1/+1
* Added a new container for cookies that makes them more intuative to use. The ...David Heinemeier Hansson2004-11-261-27/+5
* Added ActionController#cookies[]= as an alias for cookie "name", "value" -- y...David Heinemeier Hansson2004-11-261-2/+8
* Added ActionController#cookies[] as a reader for @cookies that'll return the ...David Heinemeier Hansson2004-11-261-4/+5
* Added the opportunity to defined method_missing on a controller which will ha...David Heinemeier Hansson2004-11-251-1/+1
* InitialDavid Heinemeier Hansson2004-11-241-0/+689