aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added -a/--with-assets option to rails generator that will include default as...David Heinemeier Hansson2006-03-045-3/+32
* Migrations should use symbols now that the schema dumper is switching to that...David Heinemeier Hansson2006-03-041-3/+3
* Make counter cache work when replacing an association (closes #3245). Thanks ...Jamis Buck2006-03-044-0/+53
* Added socket cleanup for lighttpd, both before and after [DHH] Added automati...David Heinemeier Hansson2006-03-045-12/+29
* Make migrations verboseJamis Buck2006-03-043-5/+130
* We need to silence_stderr on the call to svn in order not to get errors when ...David Heinemeier Hansson2006-03-041-3/+15
* Fixed that Date was in incorrect format in tasks.yml (closes #4072) [mlaster@...David Heinemeier Hansson2006-03-041-2/+2
* Fixed Effect.Appear in effects.js to work with floats in Safari (closes #3524...David Heinemeier Hansson2006-03-046-22/+49
* Make counter_cache work with polymorphic belongs_toJamis Buck2006-03-045-13/+26
* remove explicit dependency mechanism setting in console_appJamis Buck2006-03-031-5/+1
* RJS now does enumerations, baby! (closes #3876) [Rick Olson]David Heinemeier Hansson2006-03-035-27/+233
* Fixed that calling HasOneProxy#build_model repeatedly would cause saving to h...David Heinemeier Hansson2006-03-033-1/+12
* Fixed testDavid Heinemeier Hansson2006-03-031-1/+1
* Fixed type (closes #3999)David Heinemeier Hansson2006-03-031-2/+2
* Fix a ton of issues with AWS (yes, Kent saved it from being unbundled in 1.1)...David Heinemeier Hansson2006-03-0318-44/+322
* Added reload! method to script/console to reload all models and others that i...David Heinemeier Hansson2006-03-032-0/+8
* Added that rake rails:freeze:edge will now just export all the contents of th...David Heinemeier Hansson2006-03-032-10/+4
* fix unreplaced class varJeremy Kemper2006-03-021-1/+1
* Revert allow_concurrency change for better testing. Retrieve_connection in tw...Jeremy Kemper2006-03-022-2/+3
* More docs for observers (closes #3996) [Robby Russel]David Heinemeier Hansson2006-03-021-1/+21
* Added fix for upload problems with lighttpd from Safari/IE to config/lighttpd...David Heinemeier Hansson2006-03-022-0/+8
* No longer needed (closes #4017)David Heinemeier Hansson2006-03-021-0/+0
* Doc fix (closes #4014) [thijs@fngtps.com]David Heinemeier Hansson2006-03-021-1/+1
* Fixed that default image extension was not appended when using a full URL wit...David Heinemeier Hansson2006-03-023-2/+5
* Fixed that Array#to_sentence will return "" on an empty array instead of ", a...David Heinemeier Hansson2006-03-023-0/+8
* Added that page caching will only happen if the response code is less than 40...David Heinemeier Hansson2006-03-022-1/+3
* Catch requirement of Sybase adapter, if we cant, dont have itDavid Heinemeier Hansson2006-03-021-2/+6
* Dont require sybase unless you try to connectDavid Heinemeier Hansson2006-03-021-1/+2
* Added Sybase database adapter that relies on the Sybase Open Client bindings ...David Heinemeier Hansson2006-03-021-0/+599
* Added Sybase database adapter that relies on the Sybase Open Client bindings ...David Heinemeier Hansson2006-03-0213-12/+295
* Added test:uncommitted to test changes since last checkin to Subversion (clos...David Heinemeier Hansson2006-03-022-1/+14
* (duh :)Jeremy Kemper2006-03-011-1/+1
* Typo in stale thread removal.Jeremy Kemper2006-03-011-1/+1
* Clear stale, cached connections left behind by defunct threads. Eliminate dup...Jeremy Kemper2006-03-011-3/+2
* Clear stale, cached connections left behind by defunct threads. Eliminate dup...Jeremy Kemper2006-03-013-77/+112
* CHANGED DEFAULT: set ActiveRecord::Base.allow_concurrency to false. Most AR ...Jeremy Kemper2006-03-012-4/+6
* Make Enumerable#group_by return a Hash (sacrificing the preservation of order...Marcel Molina2006-03-011-8/+3
* Add Enumerable#group_by and Array#in_groups_ofMarcel Molina2006-03-015-2/+116
* restore elided TestProcess#assigns methodJamis Buck2006-03-011-6/+7
* Make TestProcess methods public for access via Integration::Session. Make ret...Jamis Buck2006-03-012-115/+112
* Help script/about print the correct svn revision when in a non-English locale...Jeremy Kemper2006-03-012-6/+11
* Make calculations typecasty! (closes #4016) [Rick Olson]David Heinemeier Hansson2006-03-012-26/+76
* Use require instead of load with the integration stuff. Add helper method for...Jamis Buck2006-03-011-4/+16
* Update old alias tooDavid Heinemeier Hansson2006-03-011-1/+1
* When freezing to edge, we should also export railties/bin and railties/html soScott Barron2006-03-011-1/+10
* Renamed the "oci" adapter to "oracle", but kept the old name as an alias (clo...David Heinemeier Hansson2006-03-0119-67/+115
* Add 'app' accessor to script/console as an instance of Integration::SessionJamis Buck2006-03-013-0/+16
* Make #save return true on success, even if locking is enabled (closes #4015) ...David Heinemeier Hansson2006-03-011-16/+16
* Have to use inheritanceDavid Heinemeier Hansson2006-03-011-1/+1
* Added Kernel#daemonize to turn the current process into a daemon that can be ...David Heinemeier Hansson2006-03-017-95/+118