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-02-17 13:35:23 -07:00
..
adapters type_cast_for_database -> serialize 2015-02-17 13:35:23 -07:00
associations Optimize none? and one? relation query methods to use LIMIT and COUNT. 2015-02-12 17:40:59 -02: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 Properly lookup the limit for bigint 2015-02-02 15:20:11 -07:00
connection_specification
fixture_set
migration Type#type_cast_from_database -> Type#deserialize 2015-02-17 13:28:48 -07:00
relation Respect custom primary keys for associations in Relation#where 2015-02-04 08:56:46 -07:00
scoping current_scope shouldn't pollute sibling STI classes 2015-02-11 13:46:30 -07:00
tasks
type type_cast_for_database -> serialize 2015-02-17 13:35:23 -07:00
validations Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 onwards. 2015-02-03 20:51:40 +05:30
adapter_test.rb Remove Relation#bind_params 2015-01-27 16:10:03 -07:00
aggregations_test.rb
ar_schema_test.rb Change the default null value for timestamps to false 2015-01-04 11:58:43 -03:00
associations_test.rb WhereClause#predicates does not need to be public 2015-01-27 10:30:38 -07:00
attribute_decorators_test.rb Type#type_cast_from_database -> Type#deserialize 2015-02-17 13:28:48 -07:00
attribute_methods_test.rb Extracted ActiveRecord::AttributeAssignment to ActiveModel::AttributesAssignment 2015-01-23 23:43:22 +02:00
attribute_set_test.rb Type#type_cast_from_database -> Type#deserialize 2015-02-17 13:28:48 -07:00
attribute_test.rb type_cast_for_database -> serialize 2015-02-17 13:35:23 -07:00
attributes_test.rb Type#type_cast_from_database -> Type#deserialize 2015-02-17 13:28:48 -07:00
autosave_association_test.rb Fix a state leak in autosave_association_test 2015-01-30 09:34:40 -07:00
base_test.rb Allow a symbol to be passed to attribute, in place of a type object 2015-02-06 11:51:13 -07: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 Fix test failures on Mysql 5.5 2015-02-17 11:39:14 -07:00
date_time_test.rb Fix a false assertion 2015-01-17 08:09:41 -08:00
defaults_test.rb tests, use drop_table if_exists: true in our test suite. 2015-01-20 13:30:12 +01:00
dirty_test.rb type_cast_for_database -> serialize 2015-02-17 13:35:23 -07:00
disconnected_test.rb
dup_test.rb
enum_test.rb Mention where.not in the example 2015-02-14 00:04:16 -08: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 Fixes #18492 2015-01-14 21:36:58 +05:30
forbidden_attributes_protection_test.rb
habtm_destroy_order_test.rb
helper.rb get rid of transaction warning when running PG tests. 2015-02-12 14:45:34 +01:00
hot_compatibility_test.rb
i18n_test.rb
inheritance_test.rb Test association was eager loaded, rather than reaching into internals 2015-01-26 11:36:13 -07: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
invalid_date_test.rb
invertible_migration_test.rb
json_serialization_test.rb
locking_test.rb Properly persist lock_version as 0 if the DB has no default 2015-01-09 09:56:15 -07:00
log_subscriber_test.rb Remove Relation#bind_params 2015-01-27 16:10:03 -07:00
migration_test.rb pg tests, be clear about the missing type that causes a test skip. 2015-02-12 12:20:03 +01:00
migrator_test.rb
mixin_test.rb
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 Do not run remove_connection in memory db test 2015-02-05 17:31:00 -02:00
nested_attributes_test.rb Always perform validations on nested attribute associations 2015-01-30 07:27:20 -07:00
nested_attributes_with_callbacks_test.rb
persistence_test.rb Run SQL only if attribute changed for update_attribute method 2015-01-18 20:00:57 +05:30
pooled_connections_test.rb
primary_keys_test.rb Replace if exists with table_exists? and drop table statement with drop_table 2015-01-21 16:17:34 +00:00
query_cache_test.rb
quoting_test.rb Refactor microsecond precision to be database agnostic 2015-02-10 11:55:59 -07:00
readonly_test.rb
reaper_test.rb
reflection_test.rb type_cast_for_database -> serialize 2015-02-17 13:35:23 -07:00
relation_test.rb type_cast_for_database -> serialize 2015-02-17 13:35:23 -07:00
relations_test.rb Optimize none? and one? relation query methods to use LIMIT and COUNT. 2015-02-12 17:40:59 -02: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 Remove debug code 2015-02-08 11:51:22 -02: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
test_case.rb - Extracted silence_stream method to new module in activesupport/testing. 2015-01-20 22:28:48 +05:30
timestamp_test.rb
transaction_callbacks_test.rb TransactionManager should call rollback records 2015-01-20 12:37:57 -05:00
transaction_isolation_test.rb
transactions_test.rb Whitespace fixes from #18349 2015-01-05 14:20:23 -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_for_database -> serialize 2015-02-17 13:35:23 -07:00
unconnected_test.rb
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