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
Rafael Mendonça França bd09afb5fb Don't skip tests if we don't need to.
We can conditional define the tests depending on the adapter or
connection.

Lets keep the skip for fail tests that need to be fixed.
2013-11-08 13:59:07 -02:00
..
adapters Don't skip tests if we don't need to. 2013-11-08 13:59:07 -02:00
associations Fix wrong behavior where associations with dependent: :destroy options 2013-11-01 19:04:30 -02:00
attribute_methods
coders
connection_adapters
connection_specification
fixture_set
migration Don't skip tests if we don't need to. 2013-11-08 13:59:07 -02:00
relation Delegate #rewhere to all on the class like all other relation methods 2013-11-02 19:45:03 -07:00
scoping Don't skip tests if we don't need to. 2013-11-08 13:59:07 -02:00
tasks Don't skip tests if we don't need to. 2013-11-08 13:59:07 -02:00
validations Don't skip tests if we don't need to. 2013-11-08 13:59:07 -02:00
adapter_test.rb Don't skip tests if we don't need to. 2013-11-08 13:59:07 -02:00
aggregations_test.rb
ar_schema_test.rb
associations_test.rb
attribute_methods_test.rb Merge pull request #9860 from wangjohn/update_attributes_throws_error_with_nil 2013-09-24 11:56:50 -03:00
autosave_association_test.rb Squashed commit of the following: 2013-10-01 15:40:40 -07:00
base_test.rb Don't skip tests if we don't need to. 2013-11-08 13:59:07 -02:00
batches_test.rb
binary_test.rb
bind_parameter_test.rb Don't skip tests if we don't need to. 2013-11-08 13:59:07 -02:00
calculations_test.rb
callbacks_test.rb
clone_test.rb
column_alias_test.rb
column_definition_test.rb
column_test.rb prevent global timezone state from leaking out of test cases. 2013-10-25 14:40:57 +02:00
connection_management_test.rb Don't skip tests if we don't need to. 2013-11-08 13:59:07 -02:00
connection_pool_test.rb
core_test.rb
counter_cache_test.rb
custom_locking_test.rb
database_statements_test.rb
date_time_test.rb prevent global timezone state from leaking out of test cases. 2013-10-25 14:40:57 +02:00
defaults_test.rb
dirty_test.rb prevent time_zone_aware_attributes test leak. follow-up to #12633. 2013-10-25 17:05:41 +02:00
disconnected_test.rb Don't skip tests if we don't need to. 2013-11-08 13:59:07 -02:00
dup_test.rb Don't need to check if the scope respond to call 2013-08-31 14:53:28 -03:00
enum_test.rb bring back constant to expose the enum mapping as HWIA. 2013-11-06 15:27:33 +01:00
explain_subscriber_test.rb
explain_test.rb
finder_respond_to_test.rb Avoid compiling regexs in AR::Base.respond_to? 2013-08-21 18:18:26 -07:00
finder_test.rb prevent global timezone state from leaking out of test cases. 2013-10-25 14:40:57 +02:00
fixtures_test.rb Just change ENV and restore it afterwards. 2013-10-07 10:15:23 +02:00
forbidden_attributes_protection_test.rb Add regression test to #12343 2013-09-24 20:59:26 -03:00
habtm_destroy_order_test.rb
helper.rb Warnings removed for ruby trunk 2013-11-01 09:49:57 +01:00
hot_compatibility_test.rb
i18n_test.rb
inheritance_test.rb Port test from cf1904f to avoid future regression 2013-10-03 14:11:12 -04:00
integration_test.rb Respect cache timestamp format when giving timestamps to #cache_key 2013-11-04 13:11:51 -02:00
invalid_connection_test.rb
invalid_date_test.rb
invertible_migration_test.rb
json_serialization_test.rb
locking_test.rb Deprecate unused quoted_locking_column method. 2013-09-24 21:56:52 +09:00
log_subscriber_test.rb Don't skip tests if we don't need to. 2013-11-08 13:59:07 -02:00
migration_test.rb Don't skip tests if we don't need to. 2013-11-08 13:59:07 -02:00
migrator_test.rb
mixin_test.rb
modules_test.rb add missing require 2013-10-02 17:04:02 -07:00
multiparameter_attributes_test.rb Don't skip tests if we don't need to. 2013-11-08 13:59:07 -02:00
multiple_db_test.rb
nested_attributes_test.rb
nested_attributes_with_callbacks_test.rb Use assert_not rather than refute 2013-08-12 15:21:21 +02:00
persistence_test.rb
pooled_connections_test.rb
primary_keys_test.rb Don't skip tests if we don't need to. 2013-11-08 13:59:07 -02:00
query_cache_test.rb
quoting_test.rb prevent global timezone state from leaking out of test cases. 2013-10-25 14:40:57 +02:00
readonly_test.rb
reaper_test.rb
reflection_test.rb scope_chain should not be mutated for other reflections 2013-10-14 11:59:59 -04:00
relation_test.rb Merge pull request #12129 from Empact/deprecate-array-bang-delegation 2013-09-12 21:36:00 -03:00
relations_test.rb Fix order dependent tests 2013-10-22 11:35:33 -02:00
reload_models_test.rb
result_test.rb
sanitize_test.rb Process sub-query relation's binding values 2013-10-20 21:07:07 +03:00
schema_dumper_test.rb Don't skip tests if we don't need to. 2013-11-08 13:59:07 -02:00
serialization_test.rb
serialized_attribute_test.rb prevent global timezone state from leaking out of test cases. 2013-10-25 14:40:57 +02:00
statement_cache_test.rb
store_test.rb stored_attributes need to be specific to a subclass. 2013-10-25 08:35:35 +02:00
test_case.rb
timestamp_test.rb
transaction_callbacks_test.rb
transaction_isolation_test.rb Don't skip tests if we don't need to. 2013-11-08 13:59:07 -02:00
transactions_test.rb Don't skip tests if we don't need to. 2013-11-08 13:59:07 -02:00
unconnected_test.rb
validations_repair_helper.rb
validations_test.rb
xml_serialization_test.rb prevent global timezone state from leaking out of test cases. 2013-10-25 14:40:57 +02:00
yaml_serialization_test.rb prevent global timezone state from leaking out of test cases. 2013-10-25 14:40:57 +02:00