aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* symbolize_strings_in_hash shouldnt change receiver -- this should fix the bug...David Heinemeier Hansson2004-11-261-6/+4
* Keep quiet about failing to load association classes. People know what theyre...David Heinemeier Hansson2004-11-261-5/+1
* Added the opportunity to defined method_missing on a controller which will ha...David Heinemeier Hansson2004-11-252-2/+4
* Put establish_connection back in...David Heinemeier Hansson2004-11-252-3/+4
* Fixed bad chars in public/.htaccess [imajes]David Heinemeier Hansson2004-11-251-8/+8
* 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-253-4/+4
* Cleaned up the RakefileDavid Heinemeier Hansson2004-11-251-106/+68
* Consolidated and better commented the environment filesDavid Heinemeier Hansson2004-11-255-40/+88
* Added option to establish_connection where you'll be able to leave out the pa...David Heinemeier Hansson2004-11-252-13/+18
* Dump development database, not test databaseDavid Heinemeier Hansson2004-11-251-4/+4
* 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-24296-0/+30881