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-11-02 12:01:31 -07:00
..
adapters short arrays in inspect 2013-10-30 08:47:54 +04:00
associations Fix wrong behavior where associations with dependent: :destroy options 2013-11-01 19:04:30 -02:00
attribute_methods
coders
connection_adapters
connection_specification
fixture_set
migration Make 'enable_extension' revertible 2013-08-10 03:25:04 -04:00
relation Allow methods arity below -1 in assert_responds. 2013-10-08 00:15:11 +02:00
scoping remove trailing whitespace added with b057765 [ci skip]. 2013-10-21 17:25:25 +02:00
tasks More Warnings removed for ruby trunk 2013-11-01 13:47:23 +01:00
validations Properly repair validations when dynamically added 2013-07-29 03:03:24 +09:00
adapter_test.rb Defines the return type of select / select_all method. 2013-07-23 02:05:49 +09:00
aggregations_test.rb
ar_schema_test.rb
associations_test.rb do is_a? tests on assignment so runtime is faster 2013-07-31 18:19:36 -07:00
attribute_methods_test.rb Merge pull request #9860 from wangjohn/update_attributes_throws_error_with_nil 2013-09-24 11:56:50 -03:00
autosave_association_test.rb Squashed commit of the following: 2013-10-01 15:40:40 -07:00
base_test.rb fix code typo in MysqlAdapter .Closes #12647. 2013-10-30 18:12:26 +01:00
batches_test.rb
binary_test.rb
bind_parameter_test.rb
calculations_test.rb Change test_registering_new_handlers and test_count_on_invalid_columns_raises 2013-08-02 05:55:31 +09:00
callbacks_test.rb
clone_test.rb
column_alias_test.rb
column_definition_test.rb
column_test.rb prevent global timezone state from leaking out of test cases. 2013-10-25 14:40:57 +02:00
connection_management_test.rb rescue from all exceptions in ConnectionManagement#call 2013-07-22 14:44:33 +05:30
connection_pool_test.rb
core_test.rb
counter_cache_test.rb
custom_locking_test.rb
database_statements_test.rb
date_time_test.rb prevent global timezone state from leaking out of test cases. 2013-10-25 14:40:57 +02:00
defaults_test.rb
dirty_test.rb prevent time_zone_aware_attributes test leak. follow-up to #12633. 2013-10-25 17:05:41 +02:00
disconnected_test.rb
dup_test.rb Don't need to check if the scope respond to call 2013-08-31 14:53:28 -03:00
enum_test.rb Added ActiveRecord::Base#enum for declaring enum attributes where the values map to integers in the database, but can be queried by name 2013-11-02 12:01:31 -07:00
explain_subscriber_test.rb
explain_test.rb
finder_respond_to_test.rb Avoid compiling regexs in AR::Base.respond_to? 2013-08-21 18:18:26 -07:00
finder_test.rb prevent global timezone state from leaking out of test cases. 2013-10-25 14:40:57 +02:00
fixtures_test.rb Just change ENV and restore it afterwards. 2013-10-07 10:15:23 +02:00
forbidden_attributes_protection_test.rb Add regression test to #12343 2013-09-24 20:59:26 -03:00
habtm_destroy_order_test.rb
helper.rb Warnings removed for ruby trunk 2013-11-01 09:49:57 +01:00
hot_compatibility_test.rb
i18n_test.rb
inheritance_test.rb Port test from cf1904f to avoid future regression 2013-10-03 14:11:12 -04:00
integration_test.rb prevent global timezone state from leaking out of test cases. 2013-10-25 14:40:57 +02:00
invalid_connection_test.rb
invalid_date_test.rb
invertible_migration_test.rb
json_serialization_test.rb
locking_test.rb Deprecate unused quoted_locking_column method. 2013-09-24 21:56:52 +09:00
log_subscriber_test.rb
migration_test.rb Warnings removed for ruby trunk 2013-11-01 09:49:57 +01:00
migrator_test.rb
mixin_test.rb
modules_test.rb add missing require 2013-10-02 17:04:02 -07:00
multiparameter_attributes_test.rb prevent global timezone state from leaking out of test cases. 2013-10-25 14:40:57 +02:00
multiple_db_test.rb
nested_attributes_test.rb
nested_attributes_with_callbacks_test.rb Use assert_not rather than refute 2013-08-12 15:21:21 +02:00
persistence_test.rb
pooled_connections_test.rb
primary_keys_test.rb
query_cache_test.rb
quoting_test.rb prevent global timezone state from leaking out of test cases. 2013-10-25 14:40:57 +02:00
readonly_test.rb
reaper_test.rb
reflection_test.rb scope_chain should not be mutated for other reflections 2013-10-14 11:59:59 -04:00
relation_test.rb Merge pull request #12129 from Empact/deprecate-array-bang-delegation 2013-09-12 21:36:00 -03:00
relations_test.rb Fix order dependent tests 2013-10-22 11:35:33 -02:00
reload_models_test.rb
result_test.rb
sanitize_test.rb Process sub-query relation's binding values 2013-10-20 21:07:07 +03:00
schema_dumper_test.rb Escape the parentheses in the default function regexp 2013-10-21 16:20:28 -02:00
serialization_test.rb
serialized_attribute_test.rb prevent global timezone state from leaking out of test cases. 2013-10-25 14:40:57 +02:00
statement_cache_test.rb
store_test.rb stored_attributes need to be specific to a subclass. 2013-10-25 08:35:35 +02:00
test_case.rb assert_no_queries should allow to ignore some queries 2013-07-30 13:31:00 +05:30
timestamp_test.rb
transaction_callbacks_test.rb Don't rewrite AR connection#commit_db_transaction method globally 2013-07-29 03:03:24 +09:00
transaction_isolation_test.rb
transactions_test.rb Assert presence of "frozen" in error message, not the full MRI message. 2013-10-08 00:15:07 +02:00
unconnected_test.rb
validations_repair_helper.rb
validations_test.rb
xml_serialization_test.rb prevent global timezone state from leaking out of test cases. 2013-10-25 14:40:57 +02:00
yaml_serialization_test.rb prevent global timezone state from leaking out of test cases. 2013-10-25 14:40:57 +02:00