rails--rails/activerecord/test/cases
Rick Olson c23c9bd11b Allow association scoping for built/created records if :conditions is specified as a hash. Closes #11393 [miloops]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9068 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2008-03-21 18:21:56 +00:00
..
associations Add has_one :through support, finally. Closes #4756 [thechrisoshow] 2008-03-21 18:09:03 +00:00
aaa_create_tables_test.rb
active_schema_test_mysql.rb
adapter_test.rb
adapter_test_sqlserver.rb
aggregations_test.rb
ar_schema_test.rb
associations_test.rb Allow association scoping for built/created records if :conditions is specified as a hash. Closes #11393 [miloops] 2008-03-21 18:21:56 +00:00
attribute_methods_test.rb Time, DateTime and TimeWithZone #in_time_zone defaults to Time.zone. Removing now unneeded #in_current_time_zone. ActiveRecord time zone aware attributes updated to use #in_time_zone 2008-03-17 05:50:13 +00:00
base_test.rb
binary_test.rb
calculations_test.rb
callbacks_test.rb
class_inheritable_attributes_test.rb
column_alias_test.rb
connection_test_firebird.rb
connection_test_mysql.rb
copy_table_test_sqlite.rb
datatype_test_postgresql.rb
date_time_test.rb
default_test_firebird.rb
defaults_test.rb
deprecated_finder_test.rb
finder_test.rb
fixtures_test.rb Added logging for dependency load errors with fixtures (closes #11056) [stuthulhu] 2008-03-17 21:48:28 +00:00
helper.rb
inheritance_test.rb
invalid_date_test.rb
json_serialization_test.rb
lifecycle_test.rb
locking_test.rb
method_scoping_test.rb
migration_test.rb Migrations: create_table supports primary_key_prefix_type. Closes #10314. 2008-03-18 18:23:14 +00:00
migration_test_firebird.rb
mixin_test.rb
modules_test.rb
multiple_db_test.rb
pk_test.rb
query_cache_test.rb
readonly_test.rb
reflection_test.rb
reserved_word_test_mysql.rb
schema_authorization_test_postgresql.rb
schema_dumper_test.rb
schema_test_postgresql.rb
serialization_test.rb
synonym_test_oracle.rb
table_name_test_sqlserver.rb
threaded_connections_test.rb
transactions_test.rb
unconnected_test.rb
validations_test.rb
xml_serialization_test.rb