1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test/cases
2012-03-15 02:07:01 +09:00
..
adapters Fix GH #5430. A Payload name for schema_search_path should be SCHEMA. 2012-03-15 02:07:01 +09:00
associations Remove IdentityMap 2012-03-13 20:08:54 -03:00
attribute_methods Fix another race condition. 2012-01-20 18:32:27 +00:00
coders
connection_adapters Add support schema cache dump and load. 2012-03-01 00:52:04 +09:00
connection_specification
fixtures
migration improved test case for partial indices 2012-02-09 19:04:07 -02: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 Tweak activerecord/test/cases/validations/i18n_generate_message_validation_test.rb 2012-03-05 18:29:03 +01:00
adapter_test.rb
aggregations_test.rb
ar_schema_test.rb
associations_test.rb Deprecate inferred JOINs with includes + SQL snippets. 2012-01-16 21:32:12 +00:00
attribute_methods_test.rb attribute_present? should return false for empty strings 2012-03-06 22:32:29 -08:00
autosave_association_test.rb Remove IdentityMap 2012-03-13 20:08:54 -03:00
base_test.rb Remove IdentityMap 2012-03-13 20:08:54 -03:00
batches_test.rb
binary_test.rb Added test to illustrate bad binary blobs. 2012-01-31 13:45:00 -06:00
bind_parameter_test.rb
calculations_test.rb typecast columns based on the returned types 2012-02-09 14:42:39 -08:00
callbacks_test.rb
clone_test.rb
column_alias_test.rb
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 make sure connections returned after close are marked as in_use 2012-03-12 11:51:28 -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
database_statements_test.rb
date_time_test.rb
defaults_test.rb
deprecated_finder_test.rb
dirty_test.rb A test case for GH #3544 to ensure that a field named field works fine 2012-02-14 17:14:22 +09: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 disable automatic explain if there is no logger [closes #4671] 2012-01-26 02:50:46 -08: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 Add dynamic find_or_create_by_{attribute}! method. 2012-03-12 14:16:19 +00:00
fixtures_test.rb Revert PR#5001 "removed unuseful require for reply as we are not using require model" 2012-02-12 16:07:51 +05:30
habtm_destroy_order_test.rb
helper.rb Remove IdentityMap 2012-03-13 20:08:54 -03:00
i18n_test.rb
inclusion_test.rb
inheritance_test.rb
invalid_date_test.rb
invertible_migration_test.rb migrate(:down) method with table_name_prefix 2012-01-11 00:35:06 +09:00
json_serialization_test.rb
lifecycle_test.rb
locking_test.rb Add ActiveRecord::Base#with_lock 2012-01-18 23:23:41 +01:00
log_subscriber_test.rb Remove IdentityMap 2012-03-13 20:08:54 -03:00
mass_assignment_security_test.rb
method_scoping_test.rb Deprecate inferred JOINs with includes + SQL snippets. 2012-01-16 21:32:12 +00:00
migration_test.rb moving ordered hash to normal hash because ruby 1.9.3 hash defaultly ordered one 2012-02-09 18:37:20 +05:30
migrator_test.rb stop more ddl changes 2012-01-16 15:24:27 -08:00
mixin_test.rb
modules_test.rb Deprecate inferred JOINs with includes + SQL snippets. 2012-01-16 21:32:12 +00: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 Revert PR#5001 "removed unuseful require for reply as we are not using require model" 2012-02-12 16:07:51 +05:30
nested_attributes_test.rb remove usages of AS::OrderedHash 2012-03-03 23:48:29 +05:30
persistence_test.rb
pooled_connections_test.rb
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 IdentityMap 2012-03-13 20:08:54 -03:00
quoting_test.rb
readonly_test.rb
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 reflection test fixed 2012-01-31 15:57:39 +02:00
relation_scoping_test.rb Deprecate inferred JOINs with includes + SQL snippets. 2012-01-16 21:32:12 +00:00
relation_test.rb Deprecate inferred JOINs with includes + SQL snippets. 2012-01-16 21:32:12 +00:00
relations_test.rb Remove IdentityMap 2012-03-13 20:08:54 -03:00
reload_models_test.rb
sanitize_test.rb
schema_dumper_test.rb Fix warning: The method name is a duplicate and wrong. 2012-02-11 23:27:14 +09: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
transaction_callbacks_test.rb
transactions_test.rb
unconnected_test.rb
validations_repair_helper.rb
validations_test.rb
xml_serialization_test.rb
yaml_serialization_test.rb No need to require psych since require yaml does that. 2012-01-04 14:29:13 -03:00