aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib
Commit message (Expand)AuthorAgeFilesLines
* Allow add_column and create_table to specify NOT NULL #1712 [emptysands@gmail...Jamis Buck2005-07-302-7/+13
* Fix create_table so that id column is implicitly added [Rick Olson]Jamis Buck2005-07-271-5/+2
* Made Oracle a first-class connection adapter by adhering closer to idiomatic ...David Heinemeier Hansson2005-07-248-33/+133
* Dont be ambigious about the condition keyDavid Heinemeier Hansson2005-07-222-3/+2
* Added support for calling constrained class methods on has_many and has_and_b...David Heinemeier Hansson2005-07-227-64/+111
* Added migration support for SQLite (using temporary tables to simulate ALTER ...David Heinemeier Hansson2005-07-222-17/+143
* Remove extra definition of supports_migrations? from abstract_adaptor.rbNicholas Seckar2005-07-221-4/+0
* Doc fixes #1775, #1776 [jon@instance-design.co.uk]David Heinemeier Hansson2005-07-221-1/+1
* A bit more work on the still unfinished query cache #1722David Heinemeier Hansson2005-07-221-3/+3
* Fix acts_as_list such that moving next-to-last item to the bottom does not re...Jamis Buck2005-07-201-5/+7
* Allow unspecified join-table columns to use to their default values when addi...Jamis Buck2005-07-181-2/+4
* Fixed incompatibility in DB2 adapter with the new limit/offset approach #1718...David Heinemeier Hansson2005-07-173-10/+9
* Added :select option to find which can specify a different value than the def...David Heinemeier Hansson2005-07-141-1/+3
* Added support for limit and offset with eager loading of has_one and belongs_...David Heinemeier Hansson2005-07-112-9/+31
* Fixed that assume_bottom_position (in acts_as_list) could be called on items ...David Heinemeier Hansson2005-07-101-1/+1
* Fixed that each request with the WEBrick adapter would open a new database co...David Heinemeier Hansson2005-07-103-8/+18
* r2979@asus: jeremy | 2005-07-10 01:51:00 -0700Jeremy Kemper2005-07-102-31/+33
* better error message for missing associations #1631 [courtenay]David Heinemeier Hansson2005-07-091-4/+11
* Fixed optimistic locking with SQL Server #1660 [tom@popdog.net]David Heinemeier Hansson2005-07-091-2/+2
* Fixed SQL Server test #1678 [Tom Ward]David Heinemeier Hansson2005-07-091-1/+1
* Made target migrations actually workDavid Heinemeier Hansson2005-07-091-3/+5
* Added a VERSION parameter to the migrate task that allows you to do "rake mig...David Heinemeier Hansson2005-07-091-0/+23
* Added better error message for "packets out of order" #1630 [courtenay]David Heinemeier Hansson2005-07-081-0/+2
* r2933@asus: jeremy | 2005-07-08 14:22:58 -0700Jeremy Kemper2005-07-081-0/+9
* Fixed first run of "rake migrate" on PostgreSQL by not expecting a return val...David Heinemeier Hansson2005-07-071-1/+1
* Fixed that Yaml error message in fixtures hid the real error #1623 [Nicholas ...David Heinemeier Hansson2005-07-061-1/+1
* Made documentation ready for release (AR)David Heinemeier Hansson2005-07-063-47/+45
* Changed logging of SQL statements to use the DEBUG level instead of INFO. Add...David Heinemeier Hansson2005-07-051-1/+1
* Fix regression from [1631] that caused an attribute to be set to nil if it wa...Jamis Buck2005-07-051-1/+1
* Made default changes work in both postgresql and mysql #1612 [Tobias Luetke]David Heinemeier Hansson2005-07-053-6/+21
* Added callbacks on push_with_attributes #1594 [Florian Weber]David Heinemeier Hansson2005-07-051-0/+2
* Sugared up migrations with even more bling #1609 [Tobias Luekte]David Heinemeier Hansson2005-07-054-27/+119
* Added new Migrations framework for describing schema transformations in a way...David Heinemeier Hansson2005-07-044-8/+139
* Fixed migration initialization of tableDavid Heinemeier Hansson2005-07-041-1/+1
* Added callback hooks to association collections #1549 [Florian Weber]David Heinemeier Hansson2005-07-042-5/+74
* Fixed Base.content_columns call for SQL Server adapter #1450 [DeLynn Berry] A...David Heinemeier Hansson2005-07-031-1/+5
* 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