aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
* AR should run schema.rb for tests when building test DBs (closes #3578) [Rick...David Heinemeier Hansson2006-01-233-1/+3
* Add explicit :order in finder tests as postgresql orders results differently ...Marcel Molina2006-01-222-1/+3
* Make dynamic finders honor additional passed in :conditions. Closes #3569.Marcel Molina2006-01-224-3/+30
* Show a meaningful error when the DB2 adapter cannot be loaded due to missing ...Nicholas Seckar2006-01-222-0/+10
* allow has_many :through to work with custom :foreign key (closes #3422) [Rick...David Heinemeier Hansson2006-01-213-3/+9
* Added assert_date_from_db to do cleaner tests for SQL Server (closes #3557) [...David Heinemeier Hansson2006-01-213-29/+18
* Fix .count for has_many associations with multi-line finder-sql. Closes #3540 Michael Koziarski2006-01-213-2/+6
* Add a test to verify correct behavior when creating a polymorphic associationJamis Buck2006-01-202-0/+9
* Add AR::Base.base_class for querying the ancestor AR::Base subclass [Jamis Buck]Jamis Buck2006-01-203-5/+24
* allow the 'lock_version' column to be configured with set_locking_column. Cl...Michael Koziarski2006-01-1419-5/+111
* Don't hardcode id in acts_as_list. Closes #3370Michael Koziarski2006-01-142-2/+4
* Fix test error caused by operator error with last commitMichael Koziarski2006-01-141-1/+1
* Don't alter the Hash passed to attributes=, closes #3385Michael Koziarski2006-01-142-4/+16
* Fix date errors for SQLServer in association tests. Closes #3406.Marcel Molina2006-01-132-9/+8
* Escape database name in MySQL adapter when creating and dropping databases. C...Marcel Molina2006-01-132-2/+4
* Disambiguate table names for columns in validates_uniquness_of's WHERE clause...Marcel Molina2006-01-132-3/+5
* Fixed that .with_scope imposed create parameters bypass attr_protectedTobias Lütke2006-01-102-2/+5
* Fix doc bugDavid Heinemeier Hansson2006-01-091-1/+1
* Don't raise an exception when there are more keys than there are named bind v...Marcel Molina2006-01-054-23/+2
* Multiple enhancements and adjustments to DB2 adaptor. Closes #3377.Marcel Molina2006-01-047-169/+207
* Sanitize scoped conditions.Marcel Molina2006-01-046-15/+37
* Made Field.focus in prototype friendly to effects by adding optional delay pa...David Heinemeier Hansson2005-12-311-0/+1
* Added option to Base.reflection_of_all_associations to specify a specific ass...David Heinemeier Hansson2005-12-273-3/+13
* ActiveRecord::Base.schema_ignore_tables => ActiveRecord::SchemaDumper.ignore_...Tobias Lütke2005-12-245-12/+12
* SchemaDumper now doesn't fail anymore when there are unknown column types in ...Tobias Lütke2005-12-245-19/+82
* 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-213-4/+19
* Fix form_for use of datetime_select and date_select as well as a few stylisti...David Heinemeier Hansson2005-12-211-3/+4
* 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-203-11/+22
* removed :piggyback in favor of just allowing :select on :through associationsTobias Lütke2005-12-204-7/+5
* made .find() and class method delegation work on :through relationsTobias Lütke2005-12-204-4/+57
* DRY up PG's add_column a bit to use change_column_default and match the otherScott Barron2005-12-201-9/+3
* added :piggyback option to has_many :through relationships to pick up values ...Tobias Lütke2005-12-205-3/+17
* Check for the key instead of the value, because it (the value) can be false.Scott Barron2005-12-201-1/+1
* Fix typo in association docs. Closes #3296.Marcel Molina2005-12-202-1/+3
* Fixed :through relations when using STI inherited classes would use the inher...Tobias Lütke2005-12-167-4/+39
* Roll back [3244]. References #3116.Jeremy Kemper2005-12-132-3/+1
* MySQL: allow encoding option for mysql.rb driver.Jeremy Kemper2005-12-132-5/+3
* Added option inheritance for find calls on has_and_belongs_to_many and has_ma...David Heinemeier Hansson2005-12-139-24/+73
* Added tests for join models and fixed a bug #3177David Heinemeier Hansson2005-12-116-3/+29
* MySQL: fixes for the bundled mysql.rb driver. References #3160.Jeremy Kemper2005-12-102-8/+11
* SQLServer: fix obscure optimistic locking bug, support uniqueidentifier colum...Jeremy Kemper2005-12-102-4/+18
* MySQL: ensure that @config is set.Jeremy Kemper2005-12-091-3/+2
* Fix bundled mysql.rb to correctly check for PROTO_41. Fixed scramble41 with ...Jeremy Kemper2005-12-091-43/+37
* Fix some test failures due to MySQL assumptions. Closes #3149.Jeremy Kemper2005-12-082-6/+15
* Oracle: active? performs a select instead of a commit. References #3133.Jeremy Kemper2005-12-082-1/+3
* Remove insignificant classes from docsDavid Heinemeier Hansson2005-12-081-2/+2
* MySQL: more robust test for nullified result hashes. References #3124.Jeremy Kemper2005-12-082-8/+4
* SQLite: find database file when RAILS_ROOT is a symlink. References #3116.Jeremy Kemper2005-12-082-1/+3