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-09-10 11:51:32 -07:00
..
adapters avoids warnings about mismatched indentations in Ruby 1.9.2 2010-08-19 03:44:55 +02:00
associations Change relation merging to always append select, group and order values 2010-08-31 19:17:18 +01:00
session_store
validations
adapter_test.rb
aggregations_test.rb code gardening: we have assert_(nil|blank|present), more concise, with better default failure messages - let's use them 2010-08-17 03:32:11 +02:00
ar_schema_test.rb
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 Fewer object allocations 2010-09-09 14:37:58 -07:00
autosave_association_test.rb get rid of the warning "+ after local variable is interpreted as binary operator even though it seems like unary operator" in Ruby 1.9.2 2010-08-19 02:08:28 +02:00
base_test.rb serialized attributes should be serialized before validation [#5525 state:resolved] 2010-09-07 13:39:27 -07:00
batches_test.rb
binary_test.rb
calculations_test.rb
callbacks_test.rb Cleanup deprecation warnings in active record 2010-09-06 13:39:55 +02:00
column_alias_test.rb
column_definition_test.rb
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
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 Implemented ActiveRecord::Migrations#copy based on James Adam's idea 2010-09-03 22:59:09 +02:00
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 fixed some issues with JSON encoding 2010-09-07 11:33:10 -07:00
lifecycle_test.rb
locking_test.rb
log_subscriber_test.rb
mass_assignment_security_test.rb
method_scoping_test.rb specific number of spaces should not be enforced 2010-09-10 11:51:32 -07:00
migration_test.rb Fix copying migrations to empty directory 2010-09-03 22:59:10 +02: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 Cleanup deprecation warnings in active record 2010-09-06 13:39:55 +02:00
nested_attributes_test.rb nested attributes tests should rely on associated objects to verify results not on assert_difference [#5206 state:resolved] 2010-09-01 09:56:48 +02:00
persistence_test.rb Fixing typo [#5485 state:resolved] 2010-08-28 17:51:22 -03:00
pooled_connections_test.rb removing useless ternary 2010-08-19 10:46:10 -07:00
primary_keys_test.rb code gardening: we have assert_(nil|blank|present), more concise, with better default failure messages - let's use them 2010-08-17 03:32:11 +02:00
query_cache_test.rb
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 failing test for reorder overriding default_scope 2010-09-05 08:27:51 -03:00
relations_test.rb added a test for relation which checks intersection between a relation and an array works in both directions 2010-09-10 21:13:57 +10:00
reload_models_test.rb
sanitize_test.rb
schema_dumper_test.rb
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 @user.touch should not fail if User does not have updated_at/updated_on column. 2010-08-24 11:24:32 -03:00
transaction_callbacks_test.rb fisting after_rollback and after commit callbacks 2010-08-20 00:06:49 -07:00
transactions_test.rb
unconnected_test.rb
validations_repair_helper.rb
validations_test.rb Cleanup deprecation warnings in active record 2010-09-06 13:39:55 +02:00
xml_serialization_test.rb
yaml_serialization_test.rb