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
2012-01-31 08:45:01 -08:00
..
adapters Don't type-cast unknown types to YAML. 2012-01-20 10:44:08 -08:00
associations Merge pull request #4791 from gregolsen/reflection_test_fixed 2012-01-31 08:45:01 -08:00
attribute_methods Fix another race condition. 2012-01-20 18:32:27 +00:00
coders
connection_adapters
connection_specification
fixtures
identity_map
migration Add create_join_table migration helper to create HABTM join tables 2012-01-27 15:34:53 -02:00
session_store
validations validate related records in the same validation context as parent. 2012-01-17 01:40:17 -03:00
adapter_test.rb
aggregations_test.rb
ar_schema_test.rb
associations_test.rb Deprecate inferred JOINs with includes + SQL snippets. 2012-01-16 21:32:12 +00:00
attribute_methods_test.rb
autosave_association_test.rb
base_test.rb Replaced all 'for' loops with Enumerable#each 2012-01-30 03:15:49 +08:00
batches_test.rb
binary_test.rb
bind_parameter_test.rb
calculations_test.rb Deprecate inferred JOINs with includes + SQL snippets. 2012-01-16 21:32:12 +00:00
callbacks_test.rb
clone_test.rb
column_alias_test.rb
column_definition_test.rb
column_test.rb
connection_management_test.rb
connection_pool_test.rb
counter_cache_test.rb Fix bug where reset_counters resets the wrong counter cache. 2012-01-16 19:06:45 -08:00
custom_locking_test.rb
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
explain_test.rb disable automatic explain if there is no logger [closes #4671] 2012-01-26 02:50:46 -08:00
finder_respond_to_test.rb
finder_test.rb Fix regression from Rails 3.1 2012-01-27 09:37:14 +09:00
fixtures_test.rb fix fixtures test as table_name is a string now 2012-01-26 11:10:52 +03:00
habtm_destroy_order_test.rb
helper.rb Remove deprecation warnings from tests 2012-01-31 14:22:58 -02:00
i18n_test.rb
identity_map_test.rb
inclusion_test.rb
inheritance_test.rb
invalid_date_test.rb
invertible_migration_test.rb
json_serialization_test.rb
lifecycle_test.rb
locking_test.rb Add ActiveRecord::Base#with_lock 2012-01-18 23:23:41 +01:00
log_subscriber_test.rb
mass_assignment_security_test.rb
method_scoping_test.rb Deprecate inferred JOINs with includes + SQL snippets. 2012-01-16 21:32:12 +00:00
migration_test.rb stop more ddl changes 2012-01-16 15:24:27 -08:00
migrator_test.rb stop more ddl changes 2012-01-16 15:24:27 -08:00
mixin_test.rb
modules_test.rb Deprecate inferred JOINs with includes + SQL snippets. 2012-01-16 21:32:12 +00:00
multiple_db_test.rb
named_scope_test.rb
nested_attributes_test.rb
persistence_test.rb
pooled_connections_test.rb
primary_keys_test.rb Fix GH #4754. Remove double-quote when using ANSI_QUOTES 2012-01-31 02:13:12 +09:00
query_cache_test.rb
quoting_test.rb
readonly_test.rb
reaper_test.rb
reflection_test.rb reflection test fixed 2012-01-31 15:57:39 +02:00
relation_scoping_test.rb Deprecate inferred JOINs with includes + SQL snippets. 2012-01-16 21:32:12 +00:00
relation_test.rb Deprecate inferred JOINs with includes + SQL snippets. 2012-01-16 21:32:12 +00:00
relations_test.rb Deprecate inferred JOINs with includes + SQL snippets. 2012-01-16 21:32:12 +00:00
reload_models_test.rb
sanitize_test.rb
schema_dumper_test.rb
serialization_test.rb Replaced all 'for' loops with Enumerable#each 2012-01-30 03:15:49 +08:00
store_test.rb
test_case.rb Moving AR::TestCase in to the AR tests directory 2012-01-24 12:01:52 -08:00
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