aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
Commit message (Expand)AuthorAgeFilesLines
* Fix HasManyThrough Association so it uses :conditions on the HasMany Associat...Rick Olson2007-11-111-0/+2
* Ensure that column names are quoted. Closes #10134 [wesley.moxam]Michael Koziarski2007-11-101-0/+2
* Kill the whiny_protected_attributes setting and kill the exception raised. In...David Heinemeier Hansson2007-11-091-1/+1
* Smattering of grammatical fixes to documentation. Closes #10083 [BobSilva]Marcel Molina2007-11-081-0/+2
* Enhance explanation with more examples for attr_accessible macro. Closes #809...Marcel Molina2007-11-061-0/+2
* Update association/method mapping table to refected latest collection methods...Marcel Molina2007-11-061-0/+2
* Explain semantics of having several different AR instances in a transaction b...Marcel Molina2007-11-061-0/+2
* Update Schema documentation to use updated sexy migration notation. Closes #1...Marcel Molina2007-11-061-0/+2
* Make fixtures work with the new test subclasses. [tarmo, Koz]Michael Koziarski2007-10-311-0/+2
* Introduce finder :joins with associations. Same :include syntax but with inne...Jeremy Kemper2007-10-291-0/+7
* Associations: speedup duplicate record check. Closes #10011.Jeremy Kemper2007-10-291-0/+2
* Make sure that << works on has_many associations on unsaved records. Closes ...Michael Koziarski2007-10-281-0/+2
* Allow association redefinition in subclasses. Closes #9346.Jeremy Kemper2007-10-271-0/+2
* Fix has_many :through delete with custom foreign keys. Closes #6466.Jeremy Kemper2007-10-271-0/+2
* Foxy fixtures. Adapter#disable_referential_integrity. Closes #9981.Jeremy Kemper2007-10-261-0/+9
* Add docs explaining how to protect all attributes using attr_accessible with ...Marcel Molina2007-10-261-0/+2
* Update add_index documentation to use new options api. Closes #9787 [kamal]Marcel Molina2007-10-261-0/+2
* Allow find on a has_many association defined with :finder_sql to accept id ar...Marcel Molina2007-10-261-0/+2
* Use VALID_FIND_OPTIONS when resolving :find scoping rather than hard coding t...Marcel Molina2007-10-261-0/+2
* Limited eager loading no longer ignores scoped :order. Closes #9561 [danger, ...Marcel Molina2007-10-231-0/+2
* Assigning an instance of a foreign class to a composed_of aggregate calls an ...Jeremy Kemper2007-10-231-0/+2
* Assigning nil to a composed_of aggregate also sets its immediate value to nil...Jeremy Kemper2007-10-231-0/+2
* validates_uniqueness_of behaves well with abstract superclasses. References #...Jeremy Kemper2007-10-231-1/+2
* Ensure that mysql quotes table names with database names correctly. Closes #...Rick Olson2007-10-201-0/+4
* Forgotten changelog entryMichael Koziarski2007-10-191-0/+3
* Qualified column names work in hash conditions, like :conditions => { 'commen...Jeremy Kemper2007-10-161-0/+2
* Fix regression where the association would not construct new finder SQL on sa...Jeremy Kemper2007-10-161-0/+2
* Refactor association create and build so before & after callbacks behave cons...Jeremy Kemper2007-10-161-0/+2
* Quote table names. Defaults to column quoting. Closes #4593.Jeremy Kemper2007-10-161-0/+2
* Alias association #build to #new so it behaves predictably. Closes #8787.Jeremy Kemper2007-10-151-0/+2
* Add notes to documentation regarding attr_readonly behavior with counter cach...Rick Olson2007-10-141-0/+2
* Observers can observe model names as symbols properly now. Closes #9869 [qu...Rick Olson2007-10-141-0/+2
* find_and_(initialize|create)_by methods can now properly initialize protected...Tobias Lütke2007-10-101-0/+2
* belongs_to infers the foreign key from the association name instead of from t...Jeremy Kemper2007-10-081-0/+2
* PostgreSQL: support multiline default values. Closes #7533.Jeremy Kemper2007-10-081-0/+2
* MySQL: fix change_column on not-null columns that don't accept dfeault values...Jeremy Kemper2007-10-081-0/+2
* validates_uniqueness_of behaves well with single-table inheritance. Closes #3...Jeremy Kemper2007-10-081-1/+3
* Use fast date/time parsing by default. Closes #9811.Jeremy Kemper2007-10-071-1/+1
* Closed wrong ticket. Closes #9802, reopens #9699.Jeremy Kemper2007-10-071-1/+1
* Raise ProtectedAttributeAssignmentError in development and test environments ...Jeremy Kemper2007-10-071-0/+2
* MySQL: speedup date/time parsing.Jeremy Kemper2007-10-071-0/+2
* Fix calling .clear on a has_many :dependent=>:delete_all association. [ta...Michael Koziarski2007-10-071-0/+2
* Allow change_column to set NOT NULL in the PostgreSQL adaptor. Closes #3904 [...Michael Koziarski2007-10-071-0/+2
* Move misplaced CHANGELOG entryJeremy Kemper2007-10-061-2/+0
* Fix that ActiveRecord would create attribute methods and override custom attr...Rick Olson2007-10-061-2/+3
* Don't call attr_readonly on polymorphic belongs_to associations, in case it m...Rick Olson2007-10-051-0/+2
* Try loading activerecord-<adaptername>-adapter gem before trying a plain requ...Jeremy Kemper2007-10-041-0/+5
* Add attr_readonly to specify columns that are skipped during a normal ActiveR...Rick Olson2007-09-301-0/+11
* Make size for has_many :through use counter cache if it exists. Closes #9734...Rick Olson2007-09-301-0/+2
* Remove DB2 adapter since IBM chooses to maintain their own adapter instead.Jeremy Kemper2007-09-291-0/+2