rails/activerecord/test/cases
2012-04-30 09:45:00 -07:00
..
adapters Merge pull request #5698 from dougcole/support_postgresql_partitioning 2012-04-27 08:50:07 -07:00
associations Remove unused assignments from activerecord tests 2012-04-29 10:02:58 -07:00
attribute_methods Deprecate Column#type_cast_code 2012-03-29 23:04:51 -03:00
coders ActiveRecord::Coders::YAMLColumn#dump should raise an error 2012-03-26 21:57:39 +02:00
connection_adapters Add support schema cache dump and load. 2012-03-01 00:52:04 +09: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
migration remove calls to find(:first), find(:last) and find(:all) 2012-04-26 18:32:55 +01: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 remove deprecated calls 2012-04-27 14:28:36 +01: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 find and replace deprecated keys 2012-04-27 12:37:21 +01:00
attribute_methods_test.rb Remove unused assignments from activerecord tests 2012-04-29 10:02:58 -07:00
autosave_association_test.rb find and replace deprecated keys 2012-04-27 12:37:21 +01:00
base_test.rb removed deprecation warnings 2012-04-28 10:55:11 +07:00
batches_test.rb remove deprecated #find_in_batches calls 2012-04-26 18:04:41 +01:00
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 Add ActiveRecord::Base#ids 2012-04-30 09:45:00 -07: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 PG column consults oid types when typecasting 2012-02-10 16:06:39 -08: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 database connections are automatically established after forking. 2012-02-16 14:33:38 -08:00
connection_pool_test.rb opening a connection will block if the pool is full 2012-04-15 18:13:15 -07: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 remove deprecated calls 2012-04-27 14:28:36 +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 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
dirty_test.rb remove deprecate #update_all usage 2012-04-26 13:29:48 +01: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 Add dynamic find_or_create_by_{attribute}! method. 2012-03-12 14:16:19 +00:00
explain_subscriber_test.rb let automatic EXPLAIN ignore CACHE notifications 2012-02-03 16:10:39 -08:00
explain_test.rb Fix build. It seems that the Mocha's behavior were changed. 2012-04-25 01:31:26 +09:00
finder_respond_to_test.rb Add dynamic find_or_create_by_{attribute}! method. 2012-03-12 14:16:19 +00:00
finder_test.rb remove deprecated calls 2012-04-27 14:28:36 +01:00
fixtures_test.rb remove calls to find(:first), find(:last) and find(:all) 2012-04-26 18:32:55 +01: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 fix tests for SQLite3Adapter 2012-04-27 13:31:37 +07: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
inclusion_test.rb Support establishing connection on ActiveRecord::Model. 2011-12-28 18:27:41 +00:00
inheritance_test.rb remove deprecated calls 2012-04-27 14:28:36 +01:00
invalid_date_test.rb Remove unused assignments from activerecord tests 2012-04-29 10:02:58 -07: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 Build fix for observed_classes 2012-04-30 11:03:25 +05:30
locking_test.rb removed deprecation warnings 2012-04-28 10:55:11 +07:00
log_subscriber_test.rb Remove IdentityMap 2012-03-13 20:08:54 -03: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
migration_test.rb remove calls to find(:first), find(:last) and find(:all) 2012-04-26 18:32:55 +01: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 remove deprecated calls 2012-04-27 14:28:36 +01:00
multiple_db_test.rb Fix GH #5399. connection_pools's keys are ActiveRecord::Base::ConnectionSpecification objects. 2012-03-14 02:11:40 +09:00
named_scope_test.rb find and replace deprecated keys 2012-04-27 12:37:21 +01:00
nested_attributes_test.rb Nested attribute setters can be overridden. 2012-03-28 19:08:31 -04:00
persistence_test.rb Remove unused assignments from activerecord tests 2012-04-29 10:02:58 -07:00
pooled_connections_test.rb Fix CI 2011-12-28 23:08:40 +00:00
primary_keys_test.rb fix build 5001, model reply is required in cases/primary_keys_test too! 2012-02-12 14:02:24 +05:30
query_cache_test.rb remove calls to find(:first), find(:last) and find(:all) 2012-04-26 18:32:55 +01: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 remove calls to find(:first), find(:last) and find(:all) 2012-04-26 18:32:55 +01: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 remove calls to find(:first), find(:last) and find(:all) 2012-04-26 18:32:55 +01:00
relation_scoping_test.rb %s/find(:\(first\|last\|all\), \([^()]*\))/scoped(\2).\1/gcI amongst other things 2012-04-27 11:42:50 +01:00
relation_test.rb fix interpolation for hash merging 2012-04-25 15:45:06 +01:00
relations_test.rb find and replace deprecated keys 2012-04-27 12:37:21 +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 Address the dump file format for hstore 2012-03-15 14:12:47 -04:00
serialization_test.rb Replaced all 'for' loops with Enumerable#each 2012-01-30 03:15:49 +08:00
store_test.rb Allow store to be a not null column. 2012-02-02 18:57:15 +00:00
test_case.rb Get ActiveRecord::TestCase back on its feet, despite deprecation. It requires SQLCounter which was moved to AR internal tests only. 2012-02-05 23:09:09 -07: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 remove tests for #with_scope (it's now deprecated) 2012-04-25 17:52:28 +01: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