.. |
adapters
|
Remove most code related to serialized properties
|
2014-06-01 11:33:58 -06:00 |
associations
|
Merge pull request #14834 from al2o3cr/issue14155
|
2014-05-27 10:29:59 -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
|
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
|
Use teardown helper method.
|
2014-03-14 20:48:59 -07:00 |
associations_test.rb
|
Calling reset on a collection association should unload the assocation
|
2014-01-21 18:24:28 -08:00 |
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
|
Return sized enumerator from Batches#find_each
|
2014-02-05 16:53:02 -05:00 |
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
|
set encoding to binmode for pipe
|
2014-01-17 16:49:10 -05:00 |
connection_pool_test.rb
|
test should only pass if the pool.size+1 checkout fails
|
2014-03-17 17:37:05 -07:00 |
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
|
Use teardown helper method.
|
2014-03-14 20:48:59 -07:00 |
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
|
Use teardown helper method.
|
2014-03-14 20:48:59 -07:00 |
explain_test.rb
|
|
|
finder_respond_to_test.rb
|
Fixed a bug in AR::Base#respond_to?
|
2014-01-29 10:53:48 -08:00 |
finder_test.rb
|
Add test for deprecation warning for passing an AR object to find .
|
2014-03-13 16:10:04 -03:00 |
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
|
Use teardown helper method.
|
2014-03-14 20:48:59 -07:00 |
invalid_date_test.rb
|
|
|
invertible_migration_test.rb
|
Use teardown helper method.
|
2014-03-14 20:48:59 -07:00 |
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
|
Remove automatic removal of Date/Time stubs after each test case
|
2014-01-30 10:17:48 -02:00 |
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
|
Remove extra indirection for testing exceptions and messages
|
2014-03-20 08:40:32 -03:00 |
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
|
Make select_all on query cache accept a Relation without binds.
|
2014-03-13 15:01:37 -04:00 |
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
|
Reap connections based on owning-thread death
|
2014-03-18 10:33:00 +10:30 |
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
|
Return sized enumerator from Batches#find_each
|
2014-02-05 16:53:02 -05:00 |
sanitize_test.rb
|
remove warning
|
2014-04-18 23:15:42 +05:30 |
schema_dumper_test.rb
|
Remove duplicated setup in test
|
2014-05-23 08:48:34 -07: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
|
Make sure transaction state resets after commit
|
2014-02-03 15:49:48 -05:00 |
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
|
Use teardown helper method.
|
2014-03-14 20:48:59 -07:00 |
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 |