| Commit message (Expand) | Author | Age | Files | Lines |
* | Catch FixtureClassNotFound when using instantiated fixtures on a fixture that... | Rick Olson | 2006-03-14 | 1 | -2/+4 |
* | Allow ordering of calculated results and/or grouped fields in calculations [s... | Rick Olson | 2006-03-14 | 1 | -0/+1 |
* | Dynamically set allow_concurrency. Closes #4044. | Jeremy Kemper | 2006-03-13 | 2 | -28/+63 |
* | Passing comment | David Heinemeier Hansson | 2006-03-10 | 1 | -1/+1 |
* | Added options to control the :only/:except for included associations on Base#... | David Heinemeier Hansson | 2006-03-10 | 1 | -7/+11 |
* | Added association inclusion in to_xml [DHH] | David Heinemeier Hansson | 2006-03-10 | 1 | -10/+41 |
* | Fixed to_xml across the board to use nice indention, better skip_attributes w... | David Heinemeier Hansson | 2006-03-09 | 1 | -0/+14 |
* | Fix counter cache setting in belongs-to proxy | Jamis Buck | 2006-03-09 | 1 | -1/+1 |
* | Add suppress_messages to migrations, to temporarily turn off verbose messages | Jamis Buck | 2006-03-09 | 1 | -0/+8 |
* | Allow counter_cache to accept a column name | Jamis Buck | 2006-03-09 | 1 | -3/+8 |
* | format fix for locking [Michael Koziarski] | Michael Koziarski | 2006-03-09 | 2 | -5/+8 |
* | Allow set_fixture_class to take Classes instead of strings for a class in a m... | Rick Olson | 2006-03-06 | 1 | -2/+7 |
* | Fix quoting of inheritance column for STI eager loading #4098 [Jonathan Viney... | Rick Olson | 2006-03-06 | 1 | -7/+7 |
* | slight change to eager associations table aliasing: use class_reflection, lik... | Rick Olson | 2006-03-06 | 1 | -1/+1 |
* | Doc fixes | David Heinemeier Hansson | 2006-03-05 | 1 | -1/+4 |
* | Doc fixes | David Heinemeier Hansson | 2006-03-05 | 1 | -3/+4 |
* | Fixed eager loading problems with single-table inheritance [Rick Olson] Added... | David Heinemeier Hansson | 2006-03-05 | 1 | -46/+55 |
* | Added cascading eager loading that allows for queries like Author.find(:all, ... | David Heinemeier Hansson | 2006-03-04 | 1 | -133/+237 |
* | Make counter cache work when replacing an association (closes #3245). Thanks ... | Jamis Buck | 2006-03-04 | 2 | -0/+19 |
* | Make migrations verbose | Jamis Buck | 2006-03-04 | 1 | -5/+98 |
* | Make counter_cache work with polymorphic belongs_to | Jamis Buck | 2006-03-04 | 1 | -12/+12 |
* | Fixed that calling HasOneProxy#build_model repeatedly would cause saving to h... | David Heinemeier Hansson | 2006-03-03 | 1 | -1/+1 |
* | fix unreplaced class var | Jeremy Kemper | 2006-03-02 | 1 | -1/+1 |
* | Revert allow_concurrency change for better testing. Retrieve_connection in tw... | Jeremy Kemper | 2006-03-02 | 2 | -2/+3 |
* | More docs for observers (closes #3996) [Robby Russel] | David Heinemeier Hansson | 2006-03-02 | 1 | -1/+21 |
* | Doc fix (closes #4014) [thijs@fngtps.com] | David Heinemeier Hansson | 2006-03-02 | 1 | -1/+1 |
* | Catch requirement of Sybase adapter, if we cant, dont have it | David Heinemeier Hansson | 2006-03-02 | 1 | -2/+6 |
* | Dont require sybase unless you try to connect | David Heinemeier Hansson | 2006-03-02 | 1 | -1/+2 |
* | Added Sybase database adapter that relies on the Sybase Open Client bindings ... | David Heinemeier Hansson | 2006-03-02 | 1 | -0/+599 |
* | Added Sybase database adapter that relies on the Sybase Open Client bindings ... | David Heinemeier Hansson | 2006-03-02 | 1 | -1/+1 |
* | (duh :) | Jeremy Kemper | 2006-03-01 | 1 | -1/+1 |
* | Typo in stale thread removal. | Jeremy Kemper | 2006-03-01 | 1 | -1/+1 |
* | Clear stale, cached connections left behind by defunct threads. Eliminate dup... | Jeremy Kemper | 2006-03-01 | 2 | -77/+110 |
* | CHANGED DEFAULT: set ActiveRecord::Base.allow_concurrency to false. Most AR ... | Jeremy Kemper | 2006-03-01 | 1 | -4/+4 |
* | Make calculations typecasty! (closes #4016) [Rick Olson] | David Heinemeier Hansson | 2006-03-01 | 1 | -7/+37 |
* | Renamed the "oci" adapter to "oracle", but kept the old name as an alias (clo... | David Heinemeier Hansson | 2006-03-01 | 2 | -37/+55 |
* | Make #save return true on success, even if locking is enabled (closes #4015) ... | David Heinemeier Hansson | 2006-03-01 | 1 | -16/+16 |
* | Fixed that Base.save should always return false if the save didn't succeed, i... | David Heinemeier Hansson | 2006-02-28 | 2 | -4/+18 |
* | Make rake load_fixtures work with the new, flexible, fixtures api. [Rick Ols... | Michael Koziarski | 2006-02-28 | 1 | -1/+1 |
* | Add more documentation for Reflection. [robby@planetargon.com]. Closes #4001 | Michael Koziarski | 2006-02-28 | 1 | -1/+4 |
* | Change Fixtures.create_fixtures arity to be backwards compatible | Nicholas Seckar | 2006-02-28 | 1 | -1/+1 |
* | Speed up class -> connection caching and stale connection verification. Close... | Jeremy Kemper | 2006-02-27 | 2 | -31/+95 |
* | Add set_fixture_class to allow the use of table name accessors with models wh... | Nicholas Seckar | 2006-02-27 | 1 | -9/+16 |
* | Only load .yml files in sub-directories | David Heinemeier Hansson | 2006-02-27 | 1 | -1/+1 |
* | Added that fixtures to placed in subdirectories of the main fixture files are... | David Heinemeier Hansson | 2006-02-27 | 1 | -1/+8 |
* | doc fix (closes #3972) [robby] | David Heinemeier Hansson | 2006-02-27 | 1 | -7/+7 |
* | Dont require association classes before theyre supposed to be used (closes #3... | David Heinemeier Hansson | 2006-02-27 | 2 | -15/+2 |
* | Define attribute query methods to avoid method_missing calls. Closes #3677. | Jeremy Kemper | 2006-02-27 | 1 | -5/+8 |
* | CHANGED DEFAULT: ActiveRecord::Base.schema_format is now :ruby by default ins... | David Heinemeier Hansson | 2006-02-27 | 1 | -1/+1 |
* | Example for validates_presence_of method (closes #3966) [Robby Russell] | David Heinemeier Hansson | 2006-02-26 | 1 | -1/+7 |