aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
* Added roots, root, and siblings to the batch of methods added by acts_as_tree...David Heinemeier Hansson2005-07-012-1/+20
* Added support for ODBC connections to MS SQL Server so you can connect from a...David Heinemeier Hansson2005-07-0115-130/+234
* Fixed that multiparameter posts ignored attr_protected #1532 [alec+rails@very...David Heinemeier Hansson2005-06-283-3/+18
* Updated all references to the old find_first and find_all to use the new styl...David Heinemeier Hansson2005-06-2615-92/+89
* Fixed problem with eager loading when using a has_and_belongs_to_many associa...David Heinemeier Hansson2005-06-262-1/+3
* Fixed Base#find to honor the documentation on how :joins work and make them c...David Heinemeier Hansson2005-06-253-6/+23
* Fixed that validations didn't respecting custom setting for too_short, too_lo...David Heinemeier Hansson2005-06-253-7/+14
* Fixed that clear_association_cache doesn't delete new associations on new rec...David Heinemeier Hansson2005-06-253-1/+24
* Pass association finder arguments through to the association class exactly as...Jeremy Kemper2005-06-242-2/+4
* Fixed docs #856David Heinemeier Hansson2005-06-211-4/+3
* Fixed that calling Model.find([]) returns [] and doesn't throw an exception #...David Heinemeier Hansson2005-06-213-0/+7
* Removed the AR::Recursion module--it broke more code than it fixedJamis Buck2005-06-215-78/+38
* Make migrations work with the latest SQLiteDavid Heinemeier Hansson2005-06-211-10/+10
* Proper order in test #1329David Heinemeier Hansson2005-06-211-2/+2
* Fixed that adding a record to a has_and_belongs_to collection would always sa...David Heinemeier Hansson2005-06-189-3/+35
* Document better #1057David Heinemeier Hansson2005-06-181-2/+2
* Fixed saving of in-memory association structures to happen as a after_create/...David Heinemeier Hansson2005-06-172-1/+7
* Fix quote_bound_value to not map Strings #1416 [htonl]David Heinemeier Hansson2005-06-162-5/+8
* Revealed the man behind the mask!David Heinemeier Hansson2005-06-161-21/+21
* Allow any Enumerable, not just Array, to work as bind variables #1344 [bitsweat]David Heinemeier Hansson2005-06-163-2/+11
* Added actual database-changing behavior to collection assigment for has_many ...David Heinemeier Hansson2005-06-164-4/+102
* r1307@iwill: jeremy | 2005-06-13 19:05:00 -0700Jeremy Kemper2005-06-134-6/+12
* Be sure to use the @finder_sql in the has_many association's #find method, ev...Jamis Buck2005-06-136-18/+41
* Added ActiveRecord::Recursion to guard against recursive calls to #saveJamis Buck2005-06-135-3/+102
* r1294@iwill: jeremy | 2005-06-13 02:17:42 -0700Jeremy Kemper2005-06-133-3/+16
* r1278@iwill: jeremy | 2005-06-12 05:11:48 -0700Jeremy Kemper2005-06-125-55/+130
* Corrected @@configurations typo. #1410 [david@ruppconsulting.com]Jeremy Kemper2005-06-122-3/+5
* Return PostgreSQL columns in the order they are declared #1374 (perlguy@gmail...Jeremy Kemper2005-06-125-30/+34
* Don't expect fixtures to be returned in the order they were inserted.Jeremy Kemper2005-06-122-5/+6
* Don't expect fixtures to be returned in the order they were inserted.Jeremy Kemper2005-06-112-3/+4
* Preserve extendedWarranty case in PostgreSQL computers table.Jeremy Kemper2005-06-111-1/+1
* Allow before/after update hooks to work on models with optimistic lockingJamis Buck2005-06-112-1/+3
* Do not use instantiated fixtures (in general) in tests. Also, support the use...Jamis Buck2005-06-1023-223/+254
* Eager loading of dependent has_one associations won't delete the association ...Jamis Buck2005-06-106-120/+122
* Sort the migration files explicitly so that they are always ordered correctly.Jamis Buck2005-06-071-2/+2
* Replace the in-memory object, but dont orphan the existing oneDavid Heinemeier Hansson2005-06-071-0/+1
* Added a second parameter to the build and create method for has_one that cont...David Heinemeier Hansson2005-06-064-3/+53
* Using transactional fixtures now causes the data to be loaded only once, for ...Jamis Buck2005-06-032-2/+10
* Added fixture accessors that can be used when fixture instantiation is disabl...Jamis Buck2005-06-033-2/+43
* Added DoubleRenderError exception that'll be raised if render* is called twic...David Heinemeier Hansson2005-05-211-0/+4
* Added note of limitation for #1279David Heinemeier Hansson2005-05-211-1/+2
* Added Errors#add_on_blank which works like Errors#add_on_empty, but uses Obje...David Heinemeier Hansson2005-05-213-9/+27
* Added the :if option to all validations that can either use a block or a meth...David Heinemeier Hansson2005-05-213-7/+142
* Speed up timestamping a tad #1227 [skaen]David Heinemeier Hansson2005-05-191-8/+10
* Fixed use of construct_finder_sql when using :join #1288 [dwlt@dwlt.net]David Heinemeier Hansson2005-05-193-1/+11
* Fixed that :delete_sql in has_and_belongs_to_many associations couldn't acces...David Heinemeier Hansson2005-05-195-2/+26
* Fixed docs for scaffolding generator #1303 [thijs@vandervossen.net]David Heinemeier Hansson2005-05-191-2/+0
* Push to .org insteadDavid Heinemeier Hansson2005-05-192-3/+5
* Fixed that clone would break when an aggregate had the same name as one of it...David Heinemeier Hansson2005-05-193-15/+62
* Changed that destroying an object will only freeze the attributes hash, which...David Heinemeier Hansson2005-05-021-0/+2