aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Match singular naming from directory structure [DHH]David Heinemeier Hansson2006-02-281-1/+1
* Guard against app generation if the database specified isnt supported for pre...David Heinemeier Hansson2006-02-281-0/+3
* Generator::Base#usage takes an optional message argument which defaults to Ge...Jeremy Kemper2006-02-282-2/+4
* Stop annoying me when Im changing fixtures for other tests firstDavid Heinemeier Hansson2006-02-281-1/+1
* Fixed testsDavid Heinemeier Hansson2006-02-282-8/+6
* Fixed that Base.save should always return false if the save didn't succeed, i...David Heinemeier Hansson2006-02-283-27/+23
* Make rake load_fixtures work with the new, flexible, fixtures api. [Rick Ols...Michael Koziarski2006-02-281-1/+1
* Add more documentation for Reflection. [robby@planetargon.com]. Closes #4001Michael Koziarski2006-02-281-1/+4
* Various problems with in-memory sqlite dbsDavid Heinemeier Hansson2006-02-282-2/+2
* Remove the extraneous AR::Base.threaded_connections setting from the webrick ...Jeremy Kemper2006-02-282-2/+2
* Add integration test support to app generation and testingJamis Buck2006-02-286-10/+27
* Add ActionController::IntegrationTest to allow high-level testing of the way ...Jamis Buck2006-02-282-0/+425
* Add missing fixtures for #3937.Jeremy Kemper2006-02-283-1/+14