aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
Commit message (Expand)AuthorAgeFilesLines
* Added use_silence parameter to ActiveRecord::Base.benchmark that can be passe...David Heinemeier Hansson2005-09-061-0/+2
* Make sure the schema_info table is created before querying the current versio...Jamis Buck2005-09-021-0/+2
* Fixtures ignore table name prefix and suffix #1987 [Jakob S]Jamis Buck2005-09-021-0/+2
* Add documentation for index_type argument to add_index method for migrations ...Jamis Buck2005-09-021-0/+2
* Modify read_attribute to allow a symbol argument #2024 [Ken Kunz]Jamis Buck2005-09-021-0/+2
* Revert [2040], caused assignment of belongs_to associations to fail in some c...Jamis Buck2005-08-241-2/+0
* Saving a record with two unsaved belongs_to associations pointing to the same...Jamis Buck2005-08-231-0/+2
* Update changelogJamis Buck2005-08-141-0/+2
* Fix typo in validations documentation #1938 [court3nay]Jamis Buck2005-08-141-0/+2
* Make acts_as_list work for insert_at(1) #1966 [hensleyl@papermountain.org]Jamis Buck2005-08-141-0/+2
* Fix typo in count_by_sql documentation #1969 [Alexey Verkhovsky]Jamis Buck2005-08-141-0/+2
* Allow add_column and create_table to specify NOT NULL #1712 [emptysands@gmail...Jamis Buck2005-07-301-0/+2
* Fix create_table so that id column is implicitly added [Rick Olson]Jamis Buck2005-07-271-0/+2
* Made Oracle a first-class connection adapter by adhering closer to idiomatic ...David Heinemeier Hansson2005-07-241-0/+10
* Added warning about relying on habtm table aliases etcDavid Heinemeier Hansson2005-07-221-0/+5
* Added support for calling constrained class methods on has_many and has_and_b...David Heinemeier Hansson2005-07-221-0/+14
* Added migration support for SQLite (using temporary tables to simulate ALTER ...David Heinemeier Hansson2005-07-221-0/+2
* Remove extra definition of supports_migrations? from abstract_adaptor.rbNicholas Seckar2005-07-221-0/+2
* Fix acts_as_list such that moving next-to-last item to the bottom does not re...Jamis Buck2005-07-201-0/+2
* Fixed incompatibility in DB2 adapter with the new limit/offset approach #1718...David Heinemeier Hansson2005-07-171-0/+2
* Added :select option to find which can specify a different value than the def...David Heinemeier Hansson2005-07-141-0/+5
* Made ready for release of 0.13.1David Heinemeier Hansson2005-07-111-2/+2
* Added support for limit and offset with eager loading of has_one and belongs_...David Heinemeier Hansson2005-07-111-0/+2
* Fixed that assume_bottom_position (in acts_as_list) could be called on items ...David Heinemeier Hansson2005-07-101-0/+2
* Fixed that each request with the WEBrick adapter would open a new database co...David Heinemeier Hansson2005-07-101-0/+2
* r2985@asus: jeremy | 2005-07-10 02:04:41 -0700Jeremy Kemper2005-07-101-0/+2
* Fixed optimistic locking with SQL Server #1660 [tom@popdog.net]David Heinemeier Hansson2005-07-091-0/+2
* Added a VERSION parameter to the migrate task that allows you to do "rake mig...David Heinemeier Hansson2005-07-091-0/+2
* Added better error message for "packets out of order" #1630 [courtenay]David Heinemeier Hansson2005-07-081-0/+2
* Fixed first run of "rake migrate" on PostgreSQL by not expecting a return val...David Heinemeier Hansson2005-07-071-0/+5
* Fixed that Yaml error message in fixtures hid the real error #1623 [Nicholas ...David Heinemeier Hansson2005-07-061-0/+2
* Made documentation ready for release (AR)David Heinemeier Hansson2005-07-061-1/+1
* Changed logging of SQL statements to use the DEBUG level instead of INFO. Add...David Heinemeier Hansson2005-07-051-0/+2
* Added new Migrations framework for describing schema transformations in a way...David Heinemeier Hansson2005-07-041-0/+2
* Added callback hooks to association collections #1549 [Florian Weber]David Heinemeier Hansson2005-07-041-0/+13
* Fixed Base.content_columns call for SQL Server adapter #1450 [DeLynn Berry] A...David Heinemeier Hansson2005-07-031-0/+2
* Fixed Base#write_attribute to work with both symbols and strings #1190 [Paul ...David Heinemeier Hansson2005-07-031-0/+2
* Mark ticket # in changelog. Snip some trailing whitespace.Jeremy Kemper2005-07-031-1/+1
* Fixed that has_and_belongs_to_many didn't respect single table inheritance ty...David Heinemeier Hansson2005-07-031-0/+2
* r1601@asus: jeremy | 2005-07-02 14:33:08 -0700Jeremy Kemper2005-07-031-0/+4
* Fixed that single-table inheritance sub-classes couldn't be used to limit the...David Heinemeier Hansson2005-07-031-0/+2
* Fixed validates_numericality_of to work with overrided getter-method when :al...David Heinemeier Hansson2005-07-021-0/+2
* Added roots, root, and siblings to the batch of methods added by acts_as_tree...David Heinemeier Hansson2005-07-011-0/+2
* Added support for ODBC connections to MS SQL Server so you can connect from a...David Heinemeier Hansson2005-07-011-0/+4
* Fixed that multiparameter posts ignored attr_protected #1532 [alec+rails@very...David Heinemeier Hansson2005-06-281-0/+2
* Fixed problem with eager loading when using a has_and_belongs_to_many associa...David Heinemeier Hansson2005-06-261-0/+2
* Fixed Base#find to honor the documentation on how :joins work and make them c...David Heinemeier Hansson2005-06-251-0/+12
* Fixed that validations didn't respecting custom setting for too_short, too_lo...David Heinemeier Hansson2005-06-251-0/+2
* Fixed that clear_association_cache doesn't delete new associations on new rec...David Heinemeier Hansson2005-06-251-0/+2
* Fixed that calling Model.find([]) returns [] and doesn't throw an exception #...David Heinemeier Hansson2005-06-211-0/+2