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-07-01 00:56:50 +09:00
..
adapters Support collate and ctype on the PostgreSQL. 2012-06-29 02:53:13 +09:00
associations Remove ActiveRelation#inspect 2012-06-29 14:58:19 -05:00
attribute_methods Simplify AR configuration code. 2012-06-15 19:15:36 +01:00
coders
connection_adapters Simplify AR configuration code. 2012-06-15 19:15:36 +01:00
connection_specification
fixtures
migration
relation
session_store
tasks Extract collation tasks to database tasks. 2012-07-01 00:56:50 +09:00
validations
adapter_test.rb
ar_schema_test.rb
associations_test.rb
attribute_methods_test.rb Move newly added multiparameter tests to base_test file 2012-06-28 09:58:41 -03:00
autosave_association_test.rb
base_test.rb Remove some aggregation tests related to composed_of 2012-06-28 09:58:58 -03:00
batches_test.rb
binary_test.rb
bind_parameter_test.rb
calculations_test.rb Ensure Arel columns are typecasted properly when grouping with calculation 2012-06-25 18:31:59 -03:00
callbacks_test.rb
clone_test.rb
column_alias_test.rb
column_definition_test.rb
column_test.rb
connection_management_test.rb
connection_pool_test.rb
counter_cache_test.rb
custom_locking_test.rb
database_statements_test.rb
date_time_test.rb
defaults_test.rb
deprecated_dynamic_methods_test.rb made dynamic finders alias_attribute aware 2012-06-22 16:44:01 +02:00
dirty_test.rb Remove unneded tests. 2012-06-14 19:31:21 -03:00
dup_test.rb
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
finder_respond_to_test.rb made dynamic finders alias_attribute aware 2012-06-22 16:44:01 +02:00
finder_test.rb exists?(false) returns false 2012-06-25 18:30:15 +03:00
fixtures_test.rb
habtm_destroy_order_test.rb
helper.rb
i18n_test.rb
inclusion_test.rb Address test_basic_model test error with Oracle enhanced adapter 2012-06-27 23:51:50 +09:00
inheritance_test.rb
invalid_date_test.rb
invertible_migration_test.rb
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
locking_test.rb
log_subscriber_test.rb
mass_assignment_security_test.rb Fix deprecation warnings when using config.active_record.mass_assignment_sanitizer= 2012-06-15 19:15:37 +01:00
migration_test.rb
migrator_test.rb
mixin_test.rb
modules_test.rb
multiple_db_test.rb
named_scope_test.rb
nested_attributes_test.rb Validates_numericality_of is skipped when changing 0 to to non-empty string 2012-06-19 01:54:34 -03:00
persistence_test.rb
pooled_connections_test.rb
primary_keys_test.rb
query_cache_test.rb
quoting_test.rb
readonly_test.rb
reaper_test.rb
reflection_test.rb Add test cases for 46492949b8 2012-06-23 10:43:25 +01:00
relation_scoping_test.rb
relation_test.rb
relations_test.rb disallow mutating a relation once loaded 2012-06-22 10:29:49 +01:00
reload_models_test.rb
sanitize_test.rb
schema_dumper_test.rb Merge pull request #4396 from kennyj/fix_4259 2012-06-20 14:08:23 -03:00
serialization_test.rb
store_test.rb Remember the stored attributes in a config attribute. 2012-06-18 23:49:48 -03:00
test_case.rb
timestamp_test.rb
transaction_callbacks_test.rb
transactions_test.rb
unconnected_test.rb
validations_repair_helper.rb
validations_test.rb
xml_serialization_test.rb Fix serializable_hash with xml generation and default :except option 2012-06-22 08:28:26 -03:00
yaml_serialization_test.rb