rails--rails/activerecord/test
Rick Olson f56dd107cd Observers can observe model names as symbols properly now. Closes #9869 [queso]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7872 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-10-14 05:20:24 +00:00
..
associations Make size for has_many :through use counter cache if it exists. Closes #9734 [xaviershay] 2007-09-30 06:47:20 +00:00
connections
fixtures find_and_(initialize|create)_by methods can now properly initialize protected attributes 2007-10-10 19:11:50 +00:00
aaa_create_tables_test.rb
abstract_unit.rb Ruby 1.9 compat, consistent load paths 2007-10-02 05:32:14 +00:00
active_schema_test_mysql.rb
adapter_test.rb
adapter_test_sqlserver.rb
aggregations_test.rb
all.sh
ar_schema_test.rb
association_inheritance_reload.rb
associations_test.rb Ensure that 'autosaving' works when associations aren't loaded [Bryan Helmkamp] References #8713 2007-10-10 06:45:13 +00:00
attribute_methods_test.rb Only cache attributes which need it for performance reasons. Closes #9767 [skaes] 2007-10-06 00:48:43 +00:00
base_test.rb Make sure AR::Base#clone handles attr changes made in after_initialize hooks. Closes #7191 [weyus] 2007-10-08 06:21:38 +00:00
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 Fixtures test fixes and general cleanup. Closes #9682 [norbert] 2007-09-28 14:56:07 +00:00
copy_table_test_sqlite.rb
datatype_test_postgresql.rb
date_time_test.rb
default_test_firebird.rb
defaults_test.rb PostgreSQL: support multiline default values. Closes #7533. 2007-10-08 06:17:53 +00:00
deprecated_finder_test.rb
finder_test.rb find_and_(initialize|create)_by methods can now properly initialize protected attributes 2007-10-10 19:11:50 +00:00
fixtures_test.rb Fixtures test fixes and general cleanup. Closes #9682 [norbert] 2007-09-28 14:56:07 +00:00
inheritance_test.rb
json_serialization_test.rb Test for each JSON fragment to workaround assumed hash ordering. 2007-10-06 00:40:28 +00:00
lifecycle_test.rb Observers can observe model names as symbols properly now. Closes #9869 [queso] 2007-10-14 05:20:24 +00:00
locking_test.rb
method_scoping_test.rb
migration_test.rb MySQL: fix change_column on not-null columns that don't accept dfeault values of ''. Closes #6663. 2007-10-08 03:28:28 +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
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 validates_uniqueness_of behaves well with single-table inheritance. Closes #3833. 2007-10-08 01:44:55 +00:00
xml_serialization_test.rb