aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reloading an instance refreshes its aggregations as well as its associations....Jeremy Kemper2005-12-085-0/+32
* Fixed that using :include together with :conditions array in Base.find would ...David Heinemeier Hansson2005-12-083-3/+30
* PostgreSQL: more robust sequence name discovery. References #3087.Jeremy Kemper2005-12-083-5/+9
* Oracle: use syntax compatible with Oracle 8. References #3131.Jeremy Kemper2005-12-082-6/+7
* Fixed RDoc warnings [DHH]David Heinemeier Hansson2005-12-081-1/+1
* Fix has_many :throughDavid Heinemeier Hansson2005-12-071-0/+1
* Dont overwrite the documentation from the real base classDavid Heinemeier Hansson2005-12-051-1/+0
* Clear the connection cache entry when a new connection is established on the ...Jeremy Kemper2005-12-052-21/+24
* Clear connection cache after rolling back transaction.Jeremy Kemper2005-12-051-2/+1
* Move dummy active? and reconnect! from sqlite to base adapter. References #428.Jeremy Kemper2005-12-042-13/+13
* Connection cache to speed up retrieve_connection and get rid of dirty connect...Jeremy Kemper2005-12-044-36/+12
* Don't use transactional fixtures for when DDL changes are involved.Jeremy Kemper2005-12-042-0/+3
* MySQL: work around ruby-mysql/mysql-ruby inconsistency with mysql.stat. Elim...Jeremy Kemper2005-12-032-7/+11
* Added preliminary support for join models [DHH] Added preliminary support for...David Heinemeier Hansson2005-12-0317-446/+520
* Work-in progress for providing better join model support and polymorphic asso...David Heinemeier Hansson2005-12-0213-44/+194
* Allow validate_uniqueness_of to be scoped by more than just one column. Close...Marcel Molina2005-12-023-5/+41
* Firebird: active? and reconnect! methods for handling stale connections. Ref...Jeremy Kemper2005-12-022-2/+25
* Firebird: updated for FireRuby 0.4.0. References #3009.Jeremy Kemper2005-12-022-67/+37
* PostgreSQL: active? compatibility with the pure-Ruby driver. Still need to m...Jeremy Kemper2005-11-282-3/+5
* MySQL: active? compatibility with the pure-Ruby driver. References #428.Jeremy Kemper2005-11-282-1/+7
* Oracle: active? check pings the database rather than testing the last command...Jeremy Kemper2005-11-242-17/+17
* Credit everybody that helped =)Florian Weber2005-11-241-1/+1
* Made test_update_attributes_after_push_without_duplicate_join_table_rows pass...Florian Weber2005-11-241-2/+2