| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 | 1 | -11/+8 |
* | Fixed that single-table inheritance sub-classes couldn't be used to limit the... | David Heinemeier Hansson | 2005-07-03 | 1 | -0/+10 |
* | Fixed validates_numericality_of to work with overrided getter-method when :al... | David Heinemeier Hansson | 2005-07-02 | 1 | -0/+1 |
* | Clarified intentions of validates_associated #870 | David Heinemeier Hansson | 2005-07-02 | 1 | -1/+4 |
* | Added roots, root, and siblings to the batch of methods added by acts_as_tree... | David Heinemeier Hansson | 2005-07-01 | 1 | -1/+18 |
* | Added support for ODBC connections to MS SQL Server so you can connect from a... | David Heinemeier Hansson | 2005-07-01 | 4 | -116/+146 |
* | Fixed that multiparameter posts ignored attr_protected #1532 [alec+rails@very... | David Heinemeier Hansson | 2005-06-28 | 1 | -3/+3 |
* | Updated all references to the old find_first and find_all to use the new styl... | David Heinemeier Hansson | 2005-06-26 | 7 | -24/+21 |
* | Fixed problem with eager loading when using a has_and_belongs_to_many associa... | David Heinemeier Hansson | 2005-06-26 | 1 | -1/+1 |
* | Fixed Base#find to honor the documentation on how :joins work and make them c... | David Heinemeier Hansson | 2005-06-25 | 1 | -4/+6 |
* | Fixed that validations didn't respecting custom setting for too_short, too_lo... | David Heinemeier Hansson | 2005-06-25 | 1 | -7/+3 |
* | Fixed that clear_association_cache doesn't delete new associations on new rec... | David Heinemeier Hansson | 2005-06-25 | 1 | -1/+1 |
* | Pass association finder arguments through to the association class exactly as... | Jeremy Kemper | 2005-06-24 | 1 | -1/+3 |
* | 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 | 1 | -0/+1 |
* | Removed the AR::Recursion module--it broke more code than it fixed | Jamis Buck | 2005-06-21 | 1 | -60/+0 |
* | Make migrations work with the latest SQLite | David Heinemeier Hansson | 2005-06-21 | 1 | -10/+10 |
* | Fixed that adding a record to a has_and_belongs_to collection would always sa... | David Heinemeier Hansson | 2005-06-18 | 1 | -1/+3 |
* | 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 | 1 | -1/+5 |
* | Fix quote_bound_value to not map Strings #1416 [htonl] | David Heinemeier Hansson | 2005-06-16 | 1 | -5/+4 |
* | Allow any Enumerable, not just Array, to work as bind variables #1344 [bitsweat] | David Heinemeier Hansson | 2005-06-16 | 1 | -1/+1 |
* | Added actual database-changing behavior to collection assigment for has_many ... | David Heinemeier Hansson | 2005-06-16 | 2 | -4/+30 |
* | r1307@iwill: jeremy | 2005-06-13 19:05:00 -0700 | Jeremy Kemper | 2005-06-13 | 1 | -1/+1 |
* | Be sure to use the @finder_sql in the has_many association's #find method, ev... | Jamis Buck | 2005-06-13 | 1 | -2/+4 |
* | Added ActiveRecord::Recursion to guard against recursive calls to #save | Jamis Buck | 2005-06-13 | 2 | -1/+61 |
* | r1294@iwill: jeremy | 2005-06-13 02:17:42 -0700 | Jeremy Kemper | 2005-06-13 | 1 | -1/+3 |
* | r1278@iwill: jeremy | 2005-06-12 05:11:48 -0700 | Jeremy Kemper | 2005-06-12 | 1 | -50/+62 |
* | Corrected @@configurations typo. #1410 [david@ruppconsulting.com] | Jeremy Kemper | 2005-06-12 | 1 | -3/+3 |
* | Return PostgreSQL columns in the order they are declared #1374 (perlguy@gmail... | Jeremy Kemper | 2005-06-12 | 2 | -29/+26 |
* | Do not use instantiated fixtures (in general) in tests. Also, support the use... | Jamis Buck | 2005-06-10 | 1 | -2/+17 |
* | Eager loading of dependent has_one associations won't delete the association ... | Jamis Buck | 2005-06-10 | 1 | -1/+1 |
* | Sort the migration files explicitly so that they are always ordered correctly. | Jamis Buck | 2005-06-07 | 1 | -2/+2 |
* | Replace the in-memory object, but dont orphan the existing one | David Heinemeier Hansson | 2005-06-07 | 1 | -0/+1 |
* | Added a second parameter to the build and create method for has_one that cont... | David Heinemeier Hansson | 2005-06-06 | 2 | -3/+22 |
* | Using transactional fixtures now causes the data to be loaded only once, for ... | Jamis Buck | 2005-06-03 | 1 | -2/+8 |
* | Added fixture accessors that can be used when fixture instantiation is disabl... | Jamis Buck | 2005-06-03 | 1 | -2/+28 |
* | Added note of limitation for #1279 | David Heinemeier Hansson | 2005-05-21 | 1 | -1/+2 |
* | Added Errors#add_on_blank which works like Errors#add_on_empty, but uses Obje... | David Heinemeier Hansson | 2005-05-21 | 1 | -6/+15 |
* | Added the :if option to all validations that can either use a block or a meth... | David Heinemeier Hansson | 2005-05-21 | 1 | -5/+66 |
* | Speed up timestamping a tad #1227 [skaen] | David Heinemeier Hansson | 2005-05-19 | 1 | -8/+10 |
* | Fixed use of construct_finder_sql when using :join #1288 [dwlt@dwlt.net] | David Heinemeier Hansson | 2005-05-19 | 1 | -1/+1 |
* | Fixed that :delete_sql in has_and_belongs_to_many associations couldn't acces... | David Heinemeier Hansson | 2005-05-19 | 2 | -2/+4 |
* | Fixed docs for scaffolding generator #1303 [thijs@vandervossen.net] | David Heinemeier Hansson | 2005-05-19 | 1 | -2/+0 |
* | Fixed that clone would break when an aggregate had the same name as one of it... | David Heinemeier Hansson | 2005-05-19 | 1 | -12/+25 |