aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
Commit message (Expand)AuthorAgeFilesLines
* 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
* Extract Oracle, SQLServer, and Sybase adapters into gems.Jeremy Kemper2007-09-291-0/+2
* Updated CHANGELOGs. They need to be filtered for duplicatesDavid Heinemeier Hansson2007-09-291-1/+1973
* Added :include option to to_json (closes #9677) [chuyeow]David Heinemeier Hansson2007-09-281-1/+1
* Added fixture caching thatll speed up a normal fixture-powered test suite bet...David Heinemeier Hansson2007-09-281-0/+2
* Correctly quote id list for limited eager loading. Closes #7482.Jeremy Kemper2007-09-221-0/+2
* Fixed that using version-targetted migrates would fail on loggers other than ...David Heinemeier Hansson2007-09-221-0/+2
* Fixed rename_column for SQLite when using symbols for the column names (close...David Heinemeier Hansson2007-09-221-0/+2
* Added the possibility of using symbols in addition to concrete classes with A...David Heinemeier Hansson2007-09-221-0/+2
* Added ActiveRecord::Base#to_json/from_json (currently does not support :inclu...David Heinemeier Hansson2007-09-201-0/+7
* Define dynamic finders as real methods after first usage. Close #9317Tobias Lütke2007-09-181-0/+2
* Deprecation: remove deprecated threaded_connections methods. Use allow_concur...Jeremy Kemper2007-09-181-0/+2
* Associations macros accept extension blocks alongside modules. Closes #9346.Jeremy Kemper2007-09-171-0/+3
* Speed up and simplify query caching.Jeremy Kemper2007-09-171-0/+2
* connection.select_rows 'sql' returns an array (rows) of arrays (field values)...Jeremy Kemper2007-09-161-0/+2
* TypoJeremy Kemper2007-09-161-1/+1
* Eager loading respects explicit :joins. Closes #9496.Jeremy Kemper2007-09-151-0/+2
* Extract Firebird, FronBase, and OpenBase adapters into gems. Closes #9508, #9...Jeremy Kemper2007-09-151-0/+2
* RubyGem database adapters: expects a gem named activerecord-<database>-adapte...Jeremy Kemper2007-09-151-0/+2
* Added block-acceptance to JavaScriptHelper#javascript_tag (closes #7527) [Bob...David Heinemeier Hansson2007-09-151-0/+2
* Fixed that altering join tables in migrations would fail w/ sqlite3 #7453 [Ti...David Heinemeier Hansson2007-09-151-0/+2
* Fix association writer with :dependent => :nullify. Closes #7314.Jeremy Kemper2007-09-141-0/+2
* OpenBase: update for new lib and latest Rails. Support migrations. Closes #8748.Jeremy Kemper2007-09-131-0/+2
* Moved acts_as_tree into a plugin of the same name on the official Rails svn (...David Heinemeier Hansson2007-09-111-0/+2
* Moved acts_as_nested_set into a plugin of the same name on the official Rails...David Heinemeier Hansson2007-09-111-2/+2
* Remove acts_as_list. Users are advised to install the new plugin. Reference...Michael Koziarski2007-09-101-0/+4
* Explicitly require active_record/query_cache before using it.Jeremy Kemper2007-09-081-0/+2