1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test
2006-03-16 04:18:12 +00:00
..
connections Added Sybase database adapter that relies on the Sybase Open Client bindings (see http://raa.ruby-lang.org/project/sybase-ctlib) (closes #3765) [John Sheets] 2006-03-02 01:15:41 +00:00
fixtures fix test_find_in_association_with_options test, tweak other tests affected by developer/project addition 2006-03-16 03:24:40 +00:00
aaa_create_tables_test.rb
abstract_unit.rb added assert_queries for the AR test suite 2006-03-05 23:41:17 +00:00
active_schema_mysql.rb
adapter_test.rb Unit test fixes for postgresql. 2006-03-15 02:17:31 +00:00
aggregations_test.rb
all.sh
ar_schema_test.rb
association_callbacks_test.rb
association_inheritance_reload.rb
associations_cascaded_eager_loading_test.rb Fixed eager loading problems with single-table inheritance [Rick Olson] Added smarter table aliasing for eager associations for multiple self joins [Rick Olson] (closes #3580) 2006-03-05 18:43:56 +00:00
associations_extensions_test.rb
associations_go_eager_test.rb Fixed eager loading problems with single-table inheritance [Rick Olson] Added smarter table aliasing for eager associations for multiple self joins [Rick Olson] (closes #3580) 2006-03-05 18:43:56 +00:00
associations_join_model_test.rb Added Base.abstract_class? that marks which classes are not part of the Active Record hierarchy. closes #3704 2006-03-16 02:46:01 +00:00
associations_test.rb Alias the has_and_belongs_to_many join table on eager includes. closes #4106 [jeremyevans0@gmail.com] 2006-03-16 04:18:12 +00:00
base_test.rb Oracle adapter gets some love #4230 [schoenm@earthlink.net] 2006-03-16 03:20:46 +00:00
binary_test.rb Renamed the "oci" adapter to "oracle", but kept the old name as an alias (closes #4017) [schoenm@earthlink.net] 2006-03-01 16:01:53 +00:00
calculations_test.rb fix calculation tests to get around inconsistent ordering of nils 2006-03-15 03:50:47 +00:00
callbacks_test.rb
class_inheritable_attributes_test.rb
column_alias_test.rb Renamed the "oci" adapter to "oracle", but kept the old name as an alias (closes #4017) [schoenm@earthlink.net] 2006-03-01 16:01:53 +00:00
copy_table_sqlite.rb
default_test_firebird.rb
defaults_test.rb
deprecated_associations_test.rb fix test_find_in_association_with_options test, tweak other tests affected by developer/project addition 2006-03-16 03:24:40 +00:00
deprecated_finder_test.rb Don't raise an exception when there are more keys than there are named bind variables when sanitizing conditions. 2006-01-05 21:40:15 +00:00
finder_test.rb fix test_find_in_association_with_options test, tweak other tests affected by developer/project addition 2006-03-16 03:24:40 +00:00
fixtures_test.rb Catch FixtureClassNotFound when using instantiated fixtures on a fixture that has no ActiveRecord model [Rick Olson] 2006-03-14 15:15:06 +00:00
inheritance_test.rb Added Sybase database adapter that relies on the Sybase Open Client bindings (see http://raa.ruby-lang.org/project/sybase-ctlib) (closes #3765) [John Sheets] 2006-03-02 01:15:41 +00:00
lifecycle_test.rb
locking_test.rb
method_scoping_test.rb Dynamically set allow_concurrency. Closes #4044. 2006-03-13 17:28:55 +00:00
migration_test.rb Make migrations verbose 2006-03-04 18:46:51 +00:00
mixin_nested_set_test.rb Added Sybase database adapter that relies on the Sybase Open Client bindings (see http://raa.ruby-lang.org/project/sybase-ctlib) (closes #3765) [John Sheets] 2006-03-02 01:15:41 +00:00
mixin_test.rb
modules_test.rb
multiple_db_test.rb
pk_test.rb
readonly_test.rb Renamed the "oci" adapter to "oracle", but kept the old name as an alias (closes #4017) [schoenm@earthlink.net] 2006-03-01 16:01:53 +00:00
reflection_test.rb added test checking that NOT NULL is properly reflected on [nathaniel@talbott.ws] closes #4125 2006-03-16 02:55:38 +00:00
schema_dumper_test.rb
schema_test_postgresql.rb
synonym_test_oracle.rb Renamed the "oci" adapter to "oracle", but kept the old name as an alias (closes #4017) [schoenm@earthlink.net] 2006-03-01 16:01:53 +00:00
threaded_connections_test.rb Dynamically set allow_concurrency. Closes #4044. 2006-03-13 17:28:55 +00:00
transactions_test.rb
unconnected_test.rb
validations_test.rb