aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added bind-style variable interpolation for the condition arrays that uses th...David Heinemeier Hansson2004-12-073-11/+32
* Added CSV format for fixtures #272 [what-a-day]David Heinemeier Hansson2004-12-072-36/+145
* Added access to custom headers, like cc, bcc, and reply-to #268 [Andreas Schw...David Heinemeier Hansson2004-12-072-10/+33
* Fixed fixtures using primary key fields called something else than "id" #270 ...David Heinemeier Hansson2004-12-062-1/+3
* 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-0612-52/+40
* Cleaned it upDavid Heinemeier Hansson2004-12-061-37/+12
* Added an easier way of starting a IRB session on the environmentDavid Heinemeier Hansson2004-12-061-0/+3
* Added an easier way of starting a IRB session on the environmentDavid Heinemeier Hansson2004-12-062-2/+32
* git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@47 5ecf4fe2-1ee6-03...David Heinemeier Hansson2004-12-060-0/+0
* Added extra words of caution for guarding against SQL-injection attacksDavid Heinemeier Hansson2004-12-061-3/+7
* Fixed that cached template loading would still check the file system to see i...David Heinemeier Hansson2004-12-012-1/+4
* Dont include the primary key in updates -- its unneeded and SQL Server chokes...David Heinemeier Hansson2004-12-011-3/+3
* Added options to tailor header tag, div id, and div class on ActiveRecordHelp...David Heinemeier Hansson2004-12-013-8/+37
* Added proper handling of time fields that are turned into Time objects with t...David Heinemeier Hansson2004-12-018-4/+37
* Added graceful handling of non-alphanumeric names and misplaced brackets in i...David Heinemeier Hansson2004-12-013-19/+49
* Added reverse order of deleting fixtures, so referential keys can be maintain...David Heinemeier Hansson2004-12-015-23/+26
* Added a real reference to the irc channel, and updated the name of the networ...David Heinemeier Hansson2004-12-011-1/+2
* script/new_controller should create directory for views even when no actions ...David Heinemeier Hansson2004-12-011-0/+3
* Fixed infinite loop when environment is missing in database.ymlDavid Heinemeier Hansson2004-12-011-2/+6
* Added relative path search for sqlite dbfiles in database.yml (if RAILS_ROOT ...David Heinemeier Hansson2004-12-012-2/+5
* Moved the global require_* out of the classes so they actually work without s...David Heinemeier Hansson2004-11-302-5/+9
* Abolished ActionController::Base.require_or_load in favor of require_dependen...David Heinemeier Hansson2004-11-308-11/+21
* AbstractApplicationController and the individual controllers are now complete...David Heinemeier Hansson2004-11-305-27/+47
* 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
* Silence errors occurring when reloading classesDavid Heinemeier Hansson2004-11-305-5/+12
* 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
* 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