aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add credit where due. References #8446Michael Koziarski2007-09-051-1/+1
* Fix bug where unserializing an attribute attempts to modify a frozen @attribu...Rick Olson2007-09-041-0/+2
* Performance: absorb instantiate and initialize_with_callbacks into the Base m...Jeremy Kemper2007-08-311-0/+2
* Fixed that eager loading queries and with_scope should respect the :group opt...David Heinemeier Hansson2007-08-211-1/+1
* Fixed that eager loading queries should respect the :group option as well [DHH]David Heinemeier Hansson2007-08-211-1/+2
* Improve performance and functionality of the postgresql adapter. Closes #804...Michael Koziarski2007-08-161-0/+4
* Don't clobber :includes passed to count on has_many association. Closes #9175...Michael Koziarski2007-08-161-0/+2
* Make sure has_many associations honour :include when counting. Closes #9167 [...Michael Koziarski2007-08-161-0/+2
* Add forgotten changelog entryMichael Koziarski2007-08-141-0/+7
* Perform a deep #dup on query cache results so that modifying activerecord att...Rick Olson2007-07-251-0/+2
* Ensure that has_many :through associations use a count query instead of loadi...Rick Olson2007-07-251-0/+2
* Added :unless clause to validations (closes #8003) [monki]David Heinemeier Hansson2007-07-241-0/+10
* Fix #count on a has_many :through association so that it recognizes the :uniq...Rick Olson2007-07-201-0/+2
* Fix and properly document/test count(column_name) usage. Closes #8999 [lifofifo]Rick Olson2007-07-171-0/+2
* Remove deprecated count(conditions=nil, joins=nil) usage. Closes #8993 [lifo...Rick Olson2007-07-161-0/+2
* Change belongs_to so that the foreign_key assumption is taken from the associ...Rick Olson2007-07-161-0/+8
* Remove spurious tests from deprecated_associations_test, most of these aren't...Michael Koziarski2007-07-151-0/+2
* Make create! on a has_many :through association return the association objec...Michael Koziarski2007-07-111-0/+2
* Move from select * to select tablename.* to avoid clobbering IDs. Closes #888...Michael Koziarski2007-07-071-0/+2
* Don't call unsupported methods on associated objects when using :include, :me...Michael Koziarski2007-06-301-0/+2
* Define collection singular ids method for has_many :through associations. Clo...Jeremy Kemper2007-06-271-0/+2