rails/activerecord/test/cases
Aaron Patterson 914a45b5fe Merge pull request #19423 from yuroyoro/fix_performance_regression_of_preloading_has_many_through_relation
Fix #12537 performance regression when preloading has_many_through association
2015-12-18 18:46:14 -08:00
..
adapters Handle specified schemas when removing a Postgres index 2015-12-18 10:07:10 +00:00
associations Merge pull request #19423 from yuroyoro/fix_performance_regression_of_preloading_has_many_through_relation 2015-12-18 18:46:14 -08:00
attribute_methods Attribute assignment and type casting has nothing to do with columns 2015-01-31 19:42:38 -07:00
coders Remove all error masking when decoding serialized data fails? 2013-04-02 11:45:14 -04:00
connection_adapters Remove legacy mysql adapter 2015-12-17 15:54:57 +00:00
connection_specification Complete change of sqlite3:/// path handling 2014-04-03 01:41:34 +10:30
fixture_set Merge pull request #20574 from repinel/fix-db-fixtures-load 2015-09-30 11:06:41 +02:00
migration Merge pull request #19456 from greysteil/index-exists-behaviour 2015-12-18 14:13:46 +10:30
relation Ensure Relation responds to shuffle 2015-12-01 16:41:50 -07:00
scoping Removed mocha from Active Record Part 1 2015-08-25 22:07:25 +05:30
tasks Remove legacy mysql adapter 2015-12-17 15:54:57 +00:00
type skipped assertion on datetime seconds precision as it is only valid for newer mysql versions 2015-09-24 00:35:50 +05:30
validations Improve support for non Active Record objects on validates_associated 2015-11-08 10:58:39 -02:00
adapter_test.rb Remove legacy mysql adapter 2015-12-17 15:54:57 +00:00
aggregations_test.rb Removed unnecessary class 2013-04-06 02:17:38 +05:30
ar_schema_test.rb Closes rails/rails#18864: Renaming transactional fixtures to transactional tests 2015-03-16 11:35:44 -07:00
associations_test.rb Remove unnecessary require in associations_test.rb 2015-09-03 04:27:07 +09:00
attribute_decorators_test.rb type_cast_from_user -> cast 2015-02-17 13:39:42 -07:00
attribute_methods_test.rb Remove legacy mysql adapter 2015-12-17 15:54:57 +00:00
attribute_set_test.rb Implement equality comparison on AttributeSet and friends 2015-10-06 08:52:28 -06:00
attribute_test.rb Further encapsulate dirty checking on Attribute 2015-10-02 08:03:11 -04:00
attributes_test.rb Ensure #reset_column_information clears child classes as well 2015-11-07 08:20:34 -07:00
autosave_association_test.rb Merge pull request #19686 from tsun1215/index_errors 2015-10-26 16:05:16 -06:00
base_test.rb Merge pull request #22653 from matthewd/find_array_ordered 2015-12-18 16:42:30 +10:30
batches_test.rb Fix merge conflicts from #19501 2015-10-29 09:22:45 -06:00
binary_test.rb Remove legacy mysql adapter 2015-12-17 15:54:57 +00:00
bind_parameter_test.rb rm Column#cast_type 2015-02-03 15:02:18 -07:00
cache_key_test.rb fixes #21815 2015-10-16 15:09:45 +02:00
calculations_test.rb Remove legacy mysql adapter 2015-12-17 15:54:57 +00:00
callbacks_test.rb Deprecate passing string to define callback. 2015-12-16 19:56:20 +09:00
clone_test.rb Fix freeze applying to cloned objects 2013-04-15 19:57:28 -04:00
collection_cache_key_test.rb fixes #21815 2015-10-16 15:09:45 +02:00
column_alias_test.rb
column_definition_test.rb Remove legacy mysql adapter 2015-12-17 15:54:57 +00:00
connection_management_test.rb Fix wrong assert_equal argument order. 2015-11-07 11:35:01 +01:00
connection_pool_test.rb Require only necessary concurrent-ruby classes. 2015-11-04 21:12:28 -05:00
core_test.rb pretty_print will use #inspect if a subclass redefines it 2015-01-12 15:17:32 -08:00
counter_cache_test.rb Fix counter_cache for polymorphic associations 2015-07-19 15:52:29 -06:00
custom_locking_test.rb Remove legacy mysql adapter 2015-12-17 15:54:57 +00:00
database_statements_test.rb
date_time_precision_test.rb Consolidate tests for time and datetime columns options, limit and precision 2015-11-30 20:37:45 +00:00
date_time_test.rb Fix a false assertion 2015-01-17 08:09:41 -08:00
defaults_test.rb Remove legacy mysql adapter 2015-12-17 15:54:57 +00:00
dirty_test.rb Don't assert fractional seconds can be applied on unsupported adapters 2015-09-24 15:27:59 -06:00
disconnected_test.rb Silence warning from MySQL::Error object in test 2015-04-23 17:05:03 -04:00
dup_test.rb Don't error when duping a record with no PK 2014-07-02 07:00:26 -06:00
enum_test.rb use assert_not instead of refute as mentioned in our guides. 2015-08-13 09:20:39 +02:00
errors_test.rb Make ActiveRecordException descendants args optional 2015-09-07 00:04:31 -07:00
explain_subscriber_test.rb Let WITH (CTE) queries be explainable 2015-05-28 14:10:09 +03:00
explain_test.rb Removed mocha from Active Record Part 2 2015-09-16 21:57:10 +05:30
finder_respond_to_test.rb Fixed a bug in AR::Base#respond_to? 2014-01-29 10:53:48 -08:00
finder_test.rb Merge pull request #22653 from matthewd/find_array_ordered 2015-12-18 16:42:30 +10:30
fixtures_test.rb deletes commented code introduced in db045db (initial commit) 2015-12-15 23:15:57 -08:00
forbidden_attributes_protection_test.rb Fix more test failures caused by #21000 2015-11-23 15:36:38 -07:00
habtm_destroy_order_test.rb
helper.rb Remove legacy mysql adapter 2015-12-17 15:54:57 +00:00
hot_compatibility_test.rb Closes rails/rails#18864: Renaming transactional fixtures to transactional tests 2015-03-16 11:35:44 -07:00
i18n_test.rb
inheritance_test.rb don't rely on the columns hash to get defaults. follow-up to #17169. 2015-12-02 17:14:45 +01:00
integration_test.rb fixes #21815 2015-10-16 15:09:45 +02:00
invalid_connection_test.rb Remove legacy mysql adapter 2015-12-17 15:54:57 +00:00
invalid_date_test.rb Remove unused assignments from activerecord tests 2012-04-29 10:02:58 -07:00
invertible_migration_test.rb Remove legacy mysql adapter 2015-12-17 15:54:57 +00: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 Fix test failures caused by 574f255 2015-12-14 09:20:07 -07:00
log_subscriber_test.rb test_binary_data_is_not_logged is for prepared statements logging 2015-11-05 17:39:53 +09:00
migration_test.rb Remove legacy mysql adapter 2015-12-17 15:54:57 +00:00
migrator_test.rb Internal test migrations use the private 'Current' version 2015-12-15 17:18:09 +10:30
mixin_test.rb remove unnecessary rescue 2015-03-05 15:05:47 -08:00
modules_test.rb remove old unavailable link with relevant fix 2015-03-23 11:18:14 +05:30
multiparameter_attributes_test.rb Push multi-parameter assignement into the types 2015-02-07 13:52:23 -07:00
multiple_db_test.rb Closes rails/rails#18864: Renaming transactional fixtures to transactional tests 2015-03-16 11:35:44 -07:00
nested_attributes_test.rb Update and fix forbidden attributes tests 2015-11-03 11:34:07 -08:00
nested_attributes_with_callbacks_test.rb Use assert_not rather than refute 2013-08-12 15:21:21 +02:00
persistence_test.rb ActiveRecord::Base#becomes should copy the errors 2015-12-14 19:02:20 +03:00
pooled_connections_test.rb Deprecate #table_exists?, #tables and passing arguments to #talbes 2015-11-09 23:13:23 +09:00
primary_keys_test.rb Remove legacy mysql adapter 2015-12-17 15:54:57 +00:00
query_cache_test.rb Removed mocha from Active Record Part 1 2015-08-25 22:07:25 +05:30
quoting_test.rb Refactor microsecond precision to be database agnostic 2015-02-10 11:55:59 -07:00
readonly_test.rb Further fix failing tests caused by #21350 2015-08-24 08:10:48 -06:00
reaper_test.rb fix issue with reaping_frequency type 2014-12-17 19:45:31 -07:00
reflection_test.rb Removed mocha from Active Record Part 1 2015-08-25 22:07:25 +05:30
relation_test.rb Raise ArgumentError when passing a truthy value to merge 2015-11-17 14:57:48 +00:00
relations_test.rb Revert "Perform a more efficient query in Relation#any?" 2015-12-14 10:05:53 -07:00
reload_models_test.rb fix test not failing when executed isolated 2015-06-19 16:02:12 -03:00
result_test.rb add length to ActiveRecord::Result 2014-10-13 12:01:41 -07:00
sanitize_test.rb Merge pull request #22209 from yui-knk/add_test_sanitize_sql_array_handles_named_bind_variables 2015-12-14 07:42:32 -07:00
schema_dumper_test.rb Merge pull request #20815 from byroot/do-not-include-column-limit-if-it-is-default 2015-12-18 14:52:05 +10:30
secure_token_test.rb Do not overwrite secret token value when already present. 2015-02-12 22:05:45 +01:00
serialization_test.rb Remove XML Serialization from core. 2015-08-07 11:01:48 -04:00
serialized_attribute_test.rb Add a test to ensure serialize persists nil as NULL 2015-06-12 13:50:51 -06:00
statement_cache_test.rb use an array for bind params to simplify substitution 2014-04-12 18:40:29 -07:00
store_test.rb Introduce an Attribute object to handle the type casting dance 2014-06-13 10:20:54 -06:00
suppressor_test.rb Apply Active Record suppression to all saves 2015-06-04 00:11:38 -04:00
test_case.rb Remove legacy mysql adapter 2015-12-17 15:54:57 +00:00
test_fixtures_test.rb 🔪 Typos 2015-09-21 03:17:39 +09:00
time_precision_test.rb Consolidate tests for time and datetime columns options, limit and precision 2015-11-30 20:37:45 +00:00
timestamp_test.rb Further remove reliance on subsecond precision in tests 2015-09-23 09:43:19 -06:00
touch_later_test.rb travel back 2015-12-13 11:34:40 +09:00
transaction_callbacks_test.rb Introduce after_{create,update,delete}_commit callbacks 2015-12-06 20:33:36 +02:00
transaction_isolation_test.rb Closes rails/rails#18864: Renaming transactional fixtures to transactional tests 2015-03-16 11:35:44 -07:00
transactions_test.rb Removed mocha from Active Record Part 2 2015-09-16 21:57:10 +05:30
type_test.rb Add a global type registry, used to lookup and register types 2015-02-15 14:22:08 -07:00
types_test.rb Move the appropriate type tests to the Active Model suite 2015-09-21 10:12:31 -06:00
unconnected_test.rb Closes rails/rails#18864: Renaming transactional fixtures to transactional tests 2015-03-16 11:35:44 -07:00
validations_repair_helper.rb Pass symbol as an argument instead of a block 2014-11-29 11:53:24 +01:00
validations_test.rb validates_acceptance_of shouldn't require a database connection 2015-09-25 07:54:38 -06:00
view_test.rb Remove legacy mysql adapter 2015-12-17 15:54:57 +00:00
yaml_serialization_test.rb Add YAML compatibility for objects from Rails 4.2 2015-03-10 11:56:45 -06:00