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
2013-02-07 04:59:33 -05:00
..
adapters improve tests to check for existence of extensions method, and skip testing dumped extensions if they are unsupported by the database 2013-02-06 16:01:25 -08:00
associations Prevent Relation#merge from collapsing wheres on the RHS 2013-01-27 20:34:52 +00:00
attribute_methods
coders
connection_adapters Alias refute methods to assert_not and perfer assert_not on tests 2012-12-31 13:58:52 -03:00
connection_specification DATABASE_URL parsing should turn numeric strings into numeric types, and 2013-01-31 09:01:20 -08:00
fixture_set
migration Remove extra sort from test 2013-01-21 14:04:55 +05:30
relation active_record: Quote numeric values compared to string columns. 2013-02-07 04:59:33 -05:00
tasks Raise a specific exception with a useful message if a rake task is requested for an unknown adapter 2013-01-30 10:52:47 -08:00
validations Added support for validates_uniqueness_of in PostgreSQL array columns. Fixes: #8075. 2012-12-18 08:35:03 -02:00
adapter_test.rb Anonymous class is not allowed. For reference see #8934 and bc43763247 2013-01-19 20:33:14 -05:00
aggregations_test.rb remove meaningless AS::FrozenObjectError 2013-01-02 10:04:58 +09:00
ar_schema_test.rb Reset SchemaMigration after updating 2013-01-22 10:26:51 +09:00
associations_test.rb Ensure that associations have a symbol argument. 2012-11-28 13:39:42 -08:00
attribute_methods_test.rb Remove not used require and some useless test comments 2012-11-17 23:00:16 -02:00
autosave_association_test.rb Revert "Merge pull request #8989 from robertomiranda/use-rails-4-find-by" 2013-01-18 09:15:19 -05:00
base_test.rb Remove unnecessary begin..rescue..end, use only rescue 2013-01-06 15:41:14 +09:00
batches_test.rb
binary_test.rb Use Encoding::UTF_8 constant 🚯 2013-01-28 17:06:02 +09:00
bind_parameter_test.rb
calculations_test.rb #count in conjunction with #uniq performs distinct count. 2013-01-26 12:16:28 +01:00
callbacks_test.rb Revert "Merge pull request #8989 from robertomiranda/use-rails-4-find-by" 2013-01-18 09:15:19 -05:00
clone_test.rb
column_alias_test.rb
column_definition_test.rb
column_test.rb Fix error when assigning NaN to an integer column 2013-01-06 16:09:40 -05:00
connection_management_test.rb
connection_pool_test.rb Whitespaces ✂️ 2013-01-22 00:30:45 -02:00
counter_cache_test.rb
custom_locking_test.rb
database_statements_test.rb
date_time_test.rb Deprecate obsolete Time to DateTime fallback methods 2012-12-11 13:57:05 +00:00
defaults_test.rb Standardize the use of current_adapter? 2013-01-01 19:18:34 -03:00
deprecated_dynamic_methods_test.rb Revert "Merge pull request #8989 from robertomiranda/use-rails-4-find-by" 2013-01-18 09:15:19 -05:00
dirty_test.rb Fix handling of dirty time zone aware attributes 2013-01-26 16:57:33 +00:00
dup_test.rb Missing repair_validations 2013-01-22 05:24:23 +09:00
explain_subscriber_test.rb
explain_test.rb need to to_a the Relation to execute SQL here 2013-01-04 04:02:23 +09:00
finder_respond_to_test.rb
finder_test.rb CVE-2012-5664 options hashes should only be extracted if there are extra parameters 2013-01-02 13:44:06 -08:00
fixtures_test.rb Revert "Merge pull request #8989 from robertomiranda/use-rails-4-find-by" 2013-01-18 09:15:19 -05:00
forbidden_attributes_protection_test.rb Added STI support to init and building associations 2012-11-29 05:50:34 +00:00
habtm_destroy_order_test.rb
helper.rb Set Thread.abort_on_exception for the whole AS, AP, and AR tests 2013-01-24 20:00:45 +09:00
hot_compatibility_test.rb
i18n_test.rb
inheritance_test.rb User assert_kind_of, invert assert_equal expectations 2012-11-29 09:59:35 -02:00
invalid_date_test.rb
invertible_migration_test.rb Fixes for PR [#8267] 2012-12-22 20:40:42 -05:00
json_serialization_test.rb
locking_test.rb Rename update_attributes method to update, keep update_attributes as an alias 2013-01-03 11:51:21 -05:00
log_subscriber_test.rb Ignore binds payload with nil column in AR log subscriber 2013-01-08 08:59:41 -02:00
migration_test.rb Be sure to clear schema cache 2013-01-22 05:24:23 +09:00
migrator_test.rb Reset AR::Migration.verbose change to avoid depending on test run order 2013-01-08 09:12:51 +09:00
mixin_test.rb
modules_test.rb
multiparameter_attributes_test.rb
multiple_db_test.rb
named_scope_test.rb
nested_attributes_test.rb Namespace HashWithIndifferentAccess 2013-01-07 07:37:23 +09:00
persistence_test.rb Change duplicated test name 2013-01-03 21:26:38 -03:00
pooled_connections_test.rb
primary_keys_test.rb Revert "Merge pull request #8989 from robertomiranda/use-rails-4-find-by" 2013-01-18 09:15:19 -05:00
query_cache_test.rb Standardize the use of current_adapter? 2013-01-01 19:18:34 -03:00
quoting_test.rb active_record: Quote numeric values compared to string columns. 2013-02-07 04:59:33 -05:00
readonly_test.rb
reaper_test.rb
reflection_test.rb
relation_scoping_test.rb active_record: Quote numeric values compared to string columns. 2013-02-07 04:59:33 -05:00
relation_test.rb Use separate Relation subclasses for each AR class 2012-11-30 14:06:48 +00:00
relations_test.rb Prevent Relation#merge from collapsing wheres on the RHS 2013-01-27 20:34:52 +00:00
reload_models_test.rb Revert "Merge pull request #8989 from robertomiranda/use-rails-4-find-by" 2013-01-18 09:15:19 -05:00
sanitize_test.rb
schema_dumper_test.rb Run schema dumper extensions without creating real extensions 2013-02-06 23:03:48 -02:00
serialization_test.rb
serialized_attribute_test.rb Serialized attribute can be serialized in an integer column 2012-12-21 14:41:13 -03:00
store_test.rb Revert "Merge pull request #8989 from robertomiranda/use-rails-4-find-by" 2013-01-18 09:15:19 -05:00
test_case.rb
timestamp_test.rb
transaction_callbacks_test.rb validate :on option on after_commit and after_rollback callbacks 2012-12-26 11:37:37 +01:00
transaction_isolation_test.rb Rename update_attributes method to update, keep update_attributes as an alias 2013-01-03 11:51:21 -05:00
transactions_test.rb Refactored transaction state into its own object. Each transaction creates a new transaction state object upon initialization. 2013-01-21 12:16:55 -05:00
unconnected_test.rb
validations_repair_helper.rb
validations_test.rb
xml_serialization_test.rb
yaml_serialization_test.rb