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
Matthew Draper 843b8c0b8c Merge pull request #15762 from arthurnn/better_error_on_bad_alias_method
Dont swallow errors when bad alias_method
2014-07-18 23:42:31 +09:30
..
adapters Merge pull request #16196 from yahonda/mysql_restrict_test 2014-07-17 06:14:43 +09:30
associations Merge pull request #15266 from dv/use_counter_cache_for_empty_call 2014-07-15 08:34:44 -07:00
attribute_methods Promote time zone aware attributes to a first class type decorator 2014-06-16 15:09:39 -06:00
coders
connection_adapters Deprecate automatic counter caches on has_many :through 2014-06-26 07:24:34 -06:00
connection_specification
fixture_set
migration Disable some tests on SQLite 2014-07-17 17:47:58 -03:00
relation active_record: Type cast booleans and durations for string columns. 2014-07-06 02:43:34 -04:00
scoping Revert "Merge pull request #14544 from jefflai2/named_scope_sti" 2014-05-21 12:15:57 -03:00
tasks Active Record tests still depend on capture. Let's keep it for now. 2014-07-16 14:46:19 +02:00
type Fix decimal_test module and add new test for object responding to to_d 2014-07-16 17:17:31 +02:00
validations move AR length validation tests into separate test-case. 2014-04-24 17:37:15 -05:00
adapter_test.rb Remove dead test code for unsupported adapters 2014-05-17 13:24:25 -06:00
aggregations_test.rb
ar_schema_test.rb ActiveRecord::SchemaMigration has no primary key. 2014-06-06 15:53:33 +02:00
associations_test.rb
attribute_decorators_test.rb Don't type cast the default on the column 2014-06-17 16:02:53 -06:00
attribute_methods_test.rb Merge pull request #15718 from chancancode/regression_from_15694 2014-07-16 11:32:42 -07:00
attribute_set_test.rb AttributeSet#include? -> AttributeSet#key? 2014-07-11 07:50:16 -06:00
attribute_test.rb Attribute should know about its name 2014-06-26 07:18:21 -06:00
attributes_test.rb Rename property to attribute 2014-06-07 07:20:25 -06:00
autosave_association_test.rb Revert "Revert "Merge pull request #8313 from alan/only_save_changed_has_one_objects"" 2014-05-20 20:42:46 -03:00
base_test.rb Dont swallow errors when bad alias_method 2014-06-24 11:31:43 -04:00
batches_test.rb
binary_test.rb /mysql/i -> MySQL, Spell correct in continuation to #15555 2014-06-14 17:11:08 +05:30
bind_parameter_test.rb Remove Column#primary 2014-05-23 11:09:48 -07:00
calculations_test.rb Don't use Column for type casting in Relation calculations 2014-06-18 05:52:12 -06:00
callbacks_test.rb
clone_test.rb
column_alias_test.rb
column_definition_test.rb Remove unused Column#coder 2014-05-28 07:48:07 -07:00
connection_management_test.rb
connection_pool_test.rb
core_test.rb implement ActiveRecord::Base#pretty_print + changelog 2014-05-29 08:06:03 -04:00
counter_cache_test.rb Add :all argument to count in reset_counters 2014-07-02 20:21:36 -05:00
custom_locking_test.rb
database_statements_test.rb
date_time_test.rb
defaults_test.rb Don't type cast the default on the column 2014-06-17 16:02:53 -06:00
dirty_test.rb Deprecate reset_#{attribute} in favor of restore_#{attribute}. 2014-07-15 18:09:38 -03:00
disconnected_test.rb
dup_test.rb Don't error when duping a record with no PK 2014-07-02 07:00:26 -06:00
enum_test.rb
explain_subscriber_test.rb
explain_test.rb
finder_respond_to_test.rb
finder_test.rb Deprecate automatic counter caches on has_many :through 2014-06-26 07:24:34 -06:00
fixtures_test.rb remove deprecation call while initializing ClassCache object 2014-06-11 00:08:19 +05:30
forbidden_attributes_protection_test.rb
habtm_destroy_order_test.rb
helper.rb Deprecate decimal columns being automatically treated as integers 2014-05-27 05:42:45 -07:00
hot_compatibility_test.rb
i18n_test.rb
inheritance_test.rb Remove dead test code for unsupported adapters 2014-05-17 13:24:25 -06:00
integration_test.rb
invalid_connection_test.rb
invalid_date_test.rb
invertible_migration_test.rb
json_serialization_test.rb
locking_test.rb Don't mess with column_defaults when optimistic locking is enabled 2014-06-17 09:41:06 -06:00
log_subscriber_test.rb Fix exception when logging SQL w/ nil binary value. 2014-05-02 12:39:40 -04:00
migration_test.rb Keep quietly and capture undeprecated on your suite 2014-07-15 17:56:27 -03:00
migrator_test.rb No need for trailing slash on migration path. 2014-04-24 16:16:45 -05:00
mixin_test.rb
modules_test.rb Add support for module-level table_suffix in models 2014-05-05 12:41:26 -07:00
multiparameter_attributes_test.rb Remove dead test code for unsupported adapters 2014-05-17 13:24:25 -06:00
multiple_db_test.rb
nested_attributes_test.rb
nested_attributes_with_callbacks_test.rb
persistence_test.rb Fix mysql/mysql2 failing with FK constraint errors 2014-07-05 13:57:16 -07:00
pooled_connections_test.rb Remove dead test code for unsupported adapters 2014-05-17 13:24:25 -06:00
primary_keys_test.rb Move writing unknown column exception to null attribute 2014-06-26 09:43:35 -06:00
query_cache_test.rb
quoting_test.rb Always pass a column with a type object to quote 2014-06-28 14:50:30 -06:00
readonly_test.rb
reaper_test.rb
reflection_test.rb Begin refactoring ThroughReflection 2014-07-08 08:49:19 -04:00
relation_test.rb Consolidate testing of update_all type casting 2014-06-26 07:57:03 -06:00
relations_test.rb Move test to the proper file 2014-05-26 23:50:49 -03:00
reload_models_test.rb
result_test.rb Encapsulate knowledge of type objects on ActiveRecord::Result 2014-06-22 09:00:15 -06:00
sanitize_test.rb remove warning 2014-04-18 23:15:42 +05:30
schema_dumper_test.rb fk: dump foreign keys at the bottom to make sure tables exist. 2014-06-26 22:03:49 +02:00
serialization_test.rb Ensure we always define attribute methods 2014-06-13 10:52:39 -06:00
serialized_attribute_test.rb Document the change in nil handling for serialized attributes 2014-07-15 09:08:31 -07:00
statement_cache_test.rb use an array for bind params to simplify substitution 2014-04-12 18:40:29 -07:00
store_test.rb Introduce an Attribute object to handle the type casting dance 2014-06-13 10:20:54 -06:00
test_case.rb we intend to keep the capture helper for Active Record tests. 2014-07-16 16:15:16 +02:00
timestamp_test.rb Timestamp values should be present on callbacks 2014-06-09 17:27:32 -03:00
transaction_callbacks_test.rb
transaction_isolation_test.rb
transactions_test.rb Clear transaction state if callback raise rollback 2014-05-15 16:29:16 -04:00
types_test.rb Fix case statement to use ::Numeric and ::String 2014-07-16 16:23:54 +02:00
unconnected_test.rb
validations_repair_helper.rb
validations_test.rb Add AR::Base#validate! method 2014-06-23 16:11:06 +03:00
xml_serialization_test.rb Test the serialized types of virtual columns in XML 2014-06-01 11:42:53 -06:00
yaml_serialization_test.rb Implement required #encode_with 2014-07-15 15:50:29 -05:00