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
2010-08-14 04:12:33 -03:00
..
adapters fixed indentation in test cases 2010-08-11 23:55:53 -07:00
associations Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
session_store do not execute the session tests within transactions 2010-07-25 15:17:03 -07:00
validations removing unused models from tests 2010-07-21 22:08:07 +02:00
adapter_test.rb
aggregations_test.rb
ar_schema_test.rb fixing typo 2010-07-18 15:13:21 +02:00
associations_test.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
attribute_methods_test.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
autosave_association_test.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
base_test.rb bringing over latest from master 2010-08-09 12:43:49 -07:00
batches_test.rb
binary_test.rb
calculations_test.rb update tests for mysql2 support 2010-08-02 01:37:57 -07:00
callbacks_test.rb
column_alias_test.rb
column_definition_test.rb update tests for mysql2 support 2010-08-02 01:37:57 -07:00
connection_management_test.rb
connection_pool_test.rb
counter_cache_test.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
database_statements_test.rb
date_time_test.rb
defaults_test.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
deprecated_finder_test.rb
dirty_test.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
finder_respond_to_test.rb
finder_test.rb query value is converted to_s instead of to_yaml 2010-08-03 21:08:43 -03:00
fixtures_test.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
helper.rb
i18n_test.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
inheritance_test.rb
invalid_date_test.rb
json_serialization_test.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
lifecycle_test.rb
locking_test.rb
log_subscriber_test.rb Move runtime back to the Thread.current 2010-07-26 19:14:56 +02:00
mass_assignment_security_test.rb
method_scoping_test.rb do not rely on arel class structure 2010-08-06 11:31:05 -07:00
migration_test.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
mixin_test.rb
modules_test.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
multiple_db_test.rb
named_scope_test.rb Dynamic finder method like scoped_by_* create methods so that 2010-08-03 10:46:09 +02:00
nested_attributes_test.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
persistence_test.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
pooled_connections_test.rb
primary_keys_test.rb Makes AR use AMo to_key implementation 2010-08-13 22:26:44 -03:00
query_cache_test.rb update tests for mysql2 support 2010-08-02 01:37:57 -07:00
readonly_test.rb
reflection_test.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
relation_scoping_test.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
relations_test.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
reload_models_test.rb
sanitize_test.rb
schema_dumper_test.rb update tests for mysql2 support 2010-08-02 01:37:57 -07:00
serialization_test.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
timestamp_test.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
transaction_callbacks_test.rb Added test case to verify that transaction callbacks are correctly propagated to class observers 2010-08-09 21:36:06 -04:00
transactions_test.rb
unconnected_test.rb
validations_repair_helper.rb
validations_test.rb removing unused models from tests 2010-07-21 22:08:07 +02:00
xml_serialization_test.rb removing unused models from tests 2010-07-21 22:08:07 +02:00
yaml_serialization_test.rb