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
Aaron Patterson 8e56085817 use assert_in_delta() for floating point comparisons in tests [#4871 state:resolved]
Signed-off-by: Carl Lerche <carllerche@mac.com>
2010-06-16 10:09:59 -07:00
..
associations Make sure about which is the first element of the query, fixes a postgresql 8.4 failing test 2010-06-09 10:06:41 +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 Avoid PostgreSQL and MySQL tests warnings. 2010-06-08 22:36:19 +02:00
active_schema_test_postgresql.rb Avoid PostgreSQL and MySQL tests warnings. 2010-06-08 22:36:19 +02:00
adapter_test.rb Add parentheses to avoid warnings when running AR tests. 2010-06-08 21:16:19 +02:00
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 Fixing test class names and refactor line in autosave association 2010-06-07 10:45:47 +02:00
base_test.rb Fix ActiveRecord::Base.compute_type swallowing NoMethodError. [#4751 state:resolved] 2010-06-08 15:34:47 -04: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 Refactor calculation test to remove unneeded SQLite special case. 2010-05-24 20:54:38 -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
counter_cache_test.rb fix reset_counters to work even with complex class names 2010-05-24 11:44:53 +02:00
database_statements_test.rb
datatype_test_postgresql.rb
date_time_test.rb create DateTime value with local offset as later it is compared to Time value with local offset 2010-06-04 22:44:02 +03:00
default_test_firebird.rb
defaults_test.rb edit pass: the names of Rails components have a space, ie, "Active Record", not "ActiveRecord" 2010-06-14 23:22:04 +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 Really make include_root_in_json default to true [#3770 state:resolved] 2010-06-08 01:02:45 +02:00
lifecycle_test.rb
locking_test.rb eliminate alias_method_chain from ActiveRecord 2010-05-09 02:37:52 +03:00
log_subscriber_test.rb assert log output match in case insensitive mode to avoid failure when quoted table name is in uppercase (when using Oracle) 2010-06-04 22:44:03 +03:00
method_scoping_test.rb Final iteration of use better testing methods 2010-05-19 21:31:51 +02:00
migration_test.rb use assert_in_delta() for floating point comparisons in tests [#4871 state:resolved] 2010-06-16 10:09:59 -07: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 removes Array#random_element and backports Array#sample from Ruby 1.9, thanks to Marc-Andre Lafortune 2010-06-05 01:15:17 +02:00
nested_attributes_test.rb Revert "Don't overwrite unsaved updates when loading an association but preserve the order of the loaded records. [#4642 state:open]" 2010-06-11 17:05:54 +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 This test shouldn't rely on the order of the data returned by select 2010-06-07 20:06:31 -04: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 to_xml with :include should skip_instruct on the included records [#4506 state:resolved] 2010-04-30 14:22:57 +02:00
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 Revert "Temporarily revert "Update after_commit and after_rollback docs and tests to use new style API with an :on options instead of on_* suffix." and "Add after_commit and after_rollback callbacks to ActiveRecord that are called after transactions either commit or rollback on all records saved or destroyed in the transaction."" 2010-06-08 17:05:29 -04:00
transactions_test.rb Revert "Temporarily revert "Update after_commit and after_rollback docs and tests to use new style API with an :on options instead of on_* suffix." and "Add after_commit and after_rollback callbacks to ActiveRecord that are called after transactions either commit or rollback on all records saved or destroyed in the transaction."" 2010-06-08 17:05:29 -04:00
unconnected_test.rb
validations_repair_helper.rb
validations_test.rb Validators should at model level and not at AR:Base level [Closes #4804] 2010-06-10 11:50:42 -04:00
xml_serialization_test.rb test cases for record.to_xml [#458 state:resolved] 2010-04-30 13:19:30 +02:00
yaml_serialization_test.rb