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
wangjohn 26d19b4661 Created a method to automatically find inverse associations and cache
the results. Added tests to check to make sure that inverse associations are
automatically found when has_many, has_one, or belongs_to associations
are defined.
2013-05-07 23:24:43 -04:00
..
adapters
associations
attribute_methods Remove ActiveRecord::Model 2012-10-26 15:51:02 +01:00
coders
connection_adapters
connection_specification Do not type cast all the database url values. 2013-02-24 14:36:18 -03:00
fixture_set Move/rename files to follow naming conventions 2012-10-07 20:43:18 +02:00
migration
relation
scoping
tasks
validations Fixed typos in activerecord 2013-03-27 21:14:58 +05:30
adapter_test.rb
aggregations_test.rb
ar_schema_test.rb
associations_test.rb Removed space and unused class 2013-04-06 02:35:15 +05:30
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
base_test.rb
batches_test.rb Fixed typos in ActiveRecord 2013-03-28 20:25:43 +05:30
binary_test.rb Use Encoding::UTF_8 constant 🚯 2013-01-28 17:06:02 +09:00
bind_parameter_test.rb fix todo: use minitest skip instead of return nil 2012-05-13 02:27:52 -05:00
calculations_test.rb
callbacks_test.rb
clone_test.rb
column_alias_test.rb
column_definition_test.rb decouple column definition from the database connection 2013-03-22 16:21:59 -07:00
column_test.rb
connection_management_test.rb database connections are automatically established after forking. 2012-02-16 14:33:38 -08:00
connection_pool_test.rb
counter_cache_test.rb squelch an unused variable warning 2013-03-22 19:41:13 -07:00
custom_locking_test.rb Deprecate ActiveRecord::Base.scoped. 2012-07-27 17:27:47 +01:00
database_statements_test.rb
date_time_test.rb
defaults_test.rb Standardize the use of current_adapter? 2013-01-01 19:18:34 -03:00
deprecated_dynamic_methods_test.rb
dirty_test.rb also assign nil in dirty nullable_datetime test. #10237 2013-04-22 09:46:57 +02:00
dup_test.rb
explain_subscriber_test.rb let EXPLAIN use a thread locals registry [John J. Wang & Xavier Noria] 2013-04-16 22:46:55 +02:00
explain_test.rb
finder_respond_to_test.rb
finder_test.rb
fixtures_test.rb Allows setting fixture_path to a Pathname 2013-03-21 14:10:44 -07:00
forbidden_attributes_protection_test.rb
habtm_destroy_order_test.rb
helper.rb Set Thread.abort_on_exception for the whole AS, AP, and AR tests 2013-01-24 20:00:45 +09:00
hot_compatibility_test.rb
i18n_test.rb
inheritance_test.rb Fix #new with an STI object with complex inheritance 2013-04-02 09:50:06 -04:00
integration_test.rb
invalid_date_test.rb Remove unused assignments from activerecord tests 2012-04-29 10:02:58 -07:00
invertible_migration_test.rb
json_serialization_test.rb
locking_test.rb
log_subscriber_test.rb Ignore binds payload with nil column in AR log subscriber 2013-01-08 08:59:41 -02:00
migration_test.rb
migrator_test.rb
mixin_test.rb
modules_test.rb
multiparameter_attributes_test.rb
multiple_db_test.rb
nested_attributes_test.rb
persistence_test.rb
pooled_connections_test.rb
primary_keys_test.rb
query_cache_test.rb
quoting_test.rb
readonly_test.rb
reaper_test.rb ConnectionPool wait_timeout no longer used for different types of timeouts. #6441 2012-05-23 12:08:11 -04:00
reflection_test.rb
relation_test.rb if singletons belong to the contract, test them 2013-04-20 09:26:11 +02:00
relations_test.rb
reload_models_test.rb Revert "Merge pull request #8989 from robertomiranda/use-rails-4-find-by" 2013-01-18 09:15:19 -05:00
sanitize_test.rb Fix test asserting the sanitized SQL hash differently to some adapters 2013-05-06 22:02:34 -03:00
schema_dumper_test.rb
serialization_test.rb
serialized_attribute_test.rb
statement_cache_test.rb
store_test.rb
test_case.rb load active_support/deprecation in active_support/rails 2012-08-02 21:59:23 +02:00
timestamp_test.rb Removed unused associations 2013-04-24 15:07:39 +01:00
transaction_callbacks_test.rb Revert "Merge pull request #6226 from gnufied/master" 2013-04-10 15:21:07 -03:00
transaction_isolation_test.rb
transactions_test.rb
unconnected_test.rb
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
yaml_serialization_test.rb