| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | 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 |
* | Add missing fixtures for #3937. | Jeremy Kemper | 2006-02-28 | 3 | -1/+14 |
* | Added new column to all db definitions. Where, oh where, is our hereo that wi... | David Heinemeier Hansson | 2006-02-28 | 13 | -0/+46 |
* | 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 | 3 | -31/+97 |
* | Fix delerious changelog | Nicholas Seckar | 2006-02-27 | 1 | -1/+1 |
* | Add set_fixture_class to allow the use of table name accessors with models wh... | Nicholas Seckar | 2006-02-27 | 7 | -16/+66 |
* | 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 | 4 | -3/+29 |
* | 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 | 3 | -7/+13 |
* | 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 |
* | ActiveRecord::Base.remove_connection explicitly closes database connections a... | Jeremy Kemper | 2006-02-26 | 7 | -14/+45 |
* | fix method scoping test for postgresql | Jeremy Kemper | 2006-02-26 | 1 | -1/+1 |
* | Added support for nested scopes (closes #3407) [anna@wota.jp] | David Heinemeier Hansson | 2006-02-26 | 3 | -33/+248 |
* | Aesthetics, baby | David Heinemeier Hansson | 2006-02-26 | 1 | -3/+5 |
* | Fixed db2 connection with empty user_name and auth options (closes #3622) [ph... | David Heinemeier Hansson | 2006-02-26 | 2 | -1/+3 |
* | Fixed validates_length_of to work on UTF-8 strings by using characters instea... | David Heinemeier Hansson | 2006-02-25 | 4 | -21/+163 |
* | Compatibility patches for calculations | David Heinemeier Hansson | 2006-02-25 | 2 | -34/+32 |
* | Updated docs (closes #3799) [ruby@bobsilva.com] | David Heinemeier Hansson | 2006-02-25 | 1 | -0/+10 |
* | Fixed that reflections would bleed across class boundaries in single-table in... | David Heinemeier Hansson | 2006-02-25 | 4 | -4/+10 |
* | Makes ActiveRecord::Schema respect AR::Base.table_name_prefix (closes #3848) ... | David Heinemeier Hansson | 2006-02-25 | 1 | -2/+2 |
* | Documentation fixes (closes #3838) | David Heinemeier Hansson | 2006-02-25 | 3 | -3/+3 |
* | Added calculations: Base.count, Base.average, Base.sum, Base.minimum, Base.ma... | David Heinemeier Hansson | 2006-02-25 | 6 | -55/+347 |
* | fix test for postgresql | Jeremy Kemper | 2006-02-23 | 1 | -1/+1 |
* | Renamed Errors#count to Errors#size but kept an alias for the old name (and i... | David Heinemeier Hansson | 2006-02-23 | 2 | -1/+6 |
* | Reflections don't attempt to resolve module nesting of association classes. S... | Jeremy Kemper | 2006-02-22 | 6 | -14/+77 |