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-23 15:06:13 -07:00
..
adapters use a null byte as a bind parameter substitute as it is not allowed in normal SQL. fixes #411, #417 2011-05-09 13:53:57 -07:00
associations Fix problem with loading polymorphic associations which have been defined in an abstract superclass. Fixes #552. 2011-05-22 21:25:02 +01:00
attribute_methods
coders
connection_adapters
fixtures fixing 1.8 support for new fixture tests 2011-05-23 15:06:13 -07:00
identity_map
migration
session_store Puts ActiveRecord::SessionStore attributes in white list, fixes #483 2011-05-10 16:11:28 +02:00
validations
adapter_test.rb
aggregations_test.rb
ar_schema_test.rb
associations_test.rb Implement proxy_owner, proxy_target and proxy_reflection methods on CollectionProxy with deprecations. Fixes #1148. 2011-05-19 23:28:44 +01:00
attribute_methods_test.rb
autosave_association_test.rb
base_test.rb Allow pluralize_table_names for individual model 2011-05-20 01:44:13 -05:00
batches_test.rb
binary_test.rb
bind_parameter_test.rb
calculations_test.rb Bug fixes: 2011-05-12 04:05:24 +08:00
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 Fix for #371 2011-05-08 23:42:53 +01:00
fixtures_test.rb removing CSV fixture support 2011-05-23 15:06:12 -07:00
habtm_destroy_order_test.rb
helper.rb
i18n_test.rb
identity_map_test.rb
inheritance_test.rb
invalid_date_test.rb
invertible_migration_test.rb
json_serialization_test.rb
lifecycle_test.rb
locking_test.rb Don't quote ID's as Arel will quote them -- follow same conventions as the delete method. 2011-05-08 18:37:28 +01:00
log_subscriber_test.rb
mass_assignment_security_test.rb Add support for passing mass assignment roles to dynamic finders. Closes #1170. 2011-05-21 16:33:54 +01:00
method_scoping_test.rb minor cleaning with new api method 2011-05-11 00:15:16 +05:30
migration_test.rb
mixin_test.rb
modules_test.rb
multiple_db_test.rb
named_scope_test.rb Modified NamedScopeTest to use CollectionAssociation. 2011-05-11 03:37:35 -07:00
nested_attributes_test.rb
persistence_test.rb Ensure assign_attributes and update_attributes do not fail on nil, closes #478. 2011-05-10 10:30:27 +02:00
pooled_connections_test.rb
primary_keys_test.rb
query_cache_test.rb
quoting_test.rb
readonly_test.rb
reflection_test.rb Fix problem with loading polymorphic associations which have been defined in an abstract superclass. Fixes #552. 2011-05-22 21:25:02 +01:00
relation_scoping_test.rb Ensure that ORDER BY clauses from default scopes are not included in calculation queries. Fixes #406. 2011-05-08 23:31:16 +01:00
relation_test.rb
relations_test.rb
reload_models_test.rb
sanitize_test.rb
schema_dumper_test.rb
serialization_test.rb
timestamp_test.rb supporting infinity and -infinity for timestamps in PG. fixes #544 2011-05-13 13:04:44 -07:00
transaction_callbacks_test.rb
transactions_test.rb
unconnected_test.rb
validations_repair_helper.rb
validations_test.rb
xml_serialization_test.rb Methods that return nil should not be considered YAML 2011-05-10 12:06:09 -04:00
yaml_serialization_test.rb