rails--rails/activerecord/test/cases
Eric Allam 13547c16d9 fixes: ActiveRecord::Base.scopes includes all scopes defined in all subclasses 2011-02-24 11:17:06 -08:00
..
adapters Merge remote branch 'rails/master' into identity_map 2011-02-15 12:01:04 -03:00
associations Use proper objects to do the work to build the associations (adding methods, callbacks etc) rather than calling a whole bunch of methods with rather long names. 2011-02-21 10:16:15 -08:00
attribute_methods oops, no need for puts! 2011-02-18 15:53:54 -08:00
coders
migration
session_store
validations
adapter_test.rb
aggregations_test.rb
ar_schema_test.rb
associations_test.rb Remove test which was broken on 1.8. This test is now irrelevant since singular associations no longer return a proxy object. 2011-02-18 18:50:35 +00:00
attribute_methods_test.rb bugfix for serialized_attributes to be class specific 2011-02-09 09:19:56 -08:00
autosave_association_test.rb expectations change when using IM. Change oracle tests to reflect that 2011-02-22 11:27:12 -08:00
base_test.rb Add interpolation of association conditions back in, in the form of proc { ... } rather than instance_eval-ing strings 2011-02-14 01:40:31 +00:00
batches_test.rb
binary_test.rb
bind_parameter_test.rb fixing tests on 1.8, using a list of lists because order is important 2011-02-10 14:17:09 -08:00
calculations_test.rb
callbacks_test.rb
clone_test.rb
column_alias_test.rb
column_definition_test.rb
connection_management_test.rb
connection_pool_test.rb Fix test/cases/connection_pool_test.rb for sqlite3 in-memory db 2011-02-14 01:40:31 +00:00
counter_cache_test.rb
custom_locking_test.rb adding a test case for custom locking 2011-02-21 16:12:02 -08:00
database_statements_test.rb
date_time_test.rb
defaults_test.rb
deprecated_finder_test.rb
dirty_test.rb
dup_test.rb
dynamic_finder_match_test.rb
finder_respond_to_test.rb
finder_test.rb
fixtures_test.rb fixture methods can be overridden and super() is useful 2011-02-15 15:52:27 -08:00
habtm_destroy_order_test.rb Fixing ordering of HABTM association deletion [#6191 state:resolved] 2011-02-04 19:39:59 -02:00
helper.rb Run tests without IdentityMap when IM=false is given. 2011-02-15 12:40:41 -03:00
i18n_test.rb
identity_map_test.rb Don't use skip, just don't run anything, we don't have skip in Ruby 1.8 2011-02-18 16:20:15 -03:00
inheritance_test.rb
invalid_date_test.rb
invertible_migration_test.rb
json_serialization_test.rb
lifecycle_test.rb observers leak across tests, so rather than modify the object, we should just count the number of times the observer was called 2011-02-23 16:04:01 -08:00
locking_test.rb The optimistic lock column should be increased when calling touch 2011-02-09 18:27:40 -02:00
log_subscriber_test.rb
mass_assignment_security_test.rb
method_scoping_test.rb Remove Relation#& alias for Relation#merge 2011-02-12 17:23:19 -08:00
migration_test.rb adjust query counts to be consistent across databases, make sure database log the same things 2011-02-04 18:14:59 -08:00
mixin_test.rb
modules_test.rb
multiple_db_test.rb
named_scope_test.rb fixes: ActiveRecord::Base.scopes includes all scopes defined in all subclasses 2011-02-24 11:17:06 -08:00
nested_attributes_test.rb Split AssociationProxy into an Association class (and subclasses) which manages the association, and a CollectionProxy class which is *only* a proxy. Singular associations no longer have a proxy. See CHANGELOG for more. 2011-02-18 00:00:13 +00:00
persistence_test.rb
pooled_connections_test.rb
primary_keys_test.rb
query_cache_test.rb
quoting_test.rb
readonly_test.rb
reflection_test.rb
relation_scoping_test.rb Remove Relation#& alias for Relation#merge 2011-02-12 17:23:19 -08:00
relation_test.rb
relations_test.rb Merge remote branch 'rails/master' into identity_map 2011-02-18 15:29:33 -03:00
reload_models_test.rb
sanitize_test.rb
schema_dumper_test.rb
serialization_test.rb
timestamp_test.rb
transaction_callbacks_test.rb
transactions_test.rb
unconnected_test.rb
validations_repair_helper.rb
validations_test.rb
xml_serialization_test.rb
yaml_serialization_test.rb