aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make clearing follow the object:action naming of the rest of the tasksDavid Heinemeier Hansson2006-02-281-1/+1
* Make clearing follow the object:action naming of the rest of the tasksDavid Heinemeier Hansson2006-02-281-9/+15
* Make clearing follow the object:action naming of the rest of the tasksDavid Heinemeier Hansson2006-02-284-30/+37
* Added support to AssetTagHelper#javascript_include_tag for having :defaults a...David Heinemeier Hansson2006-02-284-10/+13
* Added new column to all db definitions. Where, oh where, is our hereo that wi...David Heinemeier Hansson2006-02-2813-0/+46
* Change Fixtures.create_fixtures arity to be backwards compatibleNicholas Seckar2006-02-281-1/+1
* Speed up class -> connection caching and stale connection verification. Close...Jeremy Kemper2006-02-274-32/+99
* Rails now depend on Rake 0.7.xDavid Heinemeier Hansson2006-02-271-1/+1
* Fix delerious changelogNicholas Seckar2006-02-271-1/+1
* Add set_fixture_class to allow the use of table name accessors with models wh...Nicholas Seckar2006-02-277-16/+66
* Added support for visual effects scoped queues to the visual_effect helper #3...Thomas Fuchs2006-02-273-1/+14
* Load, not dump, schema to testDavid Heinemeier Hansson2006-02-271-1/+1