aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
* Added new Migrations framework for describing schema transformations in a way...David Heinemeier Hansson2005-07-047-112/+280
* Make postgres8 ar tests work #1601 [Tobias Luetke]David Heinemeier Hansson2005-07-041-2/+3
* Fixed migration initialization of tableDavid Heinemeier Hansson2005-07-041-1/+1
* Tests for association callbacksDavid Heinemeier Hansson2005-07-041-0/+100
* Added callback hooks to association collections #1549 [Florian Weber]David Heinemeier Hansson2005-07-045-5/+137
* Fixed Base.content_columns call for SQL Server adapter #1450 [DeLynn Berry] A...David Heinemeier Hansson2005-07-033-2/+12
* Fixed Base#write_attribute to work with both symbols and strings #1190 [Paul ...David Heinemeier Hansson2005-07-033-1/+12
* Mark ticket # in changelog. Snip some trailing whitespace.Jeremy Kemper2005-07-032-4/+4
* Fixed that has_and_belongs_to_many didn't respect single table inheritance ty...David Heinemeier Hansson2005-07-0313-8/+43
* 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-032-11/+12
* Fixed that single-table inheritance sub-classes couldn't be used to limit the...David Heinemeier Hansson2005-07-0316-13/+142
* Fixed validates_numericality_of to work with overrided getter-method when :al...David Heinemeier Hansson2005-07-023-0/+10
* Clarified intentions of validates_associated #870David Heinemeier Hansson2005-07-022-2/+15
* 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