aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib
Commit message (Expand)AuthorAgeFilesLines
* Fixed Base#write_attribute to work with both symbols and strings #1190 [Paul ...David Heinemeier Hansson2005-07-031-1/+1
* Mark ticket # in changelog. Snip some trailing whitespace.Jeremy Kemper2005-07-031-3/+3
* Fixed that has_and_belongs_to_many didn't respect single table inheritance ty...David Heinemeier Hansson2005-07-031-0/+9
* r1618@asus: jeremy | 2005-07-03 08:24:19 -0700Jeremy Kemper2005-07-031-2/+2
* r1617@asus: jeremy | 2005-07-03 08:23:31 -0700Jeremy Kemper2005-07-031-29/+27
* r1616@asus: jeremy | 2005-07-03 08:07:13 -0700Jeremy Kemper2005-07-031-1/+1
* r1615@asus: jeremy | 2005-07-03 08:06:00 -0700Jeremy Kemper2005-07-031-5/+4
* r1614@asus: jeremy | 2005-07-03 08:01:08 -0700Jeremy Kemper2005-07-031-144/+142
* r1613@asus: jeremy | 2005-07-03 07:04:53 -0700Jeremy Kemper2005-07-031-64/+59
* r1612@asus: jeremy | 2005-07-03 04:35:59 -0700Jeremy Kemper2005-07-031-5/+3
* r1611@asus: jeremy | 2005-07-03 04:21:52 -0700Jeremy Kemper2005-07-035-46/+41
* r1610@asus: jeremy | 2005-07-03 00:19:06 -0700Jeremy Kemper2005-07-031-2/+0
* r1609@asus: jeremy | 2005-07-03 00:18:43 -0700Jeremy Kemper2005-07-031-4/+9
* r1608@asus: jeremy | 2005-07-03 00:13:57 -0700Jeremy Kemper2005-07-031-7/+9
* r1607@asus: jeremy | 2005-07-02 23:36:52 -0700Jeremy Kemper2005-07-032-8/+8
* r1605@asus: jeremy | 2005-07-02 14:50:23 -0700Jeremy Kemper2005-07-031-8/+9
* r1604@asus: jeremy | 2005-07-02 14:40:20 -0700Jeremy Kemper2005-07-031-1/+1
* r1603@asus: jeremy | 2005-07-02 14:38:52 -0700Jeremy Kemper2005-07-036-85/+86
* r1602@asus: jeremy | 2005-07-02 14:34:00 -0700Jeremy Kemper2005-07-031-2/+2
* r1601@asus: jeremy | 2005-07-02 14:33:08 -0700Jeremy Kemper2005-07-031-11/+8
* Fixed that single-table inheritance sub-classes couldn't be used to limit the...David Heinemeier Hansson2005-07-031-0/+10
* Fixed validates_numericality_of to work with overrided getter-method when :al...David Heinemeier Hansson2005-07-021-0/+1
* Clarified intentions of validates_associated #870David Heinemeier Hansson2005-07-021-1/+4
* Added roots, root, and siblings to the batch of methods added by acts_as_tree...David Heinemeier Hansson2005-07-011-1/+18
* Added support for ODBC connections to MS SQL Server so you can connect from a...David Heinemeier Hansson2005-07-014-116/+146
* Fixed that multiparameter posts ignored attr_protected #1532 [alec+rails@very...David Heinemeier Hansson2005-06-281-3/+3
* Updated all references to the old find_first and find_all to use the new styl...David Heinemeier Hansson2005-06-267-24/+21
* Fixed problem with eager loading when using a has_and_belongs_to_many associa...David Heinemeier Hansson2005-06-261-1/+1
* Fixed Base#find to honor the documentation on how :joins work and make them c...David Heinemeier Hansson2005-06-251-4/+6
* Fixed that validations didn't respecting custom setting for too_short, too_lo...David Heinemeier Hansson2005-06-251-7/+3
* Fixed that clear_association_cache doesn't delete new associations on new rec...David Heinemeier Hansson2005-06-251-1/+1
* Pass association finder arguments through to the association class exactly as...Jeremy Kemper2005-06-241-1/+3
* 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-211-0/+1
* Removed the AR::Recursion module--it broke more code than it fixedJamis Buck2005-06-212-62/+0
* Make migrations work with the latest SQLiteDavid Heinemeier Hansson2005-06-211-10/+10
* Fixed that adding a record to a has_and_belongs_to collection would always sa...David Heinemeier Hansson2005-06-181-1/+3
* 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-171-1/+5
* Fix quote_bound_value to not map Strings #1416 [htonl]David Heinemeier Hansson2005-06-161-5/+4
* Allow any Enumerable, not just Array, to work as bind variables #1344 [bitsweat]David Heinemeier Hansson2005-06-161-1/+1
* Added actual database-changing behavior to collection assigment for has_many ...David Heinemeier Hansson2005-06-162-4/+30
* r1307@iwill: jeremy | 2005-06-13 19:05:00 -0700Jeremy Kemper2005-06-131-1/+1
* Be sure to use the @finder_sql in the has_many association's #find method, ev...Jamis Buck2005-06-131-2/+4
* Added ActiveRecord::Recursion to guard against recursive calls to #saveJamis Buck2005-06-133-1/+63
* r1294@iwill: jeremy | 2005-06-13 02:17:42 -0700Jeremy Kemper2005-06-131-1/+3
* r1278@iwill: jeremy | 2005-06-12 05:11:48 -0700Jeremy Kemper2005-06-121-50/+62
* Corrected @@configurations typo. #1410 [david@ruppconsulting.com]Jeremy Kemper2005-06-121-3/+3
* Return PostgreSQL columns in the order they are declared #1374 (perlguy@gmail...Jeremy Kemper2005-06-122-29/+26
* Allow before/after update hooks to work on models with optimistic lockingJamis Buck2005-06-111-1/+1