aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
* Added TestSession#session_id that returns an empty string to make it easier t...David Heinemeier Hansson2004-12-062-0/+7
* Syntax errors and other exceptions thrown outside of an action are now gracef...David Heinemeier Hansson2004-12-068-40/+36
* Fixed that cached template loading would still check the file system to see i...David Heinemeier Hansson2004-12-012-1/+4
* Added options to tailor header tag, div id, and div class on ActiveRecordHelp...David Heinemeier Hansson2004-12-013-8/+37
* Added graceful handling of non-alphanumeric names and misplaced brackets in i...David Heinemeier Hansson2004-12-013-19/+49
* 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-303-3/+5
* Pass on the original exceptionDavid Heinemeier Hansson2004-11-301-1/+1
* A change in attempt to combat periodical errors with FCGI processes hanging f...David Heinemeier Hansson2004-11-301-0/+1
* Silenced warnings from reloading filesDavid Heinemeier Hansson2004-11-303-1/+8
* git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@26 5ecf4fe2-1ee6-03...David Heinemeier Hansson2004-11-261-1/+1
* Handle empty cookie jars gracefully -- dont pout!David Heinemeier Hansson2004-11-261-1/+1
* Renamed CookieContainer to CookieJar to be cute. Its a private container anyw...David Heinemeier Hansson2004-11-261-2/+2
* Report to logger when a cookie is setDavid Heinemeier Hansson2004-11-261-5/+3
* Allow symbols to be used as names for setting cookiesDavid Heinemeier Hansson2004-11-262-3/+3
* Allow symbols to be used as keys for setting cookiesDavid Heinemeier Hansson2004-11-262-2/+13
* Added a new container for cookies that makes them more intuative to use. The ...David Heinemeier Hansson2004-11-266-32/+116
* Added ActionController#cookies[]= as an alias for cookie "name", "value" -- y...David Heinemeier Hansson2004-11-262-2/+10
* Added ActionController#cookies[] as a reader for @cookies that'll return the ...David Heinemeier Hansson2004-11-262-4/+8
* Added the opportunity to defined method_missing on a controller which will ha...David Heinemeier Hansson2004-11-252-2/+4
* Fixed AbstractRequest#remote_ip for users going through proxies - Patch #228 ...David Heinemeier Hansson2004-11-252-9/+11
* Dont include svn directories in packagesDavid Heinemeier Hansson2004-11-251-1/+1
* Added Request#ssl? which is shorthand for @request.protocol == "https://"David Heinemeier Hansson2004-11-242-0/+6
* Allow form_tag with no arguments (resulting in a form posting to current acti...David Heinemeier Hansson2004-11-242-1/+3
* InitialDavid Heinemeier Hansson2004-11-24105-0/+9547