rails/activerecord/test/cases
2012-01-31 13:45:00 -06: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 please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
connection_adapters connection specification will deep copy the config 2011-12-30 15:35:21 -08:00
connection_specification Support establishing connection on ActiveRecord::Model. 2011-12-28 18:27:41 +00:00
fixtures Fix a couple of helper requires that were missed. This was causing the tests to fail to run on 1.8.7. 2011-06-07 08:35:55 +01:00
identity_map use Rack::BodyProxy in activerecord middlewares 2012-01-16 14:36:41 +03:00
migration Add create_join_table migration helper to create HABTM join tables 2012-01-27 15:34:53 -02:00
session_store test a subclass so that the removed method does not imact other tests 2012-01-05 17:05:43 -08:00
validations validate related records in the same validation context as parent. 2012-01-17 01:40:17 -03:00
adapter_test.rb Fix CI 2011-12-28 23:08:40 +00:00
aggregations_test.rb please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
ar_schema_test.rb please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
associations_test.rb Deprecate inferred JOINs with includes + SQL snippets. 2012-01-16 21:32:12 +00:00
attribute_methods_test.rb Test that #[] and #[]= keep working when #read_attribute and #write_attribute are overridden 2012-01-11 09:57:21 +00:00
autosave_association_test.rb call super 2012-01-04 16:21:16 -08:00
base_test.rb Merge pull request #4742 from petervandenabeele/master 2012-01-31 10:55:00 -08:00
batches_test.rb Sort here to make sure the order is ok. 2011-09-05 12:49:34 +05:30
binary_test.rb Added test to illustrate bad binary blobs. 2012-01-31 13:45:00 -06:00
bind_parameter_test.rb please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
calculations_test.rb Deprecate inferred JOINs with includes + SQL snippets. 2012-01-16 21:32:12 +00:00
callbacks_test.rb Deprecate set_table_name in favour of self.table_name= or defining your own method. 2011-11-29 20:13:36 +00:00
clone_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_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 Create an AbstractMysqlAdapter to abstract the common code between MysqlAdapter and Mysql2Adapter. 2011-08-29 12:43:39 +01:00
column_test.rb on and ON are type casted to a true boolean column 2012-01-11 23:20:13 -02:00
connection_management_test.rb use Rack::BodyProxy in activerecord middlewares 2012-01-16 14:36:41 +03:00
connection_pool_test.rb actually disconnect from the database at the end of each test 2012-01-03 11:06:27 -08:00
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 please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07: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 please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
defaults_test.rb please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
deprecated_finder_test.rb please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
dirty_test.rb please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
dup_test.rb Fixed after_initialize callbacks call on AR model #dup 2012-01-07 11:11:04 +02:00
dynamic_finder_match_test.rb please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
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 please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
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 Destroy association habtm record before destroying the record itself. Fixes issue #402. 2011-07-08 22:26:54 +01:00
helper.rb Remove deprecation warnings from tests 2012-01-31 14:22:58 -02: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
identity_map_test.rb Revert "Merge pull request #4746 from jenslukowski/issue4718" 2012-01-31 11:34:15 -08:00
inclusion_test.rb Support establishing connection on ActiveRecord::Model. 2011-12-28 18:27:41 +00:00
inheritance_test.rb Support establishing connection on ActiveRecord::Model. 2011-12-28 18:27:41 +00:00
invalid_date_test.rb Changed a few instances of of words in the API docs written in British English to 2011-07-24 10:21:42 +00:00
invertible_migration_test.rb migrate(:down) method with table_name_prefix 2012-01-11 00:35:06 +09:00
json_serialization_test.rb please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
lifecycle_test.rb Allow ActiveRecord observers to be disabled. 2011-08-12 20:48:44 -07:00
locking_test.rb Add ActiveRecord::Base#with_lock 2012-01-18 23:23:41 +01:00
log_subscriber_test.rb remove more uses of deprecated logger methods 2011-12-19 21:05:28 -08:00
mass_assignment_security_test.rb added failing tests for has_many, has_one and belongs_to associations with strict mass assignment sanitizer, fixed build_record to not merge creation_attributes, removed failing nested attributes tests (that feature was broken anyway) #4051 2011-12-21 21:10:15 +01:00
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 please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
modules_test.rb Deprecate inferred JOINs with includes + SQL snippets. 2012-01-16 21:32:12 +00:00
multiple_db_test.rb pools are 1:1 with spec now rather than 1:1 with class 2011-11-28 15:23:25 -08:00
named_scope_test.rb remove requires of core_ext/array/random_access that no longer exists 2011-12-21 19:19:19 +03:00
nested_attributes_test.rb added failing tests for has_many, has_one and belongs_to associations with strict mass assignment sanitizer, fixed build_record to not merge creation_attributes, removed failing nested attributes tests (that feature was broken anyway) #4051 2011-12-21 21:10:15 +01:00
persistence_test.rb Raise error when using write_attribute with a non-existent attribute. 2011-09-13 00:01:58 +01:00
pooled_connections_test.rb Fix CI 2011-12-28 23:08:40 +00:00
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 use Rack::BodyProxy in activerecord middlewares 2012-01-16 14:36:41 +03:00
quoting_test.rb please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
readonly_test.rb please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
reaper_test.rb rename start to run and use Thread.pass rather than sleeping to schedule the watchdog 2011-12-30 16:10:53 -08:00
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 Added none query method to return zero records. 2012-01-31 19:50:09 +01:00
reload_models_test.rb please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
sanitize_test.rb please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
schema_dumper_test.rb Try to create schema migrations table in schema dumper test 2012-01-16 04:25:55 +01:00
serialization_test.rb Replaced all 'for' loops with Enumerable#each 2012-01-30 03:15:49 +08:00
store_test.rb Fix typo 2011-11-30 23:18:40 +00:00
test_case.rb Moving AR::TestCase in to the AR tests directory 2012-01-24 12:01:52 -08:00
timestamp_test.rb Allow instances to disable record_timestamps 2011-10-26 18:20:12 +01:00
transaction_callbacks_test.rb Deprecate set_table_name in favour of self.table_name= or defining your own method. 2011-11-29 20:13:36 +00:00
transactions_test.rb Automatic closure of connections in threads is deprecated. For example 2011-11-29 15:04:41 -08:00
unconnected_test.rb Support establishing connection on ActiveRecord::Model. 2011-12-28 18:27:41 +00:00
validations_repair_helper.rb Simplify repair_validations on AR and make it work with new callbacks. 2010-01-01 03:20:38 +01:00
validations_test.rb Deprecate set_table_name in favour of self.table_name= or defining your own method. 2011-11-29 20:13:36 +00:00
xml_serialization_test.rb Move to_xml tests to xml_serialization_test.rb 2011-07-17 11:34:07 -07:00
yaml_serialization_test.rb No need to require psych since require yaml does that. 2012-01-04 14:29:13 -03:00