rails/activerecord/test/cases
Jon Leighton 9e4c41c903 Remove ActiveRecord::Model
In the end I think the pain of implementing this seamlessly was not
worth the gain provided.

The intention was that it would allow plain ruby objects that might not
live in your main application to be subclassed and have persistence
mixed in. But I've decided that the benefit of doing that is not worth
the amount of complexity that the implementation introduced.
2012-10-26 15:51:02 +01:00
..
adapters Remove ActiveRecord::Model 2012-10-26 15:51:02 +01:00
associations Merge pull request #7887 from senny/remove_unused_requires_in_ar_tests 2012-10-10 13:42:33 -07:00
attribute_methods Remove ActiveRecord::Model 2012-10-26 15:51:02 +01:00
coders ActiveRecord::Coders::YAMLColumn#dump should raise an error 2012-03-26 21:57:39 +02:00
connection_adapters Remove ActiveRecord::Model 2012-10-26 15:51:02 +01:00
connection_specification fixed support for DATABASE_URL for rake db tasks 2012-09-11 20:40:13 -07:00
fixture_set Move/rename files to follow naming conventions 2012-10-07 20:43:18 +02:00
migration Cleanup trailing whitespaces 2012-10-12 09:56:39 +02:00
relation fix querying with an empty hash 2012-09-19 15:57:22 +02:00
tasks Style: remove hash noise 2012-09-21 12:08:02 -07:00
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 fix order dependent test in AggregationsTest 2012-08-26 16:32:08 -05:00
ar_schema_test.rb Call methods on the correct instance in AR::Schema.define 2012-05-16 15:19:59 -07:00
associations_test.rb Add CollectionProxy#scope 2012-08-01 23:19:52 +01:00
attribute_methods_test.rb Revert "Key the attributes hash with symbols" 2012-10-12 11:49:13 +01:00
autosave_association_test.rb Rename the partial_updates config to partial_writes 2012-10-19 16:45:41 +01:00
base_test.rb Remove ActiveRecord::Model 2012-10-26 15:51:02 +01:00
batches_test.rb Fix test_find_in_batches_should_use_any_column_as_primary_key 2012-09-22 10:57:54 -03:00
binary_test.rb Added test to illustrate bad binary blobs. 2012-01-31 13:45:00 -06:00
bind_parameter_test.rb fix todo: use minitest skip instead of return nil 2012-05-13 02:27:52 -05:00
calculations_test.rb remove unused variables. Oops! 2012-10-17 15:55:30 -07:00
callbacks_test.rb Fix collisions with before and after validation callbacks. 2012-09-23 12:53:50 -06: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 Add uuid type support to PostgreSQL adapter 2012-06-14 17:44:51 +04:00
column_test.rb fix quoting for ActiveSupport::Duration instances 2012-07-04 22:39:16 -05:00
connection_management_test.rb database connections are automatically established after forking. 2012-02-16 14:33:38 -08:00
connection_pool_test.rb ConnectionPool, unify exceptions, ConnectionTimeoutError 2012-09-11 10:38:27 -04:00
counter_cache_test.rb Fix reset_counters() crashing on has_many :through associations. 2012-10-02 23:49:32 +08: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 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 Remove ActiveRecord::Model 2012-10-26 15:51:02 +01:00
deprecated_dynamic_methods_test.rb Remove mass assignment security from ActiveRecord 2012-09-16 23:58:19 -05:00
dirty_test.rb Rename the partial_updates config to partial_writes 2012-10-19 16:45:41 +01: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 Don't explain except normal CRUD sql. 2012-09-17 00:22:34 +09:00
explain_test.rb Remove ActiveRecord::Base.to_a 2012-08-03 11:51:52 +01:00
finder_respond_to_test.rb made dynamic finders alias_attribute aware 2012-06-22 16:44:01 +02:00
finder_test.rb Raise MissingAttributeError on query methods 2012-09-08 17:40:01 -04:00
fixtures_test.rb Rename "Fixtures" class to "FixtureSet" 2012-10-07 19:15:58 +02:00
forbidden_attributes_protection_test.rb Remove mass_assignment_options from ActiveRecord 2012-09-16 23:59:05 -05: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 Rename "Fixtures" class to "FixtureSet" 2012-10-07 19:15:58 +02:00
hot_compatibility_test.rb Add an explicit test for hot compatibility 2012-09-28 18:08:14 +01: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 Remove ActiveRecord::Model 2012-10-26 15:51:02 +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 Fix serializable_hash with xml generation and default :except option 2012-06-22 08:28:26 -03:00
lifecycle_test.rb Build fix for observed_classes 2012-04-30 11:03:25 +05:30
locking_test.rb Use a model without counter cache to test read-only attributes 2012-08-21 15:47:02 -03:00
log_subscriber_test.rb Remove ActiveRecord::Base.to_a 2012-08-03 11:51:52 +01:00
migration_test.rb fix test :/ 2012-10-19 15:17:06 +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 Deprecate ActiveRecord::Base.scoped. 2012-07-27 17:27:47 +01:00
multiparameter_attributes_test.rb Remove unneeded require 2012-10-06 19:31:57 -03:00
multiple_db_test.rb Remove ActiveRecord::Model 2012-10-26 15:51:02 +01:00
named_scope_test.rb Remove ActiveRecord::Base.to_a 2012-08-03 11:51:52 +01:00
nested_attributes_test.rb gradually moving documentation to new hash syntax 2012-10-10 10:54:31 +02:00
persistence_test.rb Remove mass_assignment_options from ActiveRecord 2012-09-16 23:59:05 -05: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 Cleanup trailing whitespaces 2012-10-12 09:56:39 +02:00
quoting_test.rb fix quoting for ActiveSupport::Duration instances 2012-07-04 22:39:16 -05:00
readonly_test.rb Remove ActiveRecord::Base.to_a 2012-08-03 11:51:52 +01:00
reaper_test.rb ConnectionPool wait_timeout no longer used for different types of timeouts. #6441 2012-05-23 12:08:11 -04:00
reflection_test.rb remove duplicated require statements in AR test cases 2012-10-09 21:33:54 +02:00
relation_scoping_test.rb Remove ActiveRecord::Base.to_a 2012-08-03 11:51:52 +01:00
relation_test.rb Merge pull request #6606 from amatsuda/ar_relation_model_method 2012-08-21 14:43:19 -07:00
relations_test.rb nodoc the first_or_create methods and document alternatives 2012-10-19 15:56:18 +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 use setup for setting up the test 2012-10-15 14:22:15 -07:00
serialization_test.rb Move test to the correct file 2012-08-26 02:40:38 -03:00
serialized_attribute_test.rb Add test to ensure that save will raise SerializationTypeMismatch if the 2012-08-26 03:56:19 -03:00
store_test.rb fix warning: method redefined 2012-10-02 13:32:54 -03:00
test_case.rb load active_support/deprecation in active_support/rails 2012-08-02 21:59:23 +02:00
timestamp_test.rb Use method compilation for association methods 2012-08-10 23:28:08 +01:00
transaction_callbacks_test.rb Fix test 2012-09-15 00:41:56 +01:00
transaction_isolation_test.rb Skip tests for non-supported isolation levels 2012-09-26 04:29:25 +09:00
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 Remove mass assignment security from ActiveRecord 2012-09-16 23:58:19 -05:00
xml_serialization_test.rb Fix AR tests due to builder change with nil values / empty strings 2012-09-07 13:31:28 -03:00
yaml_serialization_test.rb No need to require psych since require yaml does that. 2012-01-04 14:29:13 -03:00