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
2011-05-04 15:24:26 -07:00
..
adapters added the mysql schema test to mysql2 adapter, and fixed the corresponding failures 2011-05-03 21:15:10 +02:00
associations assert_difference can take a callable piece of code rather than just evaling a string 2011-05-01 11:55:13 -07:00
attribute_methods
coders
connection_adapters
identity_map make sure IM repository is cleared after body is closed 2011-05-03 09:59:22 -07:00
migration
session_store
validations
adapter_test.rb
aggregations_test.rb
ar_schema_test.rb
associations_test.rb
attribute_methods_test.rb
autosave_association_test.rb
base_test.rb
batches_test.rb
binary_test.rb
bind_parameter_test.rb
calculations_test.rb
callbacks_test.rb
clone_test.rb
column_alias_test.rb
column_definition_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_finder_test.rb
dirty_test.rb
dup_test.rb
dynamic_finder_match_test.rb
finder_respond_to_test.rb
finder_test.rb supporting nil when passed in as an IN clause 2011-04-29 11:01:59 -07:00
fixtures_test.rb making sure the create_fixtures method works to prevent regressions 2011-04-29 18:21:24 -07:00
habtm_destroy_order_test.rb
helper.rb
i18n_test.rb
identity_map_test.rb Fix failing AR test. 2011-05-02 10:16:13 +02:00
inheritance_test.rb
invalid_date_test.rb
invertible_migration_test.rb
json_serialization_test.rb
lifecycle_test.rb
locking_test.rb
log_subscriber_test.rb Fix failing AR test. 2011-05-02 10:16:13 +02:00
mass_assignment_security_test.rb singular and collection relations in AR can now specify mass-assignment security options (:as and :without_protection) in build, create and create! methods. 2011-05-01 23:30:07 +02:00
method_scoping_test.rb
migration_test.rb
mixin_test.rb
modules_test.rb
multiple_db_test.rb
named_scope_test.rb
nested_attributes_test.rb
persistence_test.rb some test renaming to avoid collisions, and some annoying issues between dbs 2011-04-27 23:27:10 +02:00
pooled_connections_test.rb
primary_keys_test.rb
query_cache_test.rb ensure query cache is cleared when Rack body is closed, fixes bug reported on 951e18abea 2011-05-04 15:24:26 -07:00
quoting_test.rb
readonly_test.rb
reflection_test.rb
relation_scoping_test.rb removed the default_scope deprecations and updated the docs and tests to reflect its use cases 2011-04-28 18:46:40 +02:00
relation_test.rb
relations_test.rb
reload_models_test.rb
sanitize_test.rb
schema_dumper_test.rb Added tsvector Datatype Support 2011-04-26 09:47:40 +02:00
serialization_test.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
yaml_serialization_test.rb