| Commit message (Expand) | Author | Age | Files | Lines |
* | Added Base.abstract_class? that marks which classes are not part of the Activ... | Rick Olson | 2006-03-16 | 11 | -16/+62 |
* | Allow :dependent options to be used with polymorphic joins. #3820 [Rick Olson] | Rick Olson | 2006-03-16 | 6 | -9/+99 |
* | Upgrade to Transaction::Simple 1.3 | Jamis Buck | 2006-03-15 | 2 | -702/+695 |
* | fix calculation tests to get around inconsistent ordering of nils | Rick Olson | 2006-03-15 | 1 | -2/+2 |
* | make save! return true on success[johan@johansorensen.com]. Closes #4173 | Michael Koziarski | 2006-03-15 | 3 | -1/+8 |
* | Unit test fixes for postgresql. | Michael Koziarski | 2006-03-15 | 2 | -3/+5 |
* | Correct syntax error in postgresql schema definition | Michael Koziarski | 2006-03-15 | 1 | -1/+1 |
* | Catch FixtureClassNotFound when using instantiated fixtures on a fixture that... | Rick Olson | 2006-03-14 | 3 | -3/+7 |
* | Allow ordering of calculated results and/or grouped fields in calculations [s... | Rick Olson | 2006-03-14 | 3 | -0/+14 |
* | Dynamically set allow_concurrency. Closes #4044. | Jeremy Kemper | 2006-03-13 | 5 | -31/+78 |
* | 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 | 2 | -7/+22 |
* | Added association inclusion in to_xml [DHH] | David Heinemeier Hansson | 2006-03-10 | 3 | -15/+111 |
* | Fixed to_xml across the board to use nice indention, better skip_attributes w... | David Heinemeier Hansson | 2006-03-09 | 3 | -0/+79 |
* | 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 |
* | a few more tests for the custom counter_cache naming code | Jamis Buck | 2006-03-09 | 2 | -18/+9 |
* | Allow counter_cache to accept a column name | Jamis Buck | 2006-03-09 | 5 | -14/+42 |
* | format fix for locking [Michael Koziarski] | Michael Koziarski | 2006-03-09 | 3 | -5/+10 |
* | Allow set_fixture_class to take Classes instead of strings for a class in a m... | Rick Olson | 2006-03-06 | 3 | -8/+20 |
* | Fix quoting of inheritance column for STI eager loading #4098 [Jonathan Viney... | Rick Olson | 2006-03-06 | 2 | -7/+9 |
* | slight change to eager associations table aliasing: use class_reflection, lik... | Rick Olson | 2006-03-06 | 2 | -3/+3 |
* | added assert_queries for the AR test suite | Rick Olson | 2006-03-05 | 2 | -2/+13 |
* | 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 | 10 | -63/+144 |
* | Added cascading eager loading that allows for queries like Author.find(:all, ... | David Heinemeier Hansson | 2006-03-04 | 4 | -138/+349 |
* | Make counter cache work when replacing an association (closes #3245). Thanks ... | Jamis Buck | 2006-03-04 | 4 | -0/+53 |
* | Make migrations verbose | Jamis Buck | 2006-03-04 | 3 | -5/+130 |
* | Fixed that Date was in incorrect format in tasks.yml (closes #4072) [mlaster@... | David Heinemeier Hansson | 2006-03-04 | 1 | -2/+2 |
* | Make counter_cache work with polymorphic belongs_to | Jamis Buck | 2006-03-04 | 5 | -13/+26 |
* | Fixed that calling HasOneProxy#build_model repeatedly would cause saving to h... | David Heinemeier Hansson | 2006-03-03 | 3 | -1/+12 |
* | 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 |
* | No longer needed (closes #4017) | David Heinemeier Hansson | 2006-03-02 | 1 | -0/+0 |
* | 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 | 13 | -12/+295 |
* | (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 | 3 | -77/+112 |
* | CHANGED DEFAULT: set ActiveRecord::Base.allow_concurrency to false. Most AR ... | Jeremy Kemper | 2006-03-01 | 2 | -4/+6 |
* | Make calculations typecasty! (closes #4016) [Rick Olson] | David Heinemeier Hansson | 2006-03-01 | 2 | -26/+76 |
* | Renamed the "oci" adapter to "oracle", but kept the old name as an alias (clo... | David Heinemeier Hansson | 2006-03-01 | 17 | -65/+83 |
* | Make #save return true on success, even if locking is enabled (closes #4015) ... | David Heinemeier Hansson | 2006-03-01 | 1 | -16/+16 |
* | Fixed tests | David Heinemeier Hansson | 2006-02-28 | 2 | -8/+6 |
* | Fixed that Base.save should always return false if the save didn't succeed, i... | David Heinemeier Hansson | 2006-02-28 | 3 | -27/+23 |