rails/activerecord/test/cases
2010-08-13 22:26:44 -03:00
..
adapters fixed indentation in test cases 2010-08-11 23:55:53 -07:00
associations fixed indentation in test cases 2010-08-11 23:55:53 -07:00
session_store do not execute the session tests within transactions 2010-07-25 15:17:03 -07:00
validations removing unused models from tests 2010-07-21 22:08:07 +02:00
adapter_test.rb Fix test which prevents connection reset on failing and remove hardcoded connection 2010-06-18 15:28:14 -07:00
aggregations_test.rb removing extra whitespaces 2010-07-18 15:13:14 +02:00
ar_schema_test.rb fixing typo 2010-07-18 15:13:21 +02:00
associations_test.rb Making Active Record base_test.rb thinner by moving tests 2010-08-03 10:45:54 +02:00
attribute_methods_test.rb ignore this test for mysql2 2010-08-09 12:50:09 -07:00
autosave_association_test.rb missing requires added 2010-07-26 16:26:07 -03:00
base_test.rb bringing over latest from master 2010-08-09 12:43:49 -07:00
batches_test.rb corrected AR find_each and find_in_batches to raise when the user uses select but does not specify the primary key 2010-05-09 13:14:47 +03:00
binary_test.rb Remove SQL Server cases from tests for latest adapter work to pass rails expected behavior. 2008-11-19 18:00:56 +01:00
calculations_test.rb update tests for mysql2 support 2010-08-02 01:37:57 -07:00
callbacks_test.rb Remove test ordering bug by using another class 2010-03-22 10:00:03 -07:00
column_alias_test.rb Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails 2008-01-21 17:20:51 +00:00
column_definition_test.rb update tests for mysql2 support 2010-08-02 01:37:57 -07:00
connection_management_test.rb fixing test file name 2010-07-16 13:54:14 -07:00
connection_pool_test.rb adding a test for clearing stale connections 2010-07-16 14:39:40 -07:00
counter_cache_test.rb reset_counter should work with non-traditional belongs_to and polymorphic belongs_to 2010-07-08 23:24:12 +02:00
database_statements_test.rb Oracle needs sequence value for primary key in INSERT statement 2009-08-06 23:40:59 +03:00
date_time_test.rb create DateTime value with local offset as later it is compared to Time value with local offset 2010-06-04 22:44:02 +03:00
defaults_test.rb update tests for mysql2 support 2010-08-02 01:37:57 -07:00
deprecated_finder_test.rb Fix file permissions 2008-07-31 16:36:23 -05:00
dirty_test.rb Make update_attribute behave as in Rails 2.3 and document the behavior intrinsic to its implementation. 2010-08-12 12:04:16 -03:00
finder_respond_to_test.rb Use better assertion methods for testing 2010-05-19 10:18:36 +02:00
finder_test.rb query value is converted to_s instead of to_yaml 2010-08-03 21:08:43 -03:00
fixtures_test.rb Raising exception if fixture file can't be found 2010-08-11 15:47:34 -07:00
helper.rb restricts a test to < 1.9, and rewrites it using a proper expectation 2010-03-13 17:04:08 -06:00
i18n_test.rb activerecord tests should inherit from ActiveRecord::TestCase 2010-07-14 16:35:52 -07:00
inheritance_test.rb Add scoping and unscoped as the syntax to replace the old with_scope and with_exclusive_scope. A few examples: 2010-06-29 17:18:55 +02:00
invalid_date_test.rb activerecord tests should inherit from ActiveRecord::TestCase 2010-07-14 16:35:52 -07:00
json_serialization_test.rb enable AS::JSON.encode to encode AR::Relation by providing as_json method 2010-07-13 08:09:28 +02:00
lifecycle_test.rb ActiveModel::Observing: stop using Observable Ruby module, re-implement notify_observers 2010-04-16 13:09:07 -07:00
locking_test.rb Set destroyed=true in opt locking's destroy [#5058 state:resolved] 2010-07-14 08:02:17 +02:00
log_subscriber_test.rb Move runtime back to the Thread.current 2010-07-26 19:14:56 +02:00
mass_assignment_security_test.rb mass_assignment_security moved from AR to AMo, and minor test cleanup 2010-07-08 18:28:45 +02:00
method_scoping_test.rb do not rely on arel class structure 2010-08-06 11:31:05 -07:00
migration_test.rb update tests for mysql2 support 2010-08-02 01:37:57 -07:00
mixin_test.rb Force timestamp update 2008-03-31 03:57:25 +00:00
modules_test.rb assert_equal should be used instead of assert 2010-05-18 16:13:00 +02:00
multiple_db_test.rb Rename active_relation_engine -> arel_engine and active_relation_table -> arel_table 2010-01-16 16:02:30 +05:30
named_scope_test.rb Dynamic finder method like scoped_by_* create methods so that 2010-08-03 10:46:09 +02:00
nested_attributes_test.rb fixed indentation in test cases 2010-08-11 23:55:53 -07:00
persistence_test.rb Make update_attribute behave as in Rails 2.3 and document the behavior intrinsic to its implementation. 2010-08-12 12:04:16 -03:00
pooled_connections_test.rb expected value should come first in assert_equal 2010-05-18 16:13:00 +02:00
primary_keys_test.rb Makes AR use AMo to_key implementation 2010-08-13 22:26:44 -03:00
query_cache_test.rb update tests for mysql2 support 2010-08-02 01:37:57 -07:00
readonly_test.rb Don't publicize with_scope for tests since it may shadow public misuse 2009-12-28 14:07:23 -08:00
reflection_test.rb adding column named 'group' to ensure that nothing breaks given that 'group' is sql reserved word 2010-06-23 17:46:37 +02:00
relation_scoping_test.rb Ensure default_scope can be overwriten by association conditions. 2010-07-21 15:06:23 +02:00
relations_test.rb Ensure we can nest include calls [#5285 state:resolved] 2010-08-12 13:10:58 -03:00
reload_models_test.rb Add missing fixture to allow reload models test to run isolated [#1609 state:resolved] 2008-12-20 20:39:25 +00:00
sanitize_test.rb Change all calls to String#chars to String#mb_chars. 2008-09-21 18:01:15 +02:00
schema_dumper_test.rb update tests for mysql2 support 2010-08-02 01:37:57 -07:00
serialization_test.rb Making Active Record base_test.rb thinner by moving tests 2010-08-03 10:45:54 +02:00
timestamp_test.rb move reload after touch 2010-08-02 15:10:34 -07:00
transaction_callbacks_test.rb Added test case to verify that transaction callbacks are correctly propagated to class observers 2010-08-09 21:36:06 -04:00
transactions_test.rb update_attributes and update_attributes! are now wrapped in a transaction 2010-07-13 22:02:00 +02:00
unconnected_test.rb Fix file permissions 2008-07-31 16:36:23 -05: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 removing unused models from tests 2010-07-21 22:08:07 +02:00
xml_serialization_test.rb removing unused models from tests 2010-07-21 22:08:07 +02:00
yaml_serialization_test.rb Added #to_i to DateTime in ActiveSupport so #to_yaml works correctly on ActiveRecord models with DateTime attributes. 2009-12-15 08:15:21 -06:00