rails--rails/activerecord/test
David Heinemeier Hansson c8dd66fdcd Made association extensions use simpler block syntax
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2895 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-11-06 19:05:42 +00:00
..
connections Changed :dbfile to :database for SQLite adapter for consistency (old key still works as an alias) (closes #2644) [Dan Peterson] 2005-10-30 08:10:04 +00:00
fixtures Made association extensions use simpler block syntax 2005-11-06 19:05:42 +00:00
aaa_create_tables_test.rb
abstract_unit.rb Refactor DB exceptions and deal more with DB2 (closes #2624) 2005-10-27 08:18:41 +00:00
active_schema_mysql.rb
adapter_test.rb
aggregations_test.rb
all.sh
ar_schema_test.rb Added migration support for Oracle (closes #2647) [Michael Schoen] 2005-10-29 18:40:49 +00:00
association_callbacks_test.rb
association_inheritance_reload.rb
associations_extensions_test.rb Made association extensions use simpler block syntax 2005-11-06 19:05:42 +00:00
associations_go_eager_test.rb r2736@asus: jeremy | 2005-10-24 17:08:12 -0700 2005-10-25 18:14:09 +00:00
associations_test.rb Added extension capabilities to has_many and has_and_belongs_to_many proxies [DHH] Added find_or_create_by_X as a second type of dynamic finder that'll create the record if it doesn't already exist [DHH] Added constrain scoping for creates using a hash of attributes bound to the :creation key [DHH] 2005-11-04 19:39:50 +00:00
base_test.rb r2915@asus: jeremy | 2005-11-06 05:02:53 -0800 2005-11-06 10:18:51 +00:00
binary_test.rb
callbacks_test.rb
class_inheritable_attributes_test.rb
column_alias_test.rb r2718@asus: jeremy | 2005-10-23 14:45:30 -0700 2005-10-23 19:02:38 +00:00
copy_table_sqlite.rb
deprecated_associations_test.rb
deprecated_finder_test.rb Added migration support for Oracle (closes #2647) [Michael Schoen] 2005-10-29 18:40:49 +00:00
finder_test.rb Added extension capabilities to has_many and has_and_belongs_to_many proxies [DHH] Added find_or_create_by_X as a second type of dynamic finder that'll create the record if it doesn't already exist [DHH] Added constrain scoping for creates using a hash of attributes bound to the :creation key [DHH] 2005-11-04 19:39:50 +00:00
fixtures_test.rb Added migration support for Oracle (closes #2647) [Michael Schoen] 2005-10-29 18:40:49 +00:00
inheritance_test.rb Refactor DB exceptions and deal more with DB2 (closes #2624) 2005-10-27 08:18:41 +00:00
lifecycle_test.rb
locking_test.rb
method_scoping_test.rb r2916@asus: jeremy | 2005-11-06 05:04:06 -0800 2005-11-06 10:19:28 +00:00
migration_test.rb Added that an DuplicateMigrationVersionError gets raised when multiple migrations have the same version number. 2005-10-31 15:43:02 +00:00
mixin_nested_set_test.rb
mixin_test.rb
modules_test.rb
multiple_db_test.rb
pk_test.rb r2736@asus: jeremy | 2005-10-24 17:08:12 -0700 2005-10-25 18:14:09 +00:00
readonly_test.rb r2915@asus: jeremy | 2005-11-06 05:02:53 -0800 2005-11-06 10:18:51 +00:00
reflection_test.rb
schema_dumper_test.rb Added migration support for Oracle (closes #2647) [Michael Schoen] 2005-10-29 18:40:49 +00:00
schema_test_postgresql.rb
synonym_test_oci.rb
threaded_connections_test.rb
transactions_test.rb
unconnected_test.rb
validations_test.rb Add Model.create! to match existing model.save! method. When save! raises RecordInvalid, you can catch the exception, retrieve the invalid record (invalid_exception.record), and see its errors (invalid_exception.record.errors). 2005-11-03 18:54:16 +00:00