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-05-21 16:20:56 +02:00
..
associations Use better assertion methods for testing 2010-05-19 10:18:36 +02:00
validations Revert "Make ActiveModel::Errors#add_on_blank and #add_on_empty accept an options hash and make various Validators pass their (filtered) options." 2010-05-15 21:55:16 +02:00
active_schema_test_mysql.rb make add_index and remove_index more resilient; new rename_index method; track database limits 2010-05-18 10:55:41 -07:00
active_schema_test_postgresql.rb
adapter_test.rb
aggregations_test.rb Use better assertion methods for testing 2010-05-19 10:18:36 +02:00
ar_schema_test.rb
associations_test.rb
attribute_methods_test.rb Use better assertion methods for testing 2010-05-19 10:18:36 +02:00
autosave_association_test.rb Use better assertion methods for testing 2010-05-19 10:18:36 +02:00
base_test.rb Use better assertion methods for testing 2010-05-19 10:18:36 +02:00
batches_test.rb corrected AR find_each and find_in_batches to raise when the user uses select but does not specify the primary key 2010-05-09 13:14:47 +03:00
binary_test.rb
calculations_test.rb type_cast_calculated_value refactor: value is never a Fixnum here. Fix test since SQLite returns Float. 2010-05-11 22:29:26 -07:00
callbacks_test.rb
column_alias_test.rb
column_definition_test.rb Use better assertion methods for testing 2010-05-19 10:18:36 +02:00
connection_pool_test.rb
connection_test_firebird.rb
connection_test_mysql.rb
copy_table_test_sqlite.rb
database_statements_test.rb
datatype_test_postgresql.rb
date_time_test.rb
default_test_firebird.rb
defaults_test.rb Use better assertion methods for testing 2010-05-19 10:18:36 +02:00
deprecated_finder_test.rb
dirty_test.rb Use better assertion methods for testing 2010-05-19 10:18:36 +02:00
finder_respond_to_test.rb Use better assertion methods for testing 2010-05-19 10:18:36 +02:00
finder_test.rb Final iteration of use better testing methods 2010-05-19 21:31:51 +02:00
fixtures_test.rb prevent to run fixture accessor (e.g. test_foos for TestFoo model) as a test case [#2992 state:resolved] 2010-05-16 20:14:36 +02:00
helper.rb
i18n_test.rb
inheritance_test.rb Final iteration of use better testing methods 2010-05-19 21:31:51 +02:00
invalid_date_test.rb
json_serialization_test.rb
lifecycle_test.rb
locking_test.rb eliminate alias_method_chain from ActiveRecord 2010-05-09 02:37:52 +03:00
log_subscriber_test.rb
method_scoping_test.rb Final iteration of use better testing methods 2010-05-19 21:31:51 +02:00
migration_test.rb Final iteration of use better testing methods 2010-05-19 21:31:51 +02:00
migration_test_firebird.rb
mixin_test.rb
modules_test.rb assert_equal should be used instead of assert 2010-05-18 16:13:00 +02:00
multiple_db_test.rb
named_scope_test.rb Change on Array extension from rand => random_element [#4555 state:committed] 2010-05-16 22:23:44 +02:00
nested_attributes_test.rb Nested records (re: autosave) are now updated even when the intermediate parent record is unchanged [#4242 state:resolved] 2010-05-18 16:13:00 +02:00
pk_test.rb Final iteration of use better testing methods 2010-05-19 21:31:51 +02:00
pooled_connections_test.rb expected value should come first in assert_equal 2010-05-18 16:13:00 +02:00
query_cache_test.rb Final iteration of use better testing methods 2010-05-19 21:31:51 +02:00
readonly_test.rb
reflection_test.rb
relations_test.rb Final iteration of use better testing methods 2010-05-19 21:31:51 +02:00
reload_models_test.rb
reserved_word_test_mysql.rb Final iteration of use better testing methods 2010-05-19 21:31:51 +02:00
sanitize_test.rb
schema_authorization_test_postgresql.rb
schema_dumper_test.rb
schema_test_postgresql.rb make add_index and remove_index more resilient; new rename_index method; track database limits 2010-05-18 10:55:41 -07:00
serialization_test.rb
synonym_test_oracle.rb
timestamp_test.rb Final iteration of use better testing methods 2010-05-19 21:31:51 +02:00
transaction_callbacks_test.rb Fixes a test on transaction_callbacks_test.rb 2010-05-19 12:59:47 +02:00
transactions_test.rb
unconnected_test.rb
validations_repair_helper.rb
validations_test.rb Fix failing test. 2010-05-21 16:20:56 +02:00
xml_serialization_test.rb
yaml_serialization_test.rb