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
2015-03-17 10:48:36 +08:00
..
adapters Closes rails/rails#18864: Renaming transactional fixtures to transactional tests 2015-03-16 11:35:44 -07:00
associations Closes rails/rails#18864: Renaming transactional fixtures to transactional tests 2015-03-16 11:35:44 -07:00
attribute_methods Attribute assignment and type casting has nothing to do with columns 2015-01-31 19:42:38 -07:00
coders
connection_adapters type_cast_from_user -> cast 2015-02-17 13:39:42 -07:00
connection_specification
fixture_set
migration Closes rails/rails#18864: Renaming transactional fixtures to transactional tests 2015-03-16 11:35:44 -07:00
relation Respect custom primary keys for associations in Relation#where 2015-02-04 08:56:46 -07:00
scoping Error message testing fix 2015-02-20 21:23:36 -02:00
tasks Fixes reference for schema_format to AR::Base from AS::Base 2015-03-03 12:13:18 -05:00
type type_cast_from_user -> cast 2015-02-17 13:39:42 -07:00
validations replace repair_validations with a disposable subclass. 2015-03-06 12:06:35 +01:00
adapter_test.rb Closes rails/rails#18864: Renaming transactional fixtures to transactional tests 2015-03-16 11:35:44 -07:00
aggregations_test.rb
ar_schema_test.rb Closes rails/rails#18864: Renaming transactional fixtures to transactional tests 2015-03-16 11:35:44 -07:00
associations_test.rb Do not test, document or use a private API method 2015-02-20 17:50:20 -02:00
attribute_decorators_test.rb type_cast_from_user -> cast 2015-02-17 13:39:42 -07:00
attribute_methods_test.rb Follow-up to #10776 2015-02-26 15:40:03 +01:00
attribute_set_test.rb type_cast_from_user -> cast 2015-02-17 13:39:42 -07:00
attribute_test.rb type_cast_from_user -> cast 2015-02-17 13:39:42 -07:00
attributes_test.rb Follow-up to #10776 2015-02-26 15:40:03 +01:00
autosave_association_test.rb Closes rails/rails#18864: Renaming transactional fixtures to transactional tests 2015-03-16 11:35:44 -07:00
base_test.rb tests, sequences are derived from the base class. 2015-03-06 13:25:07 +01:00
batches_test.rb Deprecated passing of start value to find_in_batches and find_each in favour of begin_at value. 2015-02-17 14:10:35 +05:30
binary_test.rb Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 onwards. 2015-02-03 20:51:40 +05:30
bind_parameter_test.rb rm Column#cast_type 2015-02-03 15:02:18 -07:00
calculations_test.rb Allow a symbol to be passed to attribute, in place of a type object 2015-02-06 11:51:13 -07:00
callbacks_test.rb after_commit runs after transactions with non-joinable parents 2015-01-16 03:50:29 +03:00
clone_test.rb
column_alias_test.rb
column_definition_test.rb rm Column#cast_type 2015-02-03 15:02:18 -07:00
connection_management_test.rb
connection_pool_test.rb
core_test.rb pretty_print will use #inspect if a subclass redefines it 2015-01-12 15:17:32 -08:00
counter_cache_test.rb Improve consistency of counter caches updating in memory 2015-01-26 12:37:29 -07:00
custom_locking_test.rb
database_statements_test.rb
date_time_precision_test.rb Closes rails/rails#18864: Renaming transactional fixtures to transactional tests 2015-03-16 11:35:44 -07:00
date_time_test.rb Fix a false assertion 2015-01-17 08:09:41 -08:00
defaults_test.rb Closes rails/rails#18864: Renaming transactional fixtures to transactional tests 2015-03-16 11:35:44 -07:00
dirty_test.rb Rm Type#type_cast 2015-02-17 14:07:45 -07:00
disconnected_test.rb Closes rails/rails#18864: Renaming transactional fixtures to transactional tests 2015-03-16 11:35:44 -07:00
dup_test.rb
enum_test.rb add ActiveRecord::Enum testcase about multiple enums declaring at a time 2015-03-05 21:39:03 +09:00
explain_subscriber_test.rb
explain_test.rb Remove Relation#bind_params 2015-01-27 16:10:03 -07:00
finder_respond_to_test.rb
finder_test.rb Remove version conditional for calling GC.disable 2015-01-04 15:54:21 -03:00
fixtures_test.rb Closes rails/rails#18864: Renaming transactional fixtures to transactional tests 2015-03-16 11:35:44 -07:00
forbidden_attributes_protection_test.rb
habtm_destroy_order_test.rb
helper.rb Closes rails/rails#18864: Renaming transactional fixtures to transactional tests 2015-03-16 11:35:44 -07:00
hot_compatibility_test.rb Closes rails/rails#18864: Renaming transactional fixtures to transactional tests 2015-03-16 11:35:44 -07:00
i18n_test.rb
inheritance_test.rb Always reset changed attributes in becomes 2015-02-04 15:42:14 +01:00
integration_test.rb Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 onwards. 2015-02-03 20:51:40 +05:30
invalid_connection_test.rb Closes rails/rails#18864: Renaming transactional fixtures to transactional tests 2015-03-16 11:35:44 -07:00
invalid_date_test.rb
invertible_migration_test.rb
json_serialization_test.rb
locking_test.rb Closes rails/rails#18864: Renaming transactional fixtures to transactional tests 2015-03-16 11:35:44 -07:00
log_subscriber_test.rb Remove Relation#bind_params 2015-01-27 16:10:03 -07:00
migration_test.rb Closes rails/rails#18864: Renaming transactional fixtures to transactional tests 2015-03-16 11:35:44 -07:00
migrator_test.rb Closes rails/rails#18864: Renaming transactional fixtures to transactional tests 2015-03-16 11:35:44 -07:00
mixin_test.rb remove unnecessary rescue 2015-03-05 15:05:47 -08:00
modules_test.rb
multiparameter_attributes_test.rb Push multi-parameter assignement into the types 2015-02-07 13:52:23 -07:00
multiple_db_test.rb Closes rails/rails#18864: Renaming transactional fixtures to transactional tests 2015-03-16 11:35:44 -07:00
nested_attributes_test.rb Closes rails/rails#18864: Renaming transactional fixtures to transactional tests 2015-03-16 11:35:44 -07:00
nested_attributes_with_callbacks_test.rb
persistence_test.rb Closes rails/rails#18864: Renaming transactional fixtures to transactional tests 2015-03-16 11:35:44 -07:00
pooled_connections_test.rb Closes rails/rails#18864: Renaming transactional fixtures to transactional tests 2015-03-16 11:35:44 -07:00
primary_keys_test.rb Closes rails/rails#18864: Renaming transactional fixtures to transactional tests 2015-03-16 11:35:44 -07:00
query_cache_test.rb Revert ":cut: remove unnecessary rescue Exceptions" 2015-03-06 12:16:18 +01:00
quoting_test.rb Refactor microsecond precision to be database agnostic 2015-02-10 11:55:59 -07:00
readonly_test.rb
reaper_test.rb fix issue with reaping_frequency type 2014-12-17 19:45:31 -07:00
reflection_test.rb Remove unused variable in activerecord reflection_test. 2015-03-17 10:48:36 +08:00
relation_test.rb type_cast_for_database -> serialize 2015-02-17 13:35:23 -07:00
relations_test.rb Merge pull request #18744 from mfazekas/no-table-name-with-from 2015-02-24 16:56:01 -03:00
reload_models_test.rb
result_test.rb
sanitize_test.rb Remove deprecated sanitize_sql_hash_for_conditions 2015-01-04 11:58:44 -03:00
schema_dumper_test.rb Closes rails/rails#18864: Renaming transactional fixtures to transactional tests 2015-03-16 11:35:44 -07:00
secure_token_test.rb Do not overwrite secret token value when already present. 2015-02-12 22:05:45 +01:00
serialization_test.rb
serialized_attribute_test.rb Remove deprecated serialized_attributes 2015-01-04 11:58:43 -03:00
statement_cache_test.rb
store_test.rb
suppressor_test.rb Copy edit the suppressor documentation 2015-02-19 09:08:51 -02:00
test_case.rb - Extracted silence_stream method to new module in activesupport/testing. 2015-01-20 22:28:48 +05:30
test_fixtures_test.rb Closes rails/rails#18864: Renaming transactional fixtures to transactional tests 2015-03-16 11:35:44 -07:00
time_precision_test.rb Closes rails/rails#18864: Renaming transactional fixtures to transactional tests 2015-03-16 11:35:44 -07:00
timestamp_test.rb Closes rails/rails#18864: Renaming transactional fixtures to transactional tests 2015-03-16 11:35:44 -07:00
transaction_callbacks_test.rb Closes rails/rails#18864: Renaming transactional fixtures to transactional tests 2015-03-16 11:35:44 -07:00
transaction_isolation_test.rb Closes rails/rails#18864: Renaming transactional fixtures to transactional tests 2015-03-16 11:35:44 -07:00
transactions_test.rb Closes rails/rails#18864: Renaming transactional fixtures to transactional tests 2015-03-16 11:35:44 -07:00
type_test.rb Add a global type registry, used to lookup and register types 2015-02-15 14:22:08 -07:00
types_test.rb type_cast_from_user -> cast 2015-02-17 13:39:42 -07:00
unconnected_test.rb Closes rails/rails#18864: Renaming transactional fixtures to transactional tests 2015-03-16 11:35:44 -07:00
validations_repair_helper.rb
validations_test.rb Allow a symbol to be passed to attribute, in place of a type object 2015-02-06 11:51:13 -07:00
view_test.rb
xml_serialization_test.rb Should escape regexp wildcard character . 2015-01-19 06:11:29 +09:00
yaml_serialization_test.rb Add YAML compatibility for objects from Rails 4.2 2015-03-10 11:56:45 -06:00