aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
Commit message (Expand)AuthorAgeFilesLines
...
* Make dynamic finders honor additional passed in :conditions. Closes #3569.Marcel Molina2006-01-221-0/+2
* Show a meaningful error when the DB2 adapter cannot be loaded due to missing ...Nicholas Seckar2006-01-221-0/+2
* Fix .count for has_many associations with multi-line finder-sql. Closes #3540 Michael Koziarski2006-01-211-0/+2
* Add AR::Base.base_class for querying the ancestor AR::Base subclass [Jamis Buck]Jamis Buck2006-01-201-0/+2
* allow the 'lock_version' column to be configured with set_locking_column. Cl...Michael Koziarski2006-01-141-0/+2
* Don't hardcode id in acts_as_list. Closes #3370Michael Koziarski2006-01-141-1/+3
* Fix date errors for SQLServer in association tests. Closes #3406.Marcel Molina2006-01-131-1/+3
* Escape database name in MySQL adapter when creating and dropping databases. C...Marcel Molina2006-01-131-0/+2
* Disambiguate table names for columns in validates_uniquness_of's WHERE clause...Marcel Molina2006-01-131-0/+2
* Fixed that .with_scope imposed create parameters bypass attr_protectedTobias Lütke2006-01-101-0/+2
* Don't raise an exception when there are more keys than there are named bind v...Marcel Molina2006-01-051-0/+2
* Multiple enhancements and adjustments to DB2 adaptor. Closes #3377.Marcel Molina2006-01-041-0/+2
* Sanitize scoped conditions.Marcel Molina2006-01-041-0/+2
* Added option to Base.reflection_of_all_associations to specify a specific ass...David Heinemeier Hansson2005-12-271-0/+2
* ActiveRecord::Base.schema_ignore_tables => ActiveRecord::SchemaDumper.ignore_...Tobias Lütke2005-12-241-1/+1
* SchemaDumper now doesn't fail anymore when there are unknown column types in ...Tobias Lütke2005-12-241-0/+4
* Better language for the CHANGELOG entry of previous commit.Florian Weber2005-12-211-1/+1
* Fixed that saving a model with multiple habtm associations, would only save t...Florian Weber2005-12-211-0/+2
* Oops, I killed Tobi's changelog entries.Scott Barron2005-12-201-0/+6
* Fix change_column to work with postgres 7.x and 8.x.Scott Barron2005-12-201-7/+1
* removed :piggyback in favor of just allowing :select on :through associationsTobias Lütke2005-12-201-0/+2
* made .find() and class method delegation work on :through relationsTobias Lütke2005-12-201-0/+4
* added :piggyback option to has_many :through relationships to pick up values ...Tobias Lütke2005-12-201-0/+2
* Fix typo in association docs. Closes #3296.Marcel Molina2005-12-201-0/+2
* Fixed :through relations when using STI inherited classes would use the inher...Tobias Lütke2005-12-161-0/+2
* Roll back [3244]. References #3116.Jeremy Kemper2005-12-131-2/+0
* MySQL: allow encoding option for mysql.rb driver.Jeremy Kemper2005-12-131-0/+2
* Added option inheritance for find calls on has_and_belongs_to_many and has_ma...David Heinemeier Hansson2005-12-131-0/+12
* MySQL: fixes for the bundled mysql.rb driver. References #3160.Jeremy Kemper2005-12-101-0/+2
* SQLServer: fix obscure optimistic locking bug, support uniqueidentifier colum...Jeremy Kemper2005-12-101-0/+10
* Oracle: active? performs a select instead of a commit. References #3133.Jeremy Kemper2005-12-081-0/+2
* MySQL: more robust test for nullified result hashes. References #3124.Jeremy Kemper2005-12-081-0/+2
* SQLite: find database file when RAILS_ROOT is a symlink. References #3116.Jeremy Kemper2005-12-081-0/+2
* Reloading an instance refreshes its aggregations as well as its associations....Jeremy Kemper2005-12-081-0/+2
* Fixed that using :include together with :conditions array in Base.find would ...David Heinemeier Hansson2005-12-081-0/+2
* PostgreSQL: more robust sequence name discovery. References #3087.Jeremy Kemper2005-12-081-0/+2
* Oracle: use syntax compatible with Oracle 8. References #3131.Jeremy Kemper2005-12-081-0/+2
* MySQL: work around ruby-mysql/mysql-ruby inconsistency with mysql.stat. Elim...Jeremy Kemper2005-12-031-0/+2
* Added preliminary support for join models [DHH] Added preliminary support for...David Heinemeier Hansson2005-12-031-0/+4
* Allow validate_uniqueness_of to be scoped by more than just one column. Close...Marcel Molina2005-12-021-0/+2
* Firebird: active? and reconnect! methods for handling stale connections. Ref...Jeremy Kemper2005-12-021-0/+2
* Firebird: updated for FireRuby 0.4.0. References #3009.Jeremy Kemper2005-12-021-0/+2
* PostgreSQL: active? compatibility with the pure-Ruby driver. Still need to m...Jeremy Kemper2005-11-281-1/+1
* MySQL: active? compatibility with the pure-Ruby driver. References #428.Jeremy Kemper2005-11-281-0/+2
* Oracle: active? check pings the database rather than testing the last command...Jeremy Kemper2005-11-241-0/+2
* Credit everybody that helped =)Florian Weber2005-11-241-1/+1
* SQLServer: resolve column aliasing/quoting collision when using limit or offs...Jeremy Kemper2005-11-241-0/+2
* Reloading a model doesn't lose track of its connection. References #2996.Jeremy Kemper2005-11-241-0/+2
* Credit ticket author.Jeremy Kemper2005-11-231-1/+1
* Fixed bug where using update_attribute after pushing a record to a habtm asso...Florian Weber2005-11-231-0/+2