aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
Commit message (Expand)AuthorAgeFilesLines
* Speed up class -> connection caching and stale connection verification. Close...Jeremy Kemper2006-02-271-0/+2
* Fix delerious changelogNicholas Seckar2006-02-271-1/+1
* Add set_fixture_class to allow the use of table name accessors with models wh...Nicholas Seckar2006-02-271-0/+2
* Added that fixtures to placed in subdirectories of the main fixture files are...David Heinemeier Hansson2006-02-271-0/+2
* Define attribute query methods to avoid method_missing calls. Closes #3677.Jeremy Kemper2006-02-271-0/+2
* ActiveRecord::Base.remove_connection explicitly closes database connections a...Jeremy Kemper2006-02-261-0/+2
* Added support for nested scopes (closes #3407) [anna@wota.jp]David Heinemeier Hansson2006-02-261-0/+16
* Fixed db2 connection with empty user_name and auth options (closes #3622) [ph...David Heinemeier Hansson2006-02-261-0/+2
* Fixed validates_length_of to work on UTF-8 strings by using characters instea...David Heinemeier Hansson2006-02-251-0/+2
* Fixed that reflections would bleed across class boundaries in single-table in...David Heinemeier Hansson2006-02-251-0/+2
* Added calculations: Base.count, Base.average, Base.sum, Base.minimum, Base.ma...David Heinemeier Hansson2006-02-251-0/+7
* Renamed Errors#count to Errors#size but kept an alias for the old name (and i...David Heinemeier Hansson2006-02-231-0/+2
* Reflections don't attempt to resolve module nesting of association classes. S...Jeremy Kemper2006-02-221-0/+2
* Improved the Oracle OCI Adapter with better performance for column reflection...David Heinemeier Hansson2006-02-211-0/+4
* Added :count option to pagination that'll make it possible for the ActiveReco...David Heinemeier Hansson2006-02-201-0/+2
* Fix Syntax error in mysql.sql, Drop table readers and run aaa_create_tables f...Michael Koziarski2006-02-101-0/+2
* Allow has_many :through to work with :include [Michael Schoen]. Closes #3611Michael Koziarski2006-02-101-0/+2
* PostgreSQL: smarter schema dumps using pk_and_sequence_for(table). Closes #2920.Jeremy Kemper2006-02-091-0/+2
* SQLServer: more compatible limit/offset emulation. Closes #3779.Jeremy Kemper2006-02-091-0/+2
* Polymorphic join support for has_one associations (has_one :foo, :as => :bar)...Jeremy Kemper2006-02-091-0/+2
* PostgreSQL: correctly parse negative integer column defaults. References #3776.Jeremy Kemper2006-02-091-0/+2
* * Fix pagination problems when using includeMichael Koziarski2006-02-091-0/+2
* ActiveRecord::RecordInvalid now states which validations failed in its defaul...Tobias Lütke2006-02-051-0/+2
* Using AssociationCollection#build with arrays of hashes should call build, no...David Heinemeier Hansson2006-02-031-0/+2
* Remove definition of reloadable? from ActiveRecord::Base to make way for new ...Nicholas Seckar2006-02-021-0/+2
* Fixed schema handling for DB2 adapter that didn't work: an initial schema cou...David Heinemeier Hansson2006-02-011-0/+2
* Silly meDavid Heinemeier Hansson2006-02-011-2/+0
* Added Errors#any? to mean !Errors#empty? [DHH]David Heinemeier Hansson2006-02-011-0/+2
* Support the :column option for remove_index with the PostgreSQL adapter. Clos...Marcel Molina2006-01-311-0/+2
* Add documentation for add_index and remove_index. Closes #3600.Marcel Molina2006-01-251-0/+2
* If the OCI library is not available, raise an exception indicating as much. C...Marcel Molina2006-01-251-0/+2
* Add explicit :order in finder tests as postgresql orders results differently ...Marcel Molina2006-01-221-0/+2
* 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