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
2013-05-06 16:49:06 -04:00
..
adapters fix to remove warning on postgres adapter test. 2013-05-05 00:54:45 +05:30
associations Fix #8856 Ensure has_one association=(associate) triggers save. 2013-04-30 16:14:16 -07:00
attribute_methods
coders
connection_adapters Move method used only in the test to the test code itself 2013-04-25 01:43:28 +04:00
connection_specification
fixture_set
migration
relation Handle aliased attributes in ActiveRecord::Relation. 2013-05-01 16:36:01 -07:00
scoping Delegate #unscope query method 2013-04-28 23:00:35 -03:00
tasks Mute psql output when running rake db:schema:load 2013-04-30 17:24:29 -07:00
validations
adapter_test.rb
aggregations_test.rb
ar_schema_test.rb
associations_test.rb
attribute_methods_test.rb fixes a test, and explains why AR::AttributeMethods checks defined?(@attributes) in some places 2013-04-28 12:03:59 +02:00
autosave_association_test.rb destroys association records before saving/inserting new association records 2013-05-02 03:27:06 -04:00
base_test.rb Extract tests code out from AR's base_test.rb to integration_test.rb 2013-05-02 11:01:12 +09:00
batches_test.rb
binary_test.rb
bind_parameter_test.rb
calculations_test.rb Handle aliased attributes in ActiveRecord::Relation. 2013-05-01 16:36:01 -07: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
dirty_test.rb
dup_test.rb
explain_subscriber_test.rb
explain_test.rb
finder_respond_to_test.rb
finder_test.rb Handle aliased attributes in ActiveRecord::Relation. 2013-05-01 16:36:01 -07:00
fixtures_test.rb
forbidden_attributes_protection_test.rb
habtm_destroy_order_test.rb
helper.rb
hot_compatibility_test.rb
i18n_test.rb
inheritance_test.rb
integration_test.rb Add test for AR::Base#to_param 2013-05-02 22:16:51 +09:00
invalid_date_test.rb
invertible_migration_test.rb fix failing test caused by 3771e4d511 2013-05-06 16:49:06 -04:00
json_serialization_test.rb
locking_test.rb
log_subscriber_test.rb
migration_test.rb
migrator_test.rb
mixin_test.rb
modules_test.rb
multiparameter_attributes_test.rb
multiple_db_test.rb
nested_attributes_test.rb Do not overwrite manually built records during one-to-one nested attribute assignment 2013-05-03 16:18:37 +02: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
relation_test.rb
relations_test.rb
reload_models_test.rb
sanitize_test.rb
schema_dumper_test.rb
serialization_test.rb
serialized_attribute_test.rb Fix typo in serialized_attribute_test. [ci skip] 2013-04-28 08:47:55 -07:00
statement_cache_test.rb
store_test.rb
test_case.rb
timestamp_test.rb Removed unused associations 2013-04-24 15:07:39 +01:00
transaction_callbacks_test.rb
transaction_isolation_test.rb
transactions_test.rb
unconnected_test.rb
validations_repair_helper.rb
validations_test.rb
xml_serialization_test.rb
yaml_serialization_test.rb