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/cases
2011-03-07 00:04:20 +00:00
..
adapters
associations Add a test for STI on the through where the through is nested, and change the code which support this 2011-03-05 20:10:24 +00:00
attribute_methods
coders
migration
session_store
validations
adapter_test.rb
aggregations_test.rb
ar_schema_test.rb
associations_test.rb
attribute_methods_test.rb
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 Active Record typos. 2011-03-05 11:56:34 +01:00
batches_test.rb Merge branch 'master' into nested_has_many_through 2011-03-04 09:30:27 +00:00
binary_test.rb
bind_parameter_test.rb
calculations_test.rb skip this on oracle 2011-02-28 09:15:19 -08:00
callbacks_test.rb
clone_test.rb
column_alias_test.rb
column_definition_test.rb
connection_management_test.rb
connection_pool_test.rb
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 Merge branch 'master' into nested_has_many_through 2011-03-04 09:30:27 +00:00
fixtures_test.rb
habtm_destroy_order_test.rb
helper.rb
i18n_test.rb
identity_map_test.rb Active Record typos. 2011-03-05 11:56:34 +01:00
inheritance_test.rb Rewrote AssociationPreload. 2011-02-28 22:12:34 +00:00
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
log_subscriber_test.rb
mass_assignment_security_test.rb
method_scoping_test.rb
migration_test.rb Active Record typos. 2011-03-05 11:56:34 +01: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
persistence_test.rb
pooled_connections_test.rb implements ActiveRecord::Base.connection_config to be able to check the configuration of the current connection at runtime 2011-03-05 01:35:02 +01:00
primary_keys_test.rb
query_cache_test.rb
quoting_test.rb
readonly_test.rb
reflection_test.rb Push source_type and polymorphic conditions out of ThroughAssociation and JoinDependency::JoinAssociation and into the reflection instead. 2011-03-05 22:07:30 +00:00
relation_scoping_test.rb Merge branch 'master' into nested_has_many_through 2011-03-04 09:30:27 +00:00
relation_test.rb
relations_test.rb Referencing a table via the ON condition in a join should force that table to be eager-loaded via a JOIN rather than via subsequent queries. 2011-03-07 00:04:20 +00: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