aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
...
* Unit test fixes for postgresql.Michael Koziarski2006-03-152-3/+5
* Correct syntax error in postgresql schema definitionMichael Koziarski2006-03-151-1/+1
* Catch FixtureClassNotFound when using instantiated fixtures on a fixture that...Rick Olson2006-03-143-3/+7
* Allow ordering of calculated results and/or grouped fields in calculations [s...Rick Olson2006-03-143-0/+14
* Dynamically set allow_concurrency. Closes #4044.Jeremy Kemper2006-03-135-31/+78
* Passing commentDavid Heinemeier Hansson2006-03-101-1/+1
* Added options to control the :only/:except for included associations on Base#...David Heinemeier Hansson2006-03-102-7/+22
* Added association inclusion in to_xml [DHH]David Heinemeier Hansson2006-03-103-15/+111
* Fixed to_xml across the board to use nice indention, better skip_attributes w...David Heinemeier Hansson2006-03-093-0/+79
* Fix counter cache setting in belongs-to proxyJamis Buck2006-03-091-1/+1
* Add suppress_messages to migrations, to temporarily turn off verbose messagesJamis Buck2006-03-091-0/+8
* a few more tests for the custom counter_cache naming codeJamis Buck2006-03-092-18/+9
* Allow counter_cache to accept a column nameJamis Buck2006-03-095-14/+42
* format fix for locking [Michael Koziarski]Michael Koziarski2006-03-093-5/+10
* Allow set_fixture_class to take Classes instead of strings for a class in a m...Rick Olson2006-03-063-8/+20
* Fix quoting of inheritance column for STI eager loading #4098 [Jonathan Viney...Rick Olson2006-03-062-7/+9
* slight change to eager associations table aliasing: use class_reflection, lik...Rick Olson2006-03-062-3/+3
* added assert_queries for the AR test suiteRick Olson2006-03-052-2/+13
* Doc fixesDavid Heinemeier Hansson2006-03-051-1/+4
* Doc fixesDavid Heinemeier Hansson2006-03-051-3/+4
* Fixed eager loading problems with single-table inheritance [Rick Olson] Added...David Heinemeier Hansson2006-03-0510-63/+144
* Added cascading eager loading that allows for queries like Author.find(:all, ...David Heinemeier Hansson2006-03-044-138/+349
* Make counter cache work when replacing an association (closes #3245). Thanks ...Jamis Buck2006-03-044-0/+53
* Make migrations verboseJamis Buck2006-03-043-5/+130
* Fixed that Date was in incorrect format in tasks.yml (closes #4072) [mlaster@...David Heinemeier Hansson2006-03-041-2/+2
* Make counter_cache work with polymorphic belongs_toJamis Buck2006-03-045-13/+26
* Fixed that calling HasOneProxy#build_model repeatedly would cause saving to h...David Heinemeier Hansson2006-03-033-1/+12
* 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
* 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
* 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
* (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-013-77/+112
* CHANGED DEFAULT: set ActiveRecord::Base.allow_concurrency to false. Most AR ...Jeremy Kemper2006-03-012-4/+6
* Make calculations typecasty! (closes #4016) [Rick Olson]David Heinemeier Hansson2006-03-012-26/+76
* Renamed the "oci" adapter to "oracle", but kept the old name as an alias (clo...David Heinemeier Hansson2006-03-0117-65/+83
* Make #save return true on success, even if locking is enabled (closes #4015) ...David Heinemeier Hansson2006-03-011-16/+16
* 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
* Add missing fixtures for #3937.Jeremy Kemper2006-02-283-1/+14
* 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