rails/activerecord/test/cases
Guo Xiang Tan 9896c5fba9 Allow postgresql enum_test to be run in random order.
Creating and dropping similar tables within the same connection causes postgresql to look up old values in the cache of tables which have already been dropped.
2014-04-01 21:34:11 -07:00
..
adapters Allow postgresql enum_test to be run in random order. 2014-04-01 21:34:11 -07:00
associations Merge pull request #14546 from eileencodes/fix_delete_all_to_not_use_IN_statement 2014-03-31 19:09:32 -07:00
attribute_methods initialize generated modules on inclusion and on inheritence 2013-07-02 17:11:35 -07:00
coders Remove all error masking when decoding serialized data fails? 2013-04-02 11:45:14 -04:00
connection_adapters Reap connections based on owning-thread death 2014-03-18 10:33:00 +10:30
connection_specification Allow "url" sub key in database.yml configuration 2013-12-30 12:21:14 -05:00
fixture_set Introduce a context for rendering fixtures ERB. 2013-12-03 02:52:26 -05:00
migration Use teardown helper method. 2014-03-14 20:48:59 -07:00
relation use ARel factory methods for building AST nodes 2014-03-24 17:24:20 -07:00
scoping do not rely on method_missing hitting arel 2014-03-24 17:38:18 -07:00
tasks create/drop test and development databases only if RAILS_ENV is nil 2014-01-08 14:37:07 +01:00
validations Use teardown helper method. 2014-03-14 20:48:59 -07:00
adapter_test.rb Add a test case for save(validate:false) with invalid foreign key. 2014-03-27 00:10:20 -03:00
aggregations_test.rb Removed unnecessary class 2013-04-06 02:17:38 +05:30
ar_schema_test.rb Use teardown helper method. 2014-03-14 20:48:59 -07:00
associations_test.rb Calling reset on a collection association should unload the assocation 2014-01-21 18:24:28 -08:00
attribute_methods_test.rb Use teardown helper method. 2014-03-14 20:48:59 -07:00
autosave_association_test.rb Revert "Merge pull request #8313 from alan/only_save_changed_has_one_objects" 2014-03-25 15:09:48 -03:00
base_test.rb Ensure we are returning either true or false for #== 2014-03-29 04:34:20 -07:00
batches_test.rb Return sized enumerator from Batches#find_each 2014-02-05 16:53:02 -05:00
binary_test.rb Use Encoding::UTF_8 constant 🚯 2013-01-28 17:06:02 +09:00
bind_parameter_test.rb Merge pull request #14524 from tgxworld/fix_unsubscribe_from_notifications 2014-03-29 14:53:29 +01:00
calculations_test.rb Ensure AR #second, #third, etc. finders work through associations 2014-01-21 19:35:27 -05:00
callbacks_test.rb callbacks are wrapped with lambdas 2013-05-10 10:13:21 -07:00
clone_test.rb Fix freeze applying to cloned objects 2013-04-15 19:57:28 -04:00
column_alias_test.rb please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
column_definition_test.rb PostgreSQL determine Column#type through corresponding OID. #7814 2014-04-01 09:54:32 +02:00
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 set encoding to binmode for pipe 2014-01-17 16:49:10 -05:00
connection_pool_test.rb test should only pass if the pool.size+1 checkout fails 2014-03-17 17:37:05 -07:00
core_test.rb Extract AR::Core#inspect and AR::Core.inspect's test code from base_test.rb 2013-05-22 02:24:37 +09:00
counter_cache_test.rb Refactor AR's counter_cache_test.rb test 2013-05-23 01:28:04 +09:00
custom_locking_test.rb Deprecate ActiveRecord::Base.scoped. 2012-07-27 17:27:47 +01:00
database_statements_test.rb please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
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 Use teardown helper method. 2014-03-14 20:48:59 -07:00
dirty_test.rb Add integration test for #12459 2013-12-05 21:32:51 -02:00
disconnected_test.rb Use teardown helper method. 2014-03-14 20:48:59 -07: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 Fix a bug affecting validations of enum attributes 2014-02-27 23:54:49 +02:00
explain_subscriber_test.rb Use teardown helper method. 2014-03-14 20:48:59 -07:00
explain_test.rb Remove unused return value, because collecting_queries_for_explain isn't public API. 2013-03-06 00:35:55 +09:00
finder_respond_to_test.rb Fixed a bug in AR::Base#respond_to? 2014-01-29 10:53:48 -08:00
finder_test.rb Add test for deprecation warning for passing an AR object to find. 2014-03-13 16:10:04 -03:00
fixtures_test.rb Extend fixture label replacement to allow string interpolation 2014-03-15 22:11:36 -04:00
forbidden_attributes_protection_test.rb Add regression test to #12343 2013-09-24 20:59:26 -03:00
habtm_destroy_order_test.rb Destroy association habtm record before destroying the record itself. Fixes issue #402. 2011-07-08 22:26:54 +01:00
helper.rb Refactor test to use DdlHelper. 2014-03-29 09:43:19 -07:00
hot_compatibility_test.rb recover from test runs that leave the database in a bad state 2014-01-13 15:02:28 -08:00
i18n_test.rb please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
inheritance_test.rb Use teardown helper method. 2014-03-14 20:48:59 -07:00
integration_test.rb Fix test for cache_key + touched 2014-01-16 09:05:55 -02:00
invalid_connection_test.rb Use teardown helper method. 2014-03-14 20:48:59 -07:00
invalid_date_test.rb Remove unused assignments from activerecord tests 2012-04-29 10:02:58 -07:00
invertible_migration_test.rb Use teardown helper method. 2014-03-14 20:48:59 -07:00
json_serialization_test.rb rewrite tests to have no side-effects on include_root_in_json. 2013-03-04 21:18:40 +01:00
locking_test.rb Correctly send the string given to lock! and reload(:lock) to the lock scope - fixes #13788 2014-01-29 12:37:00 -03: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 Use teardown helper method. 2014-03-14 20:48:59 -07:00
migrator_test.rb Use teardown helper method. 2014-03-14 20:48:59 -07:00
mixin_test.rb Remove automatic removal of Date/Time stubs after each test case 2014-01-30 10:17:48 -02:00
modules_test.rb Use teardown helper method. 2014-03-14 20:48:59 -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 Deprecate use of string in establish_connection as connection lookup 2013-12-24 10:18:54 +01:00
nested_attributes_test.rb Remove extra indirection for testing exceptions and messages 2014-03-20 08:40:32 -03:00
nested_attributes_with_callbacks_test.rb Use assert_not rather than refute 2013-08-12 15:21:21 +02:00
persistence_test.rb Change usec to 0 on tests that compare seconds 2014-03-12 11:52:39 -04:00
pooled_connections_test.rb Use teardown helper method. 2014-03-14 20:48:59 -07:00
primary_keys_test.rb docs, AR already auto-detects primary keys. Closes #13946. [ci skip] 2014-02-05 08:52:59 +01:00
query_cache_test.rb Make select_all on query cache accept a Relation without binds. 2014-03-13 15:01:37 -04:00
quoting_test.rb prevent global timezone state from leaking out of test cases. 2013-10-25 14:40:57 +02:00
readonly_test.rb implicit_readonly is being removed in favor of calling readonly explicitly 2013-05-27 21:07:39 +02:00
reaper_test.rb Reap connections based on owning-thread death 2014-03-18 10:33:00 +10:30
reflection_test.rb scope_chain should not be mutated for other reflections 2013-10-14 11:59:59 -04:00
relation_test.rb Improve tests to use only public API 2013-12-31 21:04:11 -02:00
relations_test.rb where.not adds references for includes. 2014-03-17 14:20:23 +01:00
reload_models_test.rb Revert "Merge pull request #8989 from robertomiranda/use-rails-4-find-by" 2013-01-18 09:15:19 -05:00
result_test.rb Return sized enumerator from Batches#find_each 2014-02-05 16:53:02 -05:00
sanitize_test.rb add activerecord test coverage for sanitize_sql_array 2014-02-09 12:05:42 +00:00
schema_dumper_test.rb register OID for PostgreSQL citex datatype [Troy Kruthoff & Lachlan Sylvester] 2014-03-11 08:14:03 +11:00
serialization_test.rb ActiveRecord::Base.include_root_in_json is false by default. 2013-03-04 21:18:40 +01:00
serialized_attribute_test.rb Use teardown helper method. 2014-03-14 20:48:59 -07:00
statement_cache_test.rb cleanup statement cache test 2013-04-11 18:08:46 +05:30
store_test.rb Aesthetic 2014-01-29 20:48:43 -02:00
test_case.rb refactor assert_sql query to reuse capture_sql 2014-03-31 22:56:39 -04:00
timestamp_test.rb Merge pull request #14469 from tiegz/timestamp_inheritance_fix 2014-03-27 18:18:45 -03:00
transaction_callbacks_test.rb Make sure transaction state resets after commit 2014-02-03 15:49:48 -05:00
transaction_isolation_test.rb Deprecate use of string in establish_connection as connection lookup 2013-12-24 10:18:54 +01:00
transactions_test.rb AR .persisted? throws SystemStackError for an unsaved model with a 2014-03-27 15:01:31 -03:00
unconnected_test.rb Use teardown helper method. 2014-03-14 20:48:59 -07:00
validations_repair_helper.rb The repair_validations helper was not working correctly before because 2013-03-19 12:23:20 -04:00
validations_test.rb ActiveRecord/ActiveModel '#validate' alias for 'valid?' 2014-03-27 17:56:14 +01:00
xml_serialization_test.rb require dependency to execute a single test from xml_serialization_test 2014-03-27 12:00:10 +01:00
yaml_serialization_test.rb Add test for ActiveRecord::Relation YAML serialization, for #5303 issue 2013-11-03 21:35:44 +07:00