rails/activerecord/test/cases
Rafael Mendonça França b4615ff979 Add test to ensure that save will raise SerializationTypeMismatch if the
serialized attribute value is not from the same class
2012-08-26 03:56:19 -03:00
..
adapters Rename to test_mysql_strict_mode_disabled_dont_override_global_sql_mode 2012-08-22 00:56:23 +09:00
associations Use inversed parent for first and last child of has_many association 2012-08-18 18:11:28 +04:00
attribute_methods removes usage of Object#in? from the code base (the method remains defined by Active Support) 2012-08-06 00:30:02 +02:00
coders ActiveRecord::Coders::YAMLColumn#dump should raise an error 2012-03-26 21:57:39 +02:00
connection_adapters Simplify AR configuration code. 2012-06-15 19:15:36 +01:00
connection_specification The resolver tests fail if the mysql gem is not installed; this breaks 2012-06-03 17:24:17 -07: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 column default extraction should handle newlines. 2012-08-17 10:21:35 -07:00
relation predicate builder should not recurse for determining where columns. 2012-05-30 15:09:13 -07:00
tasks Merge pull request #7196 from rimidl/fix-incorrect-require-mysql-in-mysql_rake_test 2012-07-29 11:15:13 -07:00
validations Merge pull request #6827 from zephyr-dev/master 2012-07-27 11:02:29 -07:00
adapter_test.rb Fix CI 2011-12-28 23:08:40 +00:00
aggregations_test.rb Revert "Removing composed_of from ActiveRecord." 2012-07-27 19:25:14 -03: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 Move the serialized attribute tests to their own file 2012-08-26 03:56:18 -03:00
autosave_association_test.rb Deprecate ActiveRecord::Base.scoped. 2012-07-27 17:27:47 +01:00
base_test.rb Move the serialized attribute tests to their own file 2012-08-26 03:56:18 -03:00
batches_test.rb Remove ActiveRecord::Base.to_a 2012-08-03 11:51:52 +01: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 ActiveRecord::Base.to_a 2012-08-03 11:51:52 +01:00
callbacks_test.rb + ActiveRecord::Base#destroy! 2012-06-06 13:27:51 -04: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 Remove warnings and unused code 2012-06-11 22:07:37 -03:00
counter_cache_test.rb reset_counters() was crashing when there were multiple belongs_to associations with the same foreign key. 2012-08-21 14:10:11 -03: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 removes usage of Object#in? from the code base (the method remains defined by Active Support) 2012-08-06 00:30:02 +02:00
deprecated_dynamic_methods_test.rb Renaming active_record_deprecated_finders to activerecord-deprecated_finders 2012-08-17 10:21:52 +01:00
dirty_test.rb Revert "Remove update_attribute." 2012-08-25 23:02:30 -03:00
dup_test.rb Fixed after_initialize callbacks call on AR model #dup 2012-01-07 11:11:04 +02:00
explain_subscriber_test.rb explain listener does not care about time, so use evented listener 2012-06-20 14:20:55 -07: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 Remove ActiveRecord::Base.to_a 2012-08-03 11:51:52 +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 Remove the dependent_restrict_raises option. 2012-08-10 17:45:06 +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
inclusion_test.rb Make ActiveRecord::Model::DeprecationProxy work better 2012-08-03 19:36:37 +01:00
inheritance_test.rb Remove ActiveRecord::Base.to_a 2012-08-03 11:51:52 +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
mass_assignment_security_test.rb Renaming active_record_deprecated_finders to activerecord-deprecated_finders 2012-08-17 10:21:52 +01:00
migration_test.rb Use . instead of :: for class methods, add CHANGELOG entries 2012-06-10 11:38:37 +02: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
multiple_db_test.rb Use method compilation for association methods 2012-08-10 23:28:08 +01:00
named_scope_test.rb Remove ActiveRecord::Base.to_a 2012-08-03 11:51:52 +01:00
nested_attributes_test.rb allow to pass Symbol or Proc into :limit option of #accepts_nested_attributes_for 2012-08-26 03:02:05 +03:00
persistence_test.rb Revert "Remove update_attribute." 2012-08-25 23:02:30 -03:00
pooled_connections_test.rb ConnectionPool wait_timeout no longer used for different types of timeouts. #6441 2012-05-23 12:08:11 -04: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 Restore connection_id on error. 2012-07-23 00:46:00 +09: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 Revert "Remove :finder_sql, :counter_sql, :insert_sql, :delete_sql." 2012-08-01 19:46:31 +01: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 Model.select takes a variable list of arguments. 2012-08-23 13:51:10 -05: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 Merge pull request #4396 from kennyj/fix_4259 2012-06-20 14:08:23 -03: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 Use instance_accessor: false instead of instance_writer. 2012-08-21 23:40:28 +09: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 Merge pull request #5535 from markmcspadden/issue_5527_rollbacks 2012-05-16 16:06:49 -07:00
transactions_test.rb removing dead code 2012-08-20 16:12:59 -07: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 Remove ActiveRecord::Base.to_a 2012-08-03 11:51:52 +01:00
yaml_serialization_test.rb No need to require psych since require yaml does that. 2012-01-04 14:29:13 -03:00