.. |
adapters
|
test pg, remove unused column assignments. Follow up to 254cdf47
|
2014-06-03 17:56:57 +02:00 |
associations
|
just use assert
|
2014-06-02 10:09:13 -07: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
|
|
|
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
|
|
|
associations_test.rb
|
|
|
attribute_methods_test.rb
|
Remove most code related to serialized properties
|
2014-06-01 11:33:58 -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
|
Deprecate decimal columns being automatically treated as integers
|
2014-05-27 05:42:45 -07: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
|
Deprecate decimal columns being automatically treated as integers
|
2014-05-27 05:42:45 -07: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
|
|
|
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
|
|
|
custom_properties_test.rb
|
Clear all caches calculated based on @columns when @columns changes
|
2014-05-31 05:43:21 -07:00 |
database_statements_test.rb
|
|
|
date_time_test.rb
|
|
|
defaults_test.rb
|
Remove dead test code for unsupported adapters
|
2014-05-17 13:24:25 -06:00 |
dirty_test.rb
|
|
|
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
|
Silence deprecation warning in test
|
2014-05-27 11:12:44 -07: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
|
docs, instantiate expects String keys. [Rafal Piekarski & Yves Senn]
|
2014-05-20 10:37:17 +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
|
Remove Column#primary
|
2014-05-23 11:09:48 -07: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
|
Merge pull request #15210 from arthurnn/fix_hbtm_reflection
|
2014-05-24 14:55:20 -04: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
|
pg, preserve point type when schema dumping.
|
2014-06-03 13:56:21 +02: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
|
Remove most code related to serialized properties
|
2014-06-01 11:33:58 -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
|
Remove dead test code for unsupported adapters
|
2014-05-17 13:24:25 -06:00 |
yaml_serialization_test.rb
|
New records should remain new after yaml serialization
|
2014-06-01 17:52:46 -06:00 |