| Commit message (Expand) | Author | Age | Files | Lines |
* | Added new Migrations framework for describing schema transformations in a way... | David Heinemeier Hansson | 2005-07-04 | 7 | -112/+280 |
* | Make postgres8 ar tests work #1601 [Tobias Luetke] | David Heinemeier Hansson | 2005-07-04 | 1 | -2/+3 |
* | Fixed migration initialization of table | David Heinemeier Hansson | 2005-07-04 | 1 | -1/+1 |
* | Tests for association callbacks | David Heinemeier Hansson | 2005-07-04 | 1 | -0/+100 |
* | Added callback hooks to association collections #1549 [Florian Weber] | David Heinemeier Hansson | 2005-07-04 | 5 | -5/+137 |
* | Fixed Base.content_columns call for SQL Server adapter #1450 [DeLynn Berry] A... | David Heinemeier Hansson | 2005-07-03 | 3 | -2/+12 |
* | Fixed Base#write_attribute to work with both symbols and strings #1190 [Paul ... | David Heinemeier Hansson | 2005-07-03 | 3 | -1/+12 |
* | Mark ticket # in changelog. Snip some trailing whitespace. | Jeremy Kemper | 2005-07-03 | 2 | -4/+4 |
* | Fixed that has_and_belongs_to_many didn't respect single table inheritance ty... | David Heinemeier Hansson | 2005-07-03 | 13 | -8/+43 |
* | r1618@asus: jeremy | 2005-07-03 08:24:19 -0700 | Jeremy Kemper | 2005-07-03 | 1 | -2/+2 |
* | r1617@asus: jeremy | 2005-07-03 08:23:31 -0700 | Jeremy Kemper | 2005-07-03 | 1 | -29/+27 |
* | r1616@asus: jeremy | 2005-07-03 08:07:13 -0700 | Jeremy Kemper | 2005-07-03 | 1 | -1/+1 |
* | r1615@asus: jeremy | 2005-07-03 08:06:00 -0700 | Jeremy Kemper | 2005-07-03 | 1 | -5/+4 |
* | r1614@asus: jeremy | 2005-07-03 08:01:08 -0700 | Jeremy Kemper | 2005-07-03 | 1 | -144/+142 |
* | r1613@asus: jeremy | 2005-07-03 07:04:53 -0700 | Jeremy Kemper | 2005-07-03 | 1 | -64/+59 |
* | r1612@asus: jeremy | 2005-07-03 04:35:59 -0700 | Jeremy Kemper | 2005-07-03 | 1 | -5/+3 |
* | r1611@asus: jeremy | 2005-07-03 04:21:52 -0700 | Jeremy Kemper | 2005-07-03 | 5 | -46/+41 |
* | r1610@asus: jeremy | 2005-07-03 00:19:06 -0700 | Jeremy Kemper | 2005-07-03 | 1 | -2/+0 |
* | r1609@asus: jeremy | 2005-07-03 00:18:43 -0700 | Jeremy Kemper | 2005-07-03 | 1 | -4/+9 |
* | r1608@asus: jeremy | 2005-07-03 00:13:57 -0700 | Jeremy Kemper | 2005-07-03 | 1 | -7/+9 |
* | r1607@asus: jeremy | 2005-07-02 23:36:52 -0700 | Jeremy Kemper | 2005-07-03 | 2 | -8/+8 |
* | r1605@asus: jeremy | 2005-07-02 14:50:23 -0700 | Jeremy Kemper | 2005-07-03 | 1 | -8/+9 |
* | r1604@asus: jeremy | 2005-07-02 14:40:20 -0700 | Jeremy Kemper | 2005-07-03 | 1 | -1/+1 |
* | r1603@asus: jeremy | 2005-07-02 14:38:52 -0700 | Jeremy Kemper | 2005-07-03 | 6 | -85/+86 |
* | r1602@asus: jeremy | 2005-07-02 14:34:00 -0700 | Jeremy Kemper | 2005-07-03 | 1 | -2/+2 |
* | r1601@asus: jeremy | 2005-07-02 14:33:08 -0700 | Jeremy Kemper | 2005-07-03 | 2 | -11/+12 |
* | Fixed that single-table inheritance sub-classes couldn't be used to limit the... | David Heinemeier Hansson | 2005-07-03 | 16 | -13/+142 |
* | Fixed validates_numericality_of to work with overrided getter-method when :al... | David Heinemeier Hansson | 2005-07-02 | 3 | -0/+10 |
* | Clarified intentions of validates_associated #870 | David Heinemeier Hansson | 2005-07-02 | 2 | -2/+15 |
* | Added roots, root, and siblings to the batch of methods added by acts_as_tree... | David Heinemeier Hansson | 2005-07-01 | 2 | -1/+20 |
* | Added support for ODBC connections to MS SQL Server so you can connect from a... | David Heinemeier Hansson | 2005-07-01 | 15 | -130/+234 |
* | Fixed that multiparameter posts ignored attr_protected #1532 [alec+rails@very... | David Heinemeier Hansson | 2005-06-28 | 3 | -3/+18 |
* | Updated all references to the old find_first and find_all to use the new styl... | David Heinemeier Hansson | 2005-06-26 | 15 | -92/+89 |
* | Fixed problem with eager loading when using a has_and_belongs_to_many associa... | David Heinemeier Hansson | 2005-06-26 | 2 | -1/+3 |
* | Fixed Base#find to honor the documentation on how :joins work and make them c... | David Heinemeier Hansson | 2005-06-25 | 3 | -6/+23 |
* | Fixed that validations didn't respecting custom setting for too_short, too_lo... | David Heinemeier Hansson | 2005-06-25 | 3 | -7/+14 |
* | Fixed that clear_association_cache doesn't delete new associations on new rec... | David Heinemeier Hansson | 2005-06-25 | 3 | -1/+24 |
* | Pass association finder arguments through to the association class exactly as... | Jeremy Kemper | 2005-06-24 | 2 | -2/+4 |
* | Fixed docs #856 | David Heinemeier Hansson | 2005-06-21 | 1 | -4/+3 |
* | Fixed that calling Model.find([]) returns [] and doesn't throw an exception #... | David Heinemeier Hansson | 2005-06-21 | 3 | -0/+7 |
* | Removed the AR::Recursion module--it broke more code than it fixed | Jamis Buck | 2005-06-21 | 5 | -78/+38 |
* | Make migrations work with the latest SQLite | David Heinemeier Hansson | 2005-06-21 | 1 | -10/+10 |
* | Proper order in test #1329 | David Heinemeier Hansson | 2005-06-21 | 1 | -2/+2 |
* | Fixed that adding a record to a has_and_belongs_to collection would always sa... | David Heinemeier Hansson | 2005-06-18 | 9 | -3/+35 |
* | Document better #1057 | David Heinemeier Hansson | 2005-06-18 | 1 | -2/+2 |
* | Fixed saving of in-memory association structures to happen as a after_create/... | David Heinemeier Hansson | 2005-06-17 | 2 | -1/+7 |
* | Fix quote_bound_value to not map Strings #1416 [htonl] | David Heinemeier Hansson | 2005-06-16 | 2 | -5/+8 |
* | Revealed the man behind the mask! | David Heinemeier Hansson | 2005-06-16 | 1 | -21/+21 |
* | Allow any Enumerable, not just Array, to work as bind variables #1344 [bitsweat] | David Heinemeier Hansson | 2005-06-16 | 3 | -2/+11 |
* | Added actual database-changing behavior to collection assigment for has_many ... | David Heinemeier Hansson | 2005-06-16 | 4 | -4/+102 |