.. |
adapters
|
Wrap table creation in a transaction.
|
2012-12-21 12:48:07 -03:00 |
associations
|
Fix for has_many_through counter_cache bug
|
2012-12-14 10:03:05 -08:00 |
attribute_methods
|
Remove ActiveRecord::Model
|
2012-10-26 15:51:02 +01:00 |
coders
|
|
|
connection_adapters
|
Fix memory leak in development mode
|
2012-11-30 11:50:11 +00:00 |
connection_specification
|
Fix the skip code.
|
2012-10-28 23:48:34 -02:00 |
fixture_set
|
Move/rename files to follow naming conventions
|
2012-10-07 20:43:18 +02:00 |
migration
|
Remove duplicated methods in command recorder and duplicated test name
|
2012-12-21 19:55:24 -02:00 |
relation
|
Rollback where.like and where.not_like
|
2012-12-07 16:52:55 -02:00 |
tasks
|
Style: remove hash noise
|
2012-09-21 12:08:02 -07:00 |
validations
|
Added support for validates_uniqueness_of in PostgreSQL array columns. Fixes: #8075.
|
2012-12-18 08:35:03 -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
|
Move to the schema-migrations-metadata branch.
|
2012-12-09 15:57:34 -07:00 |
associations_test.rb
|
Ensure that associations have a symbol argument.
|
2012-11-28 13:39:42 -08:00 |
attribute_methods_test.rb
|
Remove not used require and some useless test comments
|
2012-11-17 23:00:16 -02:00 |
autosave_association_test.rb
|
Rename the partial_updates config to partial_writes
|
2012-10-19 16:45:41 +01:00 |
base_test.rb
|
Improve test name related to cache timestamp format [ci skip]
|
2012-12-11 21:56:15 -02:00 |
batches_test.rb
|
Remove extre count, preheat already happens during setup
|
2012-10-31 12:54:07 -02:00 |
binary_test.rb
|
|
|
bind_parameter_test.rb
|
|
|
calculations_test.rb
|
Deprecate Relation#sum with a block.
|
2012-11-21 22:21:01 -02:00 |
callbacks_test.rb
|
Fix collisions with before and after validation callbacks.
|
2012-09-23 12:53:50 -06:00 |
clone_test.rb
|
|
|
column_alias_test.rb
|
|
|
column_definition_test.rb
|
|
|
column_test.rb
|
Fix bug when Column is trying to type cast boolean values to integer.
|
2012-10-29 22:57:31 -02:00 |
connection_management_test.rb
|
|
|
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
|
|
|
database_statements_test.rb
|
|
|
date_time_test.rb
|
Deprecate obsolete Time to DateTime fallback methods
|
2012-12-11 13:57:05 +00: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
|
Remove observers and sweepers
|
2012-11-28 22:46:49 -02: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
|
Don't run explain on slow queries for database adapters that don't support it
|
2012-11-26 09:36:04 -06:00 |
finder_respond_to_test.rb
|
|
|
finder_test.rb
|
Assert the query result instead of checking for nothing raised
|
2012-11-13 14:54:47 -02:00 |
fixtures_test.rb
|
Rename "Fixtures" class to "FixtureSet"
|
2012-10-07 19:15:58 +02:00 |
forbidden_attributes_protection_test.rb
|
Added STI support to init and building associations
|
2012-11-29 05:50:34 +00:00 |
habtm_destroy_order_test.rb
|
|
|
helper.rb
|
Revert "Fix annoy warning, when executing testcase."
|
2012-11-30 12:07:55 +04:00 |
hot_compatibility_test.rb
|
Add an explicit test for hot compatibility
|
2012-09-28 18:08:14 +01:00 |
i18n_test.rb
|
|
|
inheritance_test.rb
|
User assert_kind_of, invert assert_equal expectations
|
2012-11-29 09:59:35 -02:00 |
invalid_date_test.rb
|
|
|
invertible_migration_test.rb
|
Fixes for PR [#8267]
|
2012-12-22 20:40:42 -05:00 |
json_serialization_test.rb
|
|
|
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
|
Address test_binary_data_is_not_logged with Oracle database
|
2012-12-19 10:55:49 +09:00 |
migration_test.rb
|
Move to the schema-migrations-metadata branch.
|
2012-12-09 15:57:34 -07:00 |
migrator_test.rb
|
recognize migrations, in folders containing numbers and 'rb'.
|
2012-12-13 09:08:32 +01:00 |
mixin_test.rb
|
|
|
modules_test.rb
|
|
|
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
|
|
|
nested_attributes_test.rb
|
Add test to avoid regression of 58e48d5292
|
2012-11-08 15:19:44 -02:00 |
persistence_test.rb
|
Unscope update_column(s) query to ignore default scope
|
2012-12-06 23:17:56 -02: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
|
Fix #6951. Use query cache/uncache, when using not only database.yml but also DATABASE_URL.
|
2012-10-31 10:04:10 +09:00 |
quoting_test.rb
|
|
|
readonly_test.rb
|
|
|
reaper_test.rb
|
|
|
reflection_test.rb
|
remove duplicated require statements in AR test cases
|
2012-10-09 21:33:54 +02:00 |
relation_scoping_test.rb
|
|
|
relation_test.rb
|
Use separate Relation subclasses for each AR class
|
2012-11-30 14:06:48 +00:00 |
relations_test.rb
|
Use separate Relation subclasses for each AR class
|
2012-11-30 14:06:48 +00:00 |
reload_models_test.rb
|
|
|
sanitize_test.rb
|
|
|
schema_dumper_test.rb
|
Move to the schema-migrations-metadata branch.
|
2012-12-09 15:57:34 -07:00 |
serialization_test.rb
|
include_root_in_json allows inheritance.
|
2012-10-31 00:08:36 +09:00 |
serialized_attribute_test.rb
|
Serialized attribute can be serialized in an integer column
|
2012-12-21 14:41:13 -03:00 |
store_test.rb
|
fix warning: method redefined
|
2012-10-02 13:32:54 -03:00 |
test_case.rb
|
|
|
timestamp_test.rb
|
|
|
transaction_callbacks_test.rb
|
Remove observers and sweepers
|
2012-11-28 22:46:49 -02: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
|
|
|