aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
Commit message (Expand)AuthorAgeFilesLines
* Revert "Ensure that save on child object fails for invalid belongs_to associa...Michael Koziarski2008-04-111-2/+0
* Change validates_uniqueness_of :case_sensitive option default back to true (f...Rick Olson2008-04-101-0/+2
* Ensure that save on child object fails for invalid belongs_to association. Cl...Pratik Naik2008-04-101-0/+2
* Add support for interleaving migrations by storing which migrations have run ...Rick Olson2008-04-091-0/+2
* ActiveRecord::Base#sum defaults to 0 if no rows are returned. Closes #11550 ...Rick Olson2008-04-081-0/+2
* Ensure that respond_to? considers dynamic finder methods. Closes #11538. [flo...Pratik Naik2008-04-061-0/+2
* Ensure that save on parent object fails for invalid has_one association. Clos...Pratik Naik2008-04-061-0/+2
* Remove duplicate code from associations. [Pratik]Pratik Naik2008-04-061-0/+2
* Refactor HasManyThroughAssociation to inherit from HasManyAssociation. Associ...Pratik Naik2008-04-061-0/+2
* Ensure HABTM#create and HABTM#build do not load entire association. [Pratik]Pratik Naik2008-04-051-0/+2
* Improve documentation.Pratik Naik2008-04-051-0/+2
* Tweak ActiveRecord::Base#to_json to include a root value in the returned hash...Rick Olson2008-04-011-0/+6
* Add efficient #include? to AssociationCollection (for has_many/has_many :thro...Rick Olson2008-04-011-0/+2
* PostgreSQL: create_ and drop_database support. Closes #9042.Jeremy Kemper2008-04-011-0/+2
* Ensure that validates_uniqueness_of works with with_scope. Closes #9235. [nik...Pratik Naik2008-03-311-0/+2
* Partial updates include only unsaved attributes. Off by default; set YourClas...Jeremy Kemper2008-03-311-0/+2
* Removing unnecessary uses_tzinfo helper from tests, given that TZInfo is now ...Geoff Buesing2008-03-301-0/+2
* Fixed that validates_size_of :within works in associations (closes #11295, #1...David Heinemeier Hansson2008-03-291-0/+2
* Track changes to unsaved attributesJeremy Kemper2008-03-291-0/+2
* Switched to UTC-timebased version numbers for migrations and the schema. This...David Heinemeier Hansson2008-03-281-0/+2
* Fixed that has_many :through would ignore the hash conditions (closes #11447)...David Heinemeier Hansson2008-03-281-0/+2
* Fix issue where the :uniq option of a has_many :through association is ignore...Rick Olson2008-03-261-0/+2
* Fix duplicate table alias error when including an association with a has_many...Rick Olson2008-03-261-0/+2
* More efficient association preloading code that compacts a through_records ar...Rick Olson2008-03-261-0/+2
* Improve documentation.Pratik Naik2008-03-261-0/+2
* Fixed that ActiveRecord#Base.find_or_create/initialize would not honor attr_p...David Heinemeier Hansson2008-03-251-0/+2
* Added ActiveRecord#Base.all/first/last as aliases for find(:all/:first/:last)...David Heinemeier Hansson2008-03-241-2/+4
* Merge the has_finder gem, renamed as 'named_scope'. Closes #11404 [nkallen]Rick Olson2008-03-241-0/+14
* Add has_one :through support, finally. Closes #4756 [thechrisoshow]Rick Olson2008-03-211-0/+2
* Migrations: create_table supports primary_key_prefix_type. Closes #10314.Jeremy Kemper2008-03-181-0/+2
* Added logging for dependency load errors with fixtures (closes #11056) [stuth...David Heinemeier Hansson2008-03-171-0/+2
* Time, DateTime and TimeWithZone #in_time_zone defaults to Time.zone. Removing...Geoff Buesing2008-03-171-0/+2
* Fixed that scoped joins would not always be respected (closes #6821) [Theory/...David Heinemeier Hansson2008-03-131-0/+2
* Ensure that ActiveRecord::Calculations disambiguates field names with the tab...Rick Olson2008-03-131-0/+2
* Added add/remove_timestamps to the schema statements for adding the created_a...David Heinemeier Hansson2008-03-131-0/+2
* Added ActiveRecord::Base.find(:last) (closes #11338) [miloops]David Heinemeier Hansson2008-03-121-0/+2
* test_native_types expects DateTime.local_offset instead of DateTime.now.offse...Geoff Buesing2008-03-101-0/+2
* Add :readonly option to HasManyThrough associations. Closes #11156 [miloops]Pratik Naik2008-03-071-0/+2
* Improve performance on :include/:conditions/:limit queries by selectively joi...Michael Koziarski2008-03-031-0/+2
* Improve performance by avoiding named block arguments. Closes #11109 [adymo]Michael Koziarski2008-02-291-0/+2
* PostgreSQL: support server versions 7.4 through 8.0 and the ruby-pg driver. C...Jeremy Kemper2008-02-221-0/+2
* Ensure nested preloading works when associations return nil. Closes #11145 [...Michael Koziarski2008-02-181-0/+2
* Make dynamic finders respect the :include on HasManyThrough associations. Cl...Michael Koziarski2008-02-181-0/+2
* ActiveRecord::Base#instantiate_time_object only uses Time.zone when Base.time...Geoff Buesing2008-02-161-0/+2
* Refactor ActiveRecord::ConnectionAdapters::Column.new_time: leverage DateTime...Geoff Buesing2008-02-161-0/+2
* Revert [8865], broke AP record identifier. Reopens #11109.Jeremy Kemper2008-02-151-2/+0
* Optimisation for BigDecimal conversion code. Closes #11110 [adymo]Michael Koziarski2008-02-141-0/+2
* Improve associations performance by using symbol callbacks instead of string ...Rick Olson2008-02-141-0/+2
* Improve associations performance by avoiding named block arguments. Closes #1...Rick Olson2008-02-141-0/+2
* Introduce the :readonly option to all associations. Records from the associat...Jeremy Kemper2008-02-131-0/+2