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
Pavel Pravosud 4ff626cac9 Make ActiveRecordException descendants args optional
This change allows to instantiate all ActiveRecordError descendant
execption classes without arguments, which might be useful in testing
and is far less surprising than mandatory arguments.
2015-09-07 00:04:31 -07:00
..
adapters pg, create_schema, drop_schema and rename_table quote schema name. 2015-08-28 15:59:37 +02:00
associations Removed duplicate require ‘models/computer’ 2015-08-26 21:53:03 +05:30
attribute_methods
coders
connection_adapters
connection_specification
fixture_set
migration no more require minitest mock 2015-08-27 02:14:30 +05:30
relation
scoping Removed mocha from Active Record Part 1 2015-08-25 22:07:25 +05:30
tasks Add run_cmd class method to ActiveRecord::Tasks::DatabaseTasks 2015-08-01 16:53:25 -05:00
type Respect scale of the column in the Decimal type 2015-09-01 16:02:04 -03:00
validations Removed mocha from Active Record Part 1 2015-08-25 22:07:25 +05:30
adapter_test.rb
aggregations_test.rb
ar_schema_test.rb
associations_test.rb Remove unnecessary require in associations_test.rb 2015-09-03 04:27:07 +09:00
attribute_decorators_test.rb
attribute_methods_test.rb Removed duplicate require ‘models/computer’ 2015-08-26 21:53:03 +05:30
attribute_set_test.rb
attribute_test.rb no more require minitest mock 2015-08-27 02:14:30 +05:30
attributes_test.rb use assert_not instead of refute as mentioned in our guides. 2015-08-13 09:20:39 +02:00
autosave_association_test.rb Correctly ignore mark_for_destruction without autosave 2015-07-20 09:00:00 -06:00
base_test.rb Respect scale of the column in the Decimal type 2015-09-01 16:02:04 -03:00
batches_test.rb Removed mocha from Active Record Part 1 2015-08-25 22:07:25 +05:30
binary_test.rb
bind_parameter_test.rb
calculations_test.rb Use Enumerable#sum on ActiveRecord::Relation when a block is given 2015-06-19 10:44:43 -06:00
callbacks_test.rb
clone_test.rb
collection_cache_key_test.rb Fix ambiguous argument warning 2015-08-02 22:40:25 +03:00
column_alias_test.rb
column_definition_test.rb
connection_management_test.rb
connection_pool_test.rb Replaced ActiveSupport::Concurrency::Latch with concurrent-ruby. 2015-07-13 15:44:21 -04:00
core_test.rb
counter_cache_test.rb Fix counter_cache for polymorphic associations 2015-07-19 15:52:29 -06:00
custom_locking_test.rb
database_statements_test.rb
date_time_precision_test.rb
date_time_test.rb
defaults_test.rb
dirty_test.rb Don't crash when mutating attributes in a getter 2015-06-12 11:03:12 -06:00
disconnected_test.rb
dup_test.rb
enum_test.rb use assert_not instead of refute as mentioned in our guides. 2015-08-13 09:20:39 +02:00
errors_test.rb Make ActiveRecordException descendants args optional 2015-09-07 00:04:31 -07:00
explain_subscriber_test.rb
explain_test.rb
finder_respond_to_test.rb
finder_test.rb
fixtures_test.rb Removed duplicate require ‘models/computer’ 2015-08-26 21:53:03 +05:30
forbidden_attributes_protection_test.rb
habtm_destroy_order_test.rb
helper.rb Removed mocha from Active Record Part 1 2015-08-25 22:07:25 +05:30
hot_compatibility_test.rb
i18n_test.rb
inheritance_test.rb
integration_test.rb
invalid_connection_test.rb
invalid_date_test.rb
invertible_migration_test.rb Make revert of disable_extension to work 2015-08-30 19:26:39 +09:00
json_serialization_test.rb
locking_test.rb Fix the test that was broken by #16445 rather than deleting it 2015-07-19 15:52:31 -06:00
log_subscriber_test.rb
migration_test.rb Merge pull request #21342 from yui-knk/test/add_assert_method 2015-08-24 13:19:39 -03:00
migrator_test.rb
mixin_test.rb
modules_test.rb
multiparameter_attributes_test.rb
multiple_db_test.rb
nested_attributes_test.rb Ensure that 'ActionController::Parameters' can still be passed to AR for collection associations 2015-07-18 08:23:52 -07:00
nested_attributes_with_callbacks_test.rb
persistence_test.rb Fix failing tests caused by #21350 2015-08-24 07:59:40 -06:00
pooled_connections_test.rb
primary_keys_test.rb
query_cache_test.rb Removed mocha from Active Record Part 1 2015-08-25 22:07:25 +05:30
quoting_test.rb
readonly_test.rb Further fix failing tests caused by #21350 2015-08-24 08:10:48 -06:00
reaper_test.rb
reflection_test.rb Removed mocha from Active Record Part 1 2015-08-25 22:07:25 +05:30
relation_test.rb
relations_test.rb Fix regression caused by a01d164b 2015-07-07 13:40:50 -03:00
reload_models_test.rb fix test not failing when executed isolated 2015-06-19 16:02:12 -03:00
result_test.rb
sanitize_test.rb
schema_dumper_test.rb Display decimal defaults as strings to keep precision 2015-06-23 14:38:00 -07:00
secure_token_test.rb
serialization_test.rb Remove XML Serialization from core. 2015-08-07 11:01:48 -04:00
serialized_attribute_test.rb Add a test to ensure serialize persists nil as NULL 2015-06-12 13:50:51 -06:00
statement_cache_test.rb
store_test.rb
suppressor_test.rb
test_case.rb
test_fixtures_test.rb
time_precision_test.rb
timestamp_test.rb
touch_later_test.rb use assert_not instead of refute as mentioned in our guides. 2015-08-13 09:20:39 +02:00
transaction_callbacks_test.rb
transaction_isolation_test.rb
transactions_test.rb Fix state being carried over from previous transaction 2015-07-20 09:12:01 -06:00
type_test.rb
types_test.rb
unconnected_test.rb
validations_repair_helper.rb
validations_test.rb
view_test.rb
yaml_serialization_test.rb