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
2014-06-07 23:52:51 +05:30
..
adapters Ensure time zones don't change after round trip with array columns 2014-06-07 09:38:15 -06:00
associations Fix inverse associations test 2014-06-04 23:17:16 -03:00
attribute_methods Move type_cast_for_write behavior over to the serialized type object 2014-05-29 13:34:47 -07:00
coders
connection_adapters Move types to the top level ActiveRecord namespace 2014-05-27 19:44:29 -07:00
connection_specification Complete change of sqlite3:/// path handling 2014-04-03 01:41:34 +10:30
fixture_set
migration pg, reset_pk_sequence! respects schemas. Closes #14719. 2014-05-30 11:09:36 +02:00
relation Remove duplicated parameter check on #where! 2014-05-23 23:53:00 +03:00
scoping Revert "Merge pull request #14544 from jefflai2/named_scope_sti" 2014-05-21 12:15:57 -03:00
tasks
type Move types to the top level ActiveRecord namespace 2014-05-27 19:44:29 -07: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 fix test cases after #15558 merge to master. 2014-06-07 23:52:51 +05:30
attribute_methods_test.rb Remove most code related to serialized properties 2014-06-01 11:33:58 -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 Rename property to attribute 2014-06-07 07:20:25 -06:00
batches_test.rb
binary_test.rb Remove dead test code for unsupported adapters 2014-05-17 13:24:25 -06:00
bind_parameter_test.rb Remove Column#primary 2014-05-23 11:09:48 -07:00
calculations_test.rb Rename property to attribute 2014-06-07 07:20:25 -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 Updates reset_counters to allow counter name in params 2014-05-16 22:27:44 -04:00
custom_locking_test.rb
database_statements_test.rb
date_time_test.rb
defaults_test.rb Collapse PG default extractoin of most types to single regex 2014-06-04 07:44:06 -06:00
dirty_test.rb Rename property to attribute 2014-06-07 07:20:25 -06:00
disconnected_test.rb
dup_test.rb Add missing require to fix test 💣 2014-05-02 21:14:17 -03:00
enum_test.rb Follow up to bbe7fe41 to fix enum leakage across classes. 2014-04-07 18:52:21 -07:00
explain_subscriber_test.rb
explain_test.rb
finder_respond_to_test.rb
finder_test.rb
fixtures_test.rb Merge pull request #12016 from roderickvd/uuid_fixes 2014-04-04 12:52:49 -03:00
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 Remove dead test code for unsupported adapters 2014-05-17 13:24:25 -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 Rename property to attribute 2014-06-07 07:20:25 -06: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 Merge pull request #15503 from sgrif/sg-json-hstore-storage 2014-06-06 14:11:54 +02:00
pooled_connections_test.rb Remove dead test code for unsupported adapters 2014-05-17 13:24:25 -06:00
primary_keys_test.rb test refactor, don't hardcode primary_key_prefix_type default. 2014-06-06 15:38:51 +02:00
query_cache_test.rb
quoting_test.rb Remove checks against column.type in abstract adapter quoting 2014-05-26 09:04:17 -07:00
readonly_test.rb
reaper_test.rb
reflection_test.rb have an actual NullColumn object and update docs accordingly. 2014-06-04 22:22:45 +02:00
relation_test.rb Merge pull request #12829 from iantropov/issue_insert_via_hmt_scope_3548 2014-04-10 17:44:32 -03: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
sanitize_test.rb remove warning 2014-04-18 23:15:42 +05:30
schema_dumper_test.rb Add missing test cases for schema dumping defaults 2014-06-06 08:30:45 -06:00
serialization_test.rb Fixed serialization for records with an attribute named format. 2014-05-22 14:35:04 -07:00
serialized_attribute_test.rb Don't query the database schema when calling serialize 2014-06-07 07:03:42 -06: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 Don't change values in @raw_attributes during serialization 2014-06-01 10:55:23 -06:00
test_case.rb Remove dead test code for unsupported adapters 2014-05-17 13:24:25 -06:00
timestamp_test.rb ActiveRecord::Base.no_touching no longer triggers callbacks or start empty transactions. 2014-04-23 13:07:14 -05: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 Change typecasting unit tests to test type objects directly 2014-05-23 10:11:29 -07:00
unconnected_test.rb
validations_repair_helper.rb
validations_test.rb Merge pull request #10662 from take/change-test-name-for-ActiveRecord--Validations#valid- 2014-05-11 19:26:56 -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 New records should remain new after yaml serialization 2014-06-01 17:52:46 -06:00