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-01-16 21:17:17 +00:00
..
adapters Postgresql: add test case for setting custom libpq connection parameters 2012-01-04 08:45:53 +01:00
associations Revert "Deprecate implicit eager loading. Closes #950." 2012-01-16 21:17:17 +00:00
attribute_methods Support configuration on ActiveRecord::Model. 2011-12-28 18:27:41 +00:00
coders
connection_adapters connection specification will deep copy the config 2011-12-30 15:35:21 -08:00
connection_specification Support establishing connection on ActiveRecord::Model. 2011-12-28 18:27:41 +00:00
fixtures
identity_map use Rack::BodyProxy in activerecord middlewares 2012-01-16 14:36:41 +03:00
migration silencing migrator tests, refactoring the migration test helper 2012-01-16 11:21:20 -08: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 allow association as 1st uniqueness validation arg 2012-01-06 19:17:36 -05:00
adapter_test.rb Fix CI 2011-12-28 23:08:40 +00:00
aggregations_test.rb
ar_schema_test.rb
associations_test.rb Revert "Deprecate implicit eager loading. Closes #950." 2012-01-16 21:17:17 +00:00
attribute_methods_test.rb Test that #[] and #[]= keep working when #read_attribute and #write_attribute are overridden 2012-01-11 09:57:21 +00:00
autosave_association_test.rb call super 2012-01-04 16:21:16 -08:00
base_test.rb Fix table_name in ActiveRecord with more than one abstract ancestors 2012-01-12 20:39:12 +01:00
batches_test.rb
binary_test.rb remove checks for encodings availability 2011-12-25 14:34:58 +03:00
bind_parameter_test.rb
calculations_test.rb Revert "Deprecate implicit eager loading. Closes #950." 2012-01-16 21:17:17 +00:00
callbacks_test.rb
clone_test.rb
column_alias_test.rb
column_definition_test.rb
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 use Rack::BodyProxy in activerecord middlewares 2012-01-16 14:36:41 +03:00
connection_pool_test.rb actually disconnect from the database at the end of each test 2012-01-03 11:06:27 -08:00
counter_cache_test.rb
custom_locking_test.rb
database_statements_test.rb
date_time_test.rb
defaults_test.rb
deprecated_finder_test.rb
dirty_test.rb
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
explain_test.rb
finder_respond_to_test.rb
finder_test.rb Revert "Deprecate implicit eager loading. Closes #950." 2012-01-16 21:17:17 +00:00
fixtures_test.rb create_fixtures should accept symbol keys for custom table -> class mappings. Fixes an unintended regression. 2012-01-03 22:50:08 -07:00
habtm_destroy_order_test.rb
helper.rb require test/unit and sort test order 2012-01-06 15:50:47 -08:00
i18n_test.rb
identity_map_test.rb
inclusion_test.rb Support establishing connection on ActiveRecord::Model. 2011-12-28 18:27:41 +00:00
inheritance_test.rb Support establishing connection on ActiveRecord::Model. 2011-12-28 18:27:41 +00:00
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 removed unnecessary +1 from assert_difference because default difference is 1 2012-01-05 00:03:30 +05:30
log_subscriber_test.rb
mass_assignment_security_test.rb
method_scoping_test.rb Revert "Deprecate implicit eager loading. Closes #950." 2012-01-16 21:17:17 +00:00
migration_test.rb moving verbosity tests to the migrator test, removing ddl changes 2012-01-16 11:28:00 -08:00
migrator_test.rb moving verbosity tests to the migrator test, removing ddl changes 2012-01-16 11:28:00 -08:00
mixin_test.rb
modules_test.rb Revert "Deprecate implicit eager loading. Closes #950." 2012-01-16 21:17:17 +00:00
multiple_db_test.rb
named_scope_test.rb
nested_attributes_test.rb
persistence_test.rb
pooled_connections_test.rb Fix CI 2011-12-28 23:08:40 +00:00
primary_keys_test.rb Fix CI 2011-12-28 23:08:40 +00:00
query_cache_test.rb use Rack::BodyProxy in activerecord middlewares 2012-01-16 14:36:41 +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
relation_scoping_test.rb Revert "Deprecate implicit eager loading. Closes #950." 2012-01-16 21:17:17 +00:00
relation_test.rb Add ActiveRecord::Relation#references (#950) 2012-01-16 21:17:17 +00:00
relations_test.rb automatically add references when we can 2012-01-16 21:17:17 +00:00
reload_models_test.rb
sanitize_test.rb
schema_dumper_test.rb Try to create schema migrations table in schema dumper test 2012-01-16 04:25:55 +01:00
serialization_test.rb
store_test.rb
timestamp_test.rb
transaction_callbacks_test.rb
transactions_test.rb
unconnected_test.rb Support establishing connection on ActiveRecord::Model. 2011-12-28 18:27:41 +00:00
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