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
Carlos Antonio da Silva 2cab6a1b5a Merge pull request #8319 from alindeman/typo
Corrects typo in test name [ci skip]
2012-11-26 09:39:06 -08:00
..
adapters Merge pull request #6245 from bogdan/bc_timestamp 2012-11-21 09:34:55 -08:00
associations Corrects typo in test name 2012-11-26 09:22:28 -05:00
attribute_methods Remove ActiveRecord::Model 2012-10-26 15:51:02 +01:00
coders
connection_adapters Properly deprecate ConnectionHandler#connection_pools 2012-11-09 14:40:15 +00:00
connection_specification Fix the skip code. 2012-10-28 23:48:34 -02:00
fixture_set
migration Move migration test together with other join table tests 2012-11-21 19:34:55 -02:00
relation
tasks
validations Add tests to make sure that the I18n taken message can be overrided in the 2012-10-22 16:53:46 -02:00
adapter_test.rb Remove ActiveRecord::Model 2012-10-26 15:51:02 +01:00
aggregations_test.rb
ar_schema_test.rb
associations_test.rb
attribute_methods_test.rb Remove not used require and some useless test comments 2012-11-17 23:00:16 -02:00
autosave_association_test.rb Rename the partial_updates config to partial_writes 2012-10-19 16:45:41 +01:00
base_test.rb arel columns can be used for grouping so that "weird" column names are usable 2012-11-15 13:42:50 -08:00
batches_test.rb Remove extre count, preheat already happens during setup 2012-10-31 12:54:07 -02:00
binary_test.rb
bind_parameter_test.rb
calculations_test.rb Deprecate Relation#sum with a block. 2012-11-21 22:21:01 -02:00
callbacks_test.rb
clone_test.rb
column_alias_test.rb
column_definition_test.rb
column_test.rb Fix bug when Column is trying to type cast boolean values to integer. 2012-10-29 22:57:31 -02:00
connection_management_test.rb
connection_pool_test.rb
counter_cache_test.rb
custom_locking_test.rb
database_statements_test.rb
date_time_test.rb
defaults_test.rb Remove ActiveRecord::Model 2012-10-26 15:51:02 +01:00
deprecated_dynamic_methods_test.rb
dirty_test.rb Don't call will_change! for datetime nil->"". 2012-11-25 11:24:27 +00:00
dup_test.rb Call super to nullify the reference to the original errors object in the dup'ed object (call ActiveModel::Validations#initialize_dup). Closes #7291 2012-10-16 15:09:23 +02:00
explain_subscriber_test.rb
explain_test.rb Don't run explain on slow queries for database adapters that don't support it 2012-11-26 09:36:04 -06:00
finder_respond_to_test.rb
finder_test.rb Assert the query result instead of checking for nothing raised 2012-11-13 14:54:47 -02:00
fixtures_test.rb
forbidden_attributes_protection_test.rb
habtm_destroy_order_test.rb
helper.rb Fix typo in module name and make #in_time_zone private 2012-11-17 14:01:35 -02:00
hot_compatibility_test.rb
i18n_test.rb
inheritance_test.rb Remove ActiveRecord::Model 2012-10-26 15:51:02 +01:00
invalid_date_test.rb
invertible_migration_test.rb
json_serialization_test.rb
lifecycle_test.rb
locking_test.rb
log_subscriber_test.rb
migration_test.rb Move migration test together with other join table tests 2012-11-21 19:34:55 -02:00
migrator_test.rb
mixin_test.rb
modules_test.rb
multiparameter_attributes_test.rb
multiple_db_test.rb Remove ActiveRecord::Model 2012-10-26 15:51:02 +01:00
named_scope_test.rb
nested_attributes_test.rb Add test to avoid regression of 58e48d5292 2012-11-08 15:19:44 -02:00
persistence_test.rb AR::Base.becomes should not change the STI type 2012-11-17 16:45:23 +01:00
pooled_connections_test.rb Remove ActiveRecord::Model 2012-10-26 15:51:02 +01:00
primary_keys_test.rb Remove ActiveRecord::Model 2012-10-26 15:51:02 +01:00
query_cache_test.rb Fix #6951. Use query cache/uncache, when using not only database.yml but also DATABASE_URL. 2012-10-31 10:04:10 +09:00
quoting_test.rb
readonly_test.rb
reaper_test.rb
reflection_test.rb
relation_scoping_test.rb
relation_test.rb ActiveRecord::Relation#none! method. 2012-10-28 22:18:45 +01:00
relations_test.rb Ensure ordering to make the test pass with postgresql 2012-11-18 16:27:50 -02:00
reload_models_test.rb
sanitize_test.rb
schema_dumper_test.rb Use the MySQL varbinary type when appropriate in migrations. 2012-10-27 13:41:27 -04:00
serialization_test.rb include_root_in_json allows inheritance. 2012-10-31 00:08:36 +09:00
serialized_attribute_test.rb Fix attributes_before_type_cast for serialised attributes. 2012-10-31 13:16:44 +04:00
store_test.rb
test_case.rb
timestamp_test.rb
transaction_callbacks_test.rb
transaction_isolation_test.rb
transactions_test.rb frozen state should be restored after txn is aborted 2012-10-22 16:48:09 -07:00
unconnected_test.rb Remove ActiveRecord::Model 2012-10-26 15:51:02 +01:00
validations_repair_helper.rb
validations_test.rb
xml_serialization_test.rb
yaml_serialization_test.rb