.. |
adapters
|
Added enable_extension! to helper
|
2014-09-05 21:20:17 +00:00 |
associations
|
Do not mark object as persisted after an association is saved
|
2014-09-05 18:43:10 -03:00 |
attribute_methods
|
|
|
coders
|
|
|
connection_adapters
|
|
|
connection_specification
|
|
|
fixture_set
|
|
|
migration
|
Added enable_extension! to helper
|
2014-09-05 21:20:17 +00:00 |
relation
|
Fix query with nested array in Active Record
|
2014-09-06 23:46:32 +03:00 |
scoping
|
Skip StatementCache for eager loaded associations (Fixes #16761)
|
2014-09-04 10:05:01 -05:00 |
tasks
|
schema loading rake tasks maintain database connection for current env.
|
2014-09-03 18:02:44 +02:00 |
type
|
Fix type casting to Decimal from Float with ...
|
2014-08-01 00:29:20 +09:00 |
validations
|
Clear validators before and after each test
|
2014-08-14 16:14:02 +09:00 |
adapter_test.rb
|
Add where condition so select_one returns the correct record.
|
2014-07-28 20:05:32 +08:00 |
aggregations_test.rb
|
|
|
ar_schema_test.rb
|
Merge pull request #16827 from kuldeepaggarwal/f-disable-migration-logging
|
2014-09-08 11:50:15 +02:00 |
associations_test.rb
|
always reorder bind parameters. fixes #15920
|
2014-09-04 14:40:19 -07:00 |
attribute_decorators_test.rb
|
Remove 'if exists' from drop table statement then use table_exists?
|
2014-09-03 04:43:53 +09:00 |
attribute_methods_test.rb
|
Merge pull request #16458 from chancancode/ar_fix_reserved_inheritance
|
2014-08-17 11:59:46 -07:00 |
attribute_set_test.rb
|
|
|
attribute_test.rb
|
Implement == on Type::Value and Attribute
|
2014-08-15 13:37:53 -06:00 |
attributes_test.rb
|
|
|
autosave_association_test.rb
|
Ignore SCHEMA queries when asserting no queries
|
2014-08-28 14:38:42 +09:00 |
base_test.rb
|
Fixed find_by("sql fragment without bindings") on master
|
2014-08-25 17:48:13 -07:00 |
batches_test.rb
|
|
|
binary_test.rb
|
|
|
bind_parameter_test.rb
|
|
|
calculations_test.rb
|
Move association definition to the model file
|
2014-08-28 15:50:14 +09:00 |
callbacks_test.rb
|
|
|
clone_test.rb
|
|
|
column_alias_test.rb
|
|
|
column_definition_test.rb
|
|
|
connection_management_test.rb
|
|
|
connection_pool_test.rb
|
|
|
core_test.rb
|
|
|
counter_cache_test.rb
|
|
|
custom_locking_test.rb
|
|
|
database_statements_test.rb
|
|
|
date_time_test.rb
|
|
|
defaults_test.rb
|
|
|
dirty_test.rb
|
User Model#last to certainly get lastly created data
|
2014-08-28 19:27:22 +09:00 |
disconnected_test.rb
|
|
|
dup_test.rb
|
|
|
enum_test.rb
|
Enums shouldn't ruin people's anniversaries
|
2014-09-04 00:34:21 -07:00 |
explain_subscriber_test.rb
|
|
|
explain_test.rb
|
|
|
finder_respond_to_test.rb
|
|
|
finder_test.rb
|
Fix query with nested array in Active Record
|
2014-09-06 23:46:32 +03:00 |
fixtures_test.rb
|
No transaction for a test that creates fixtures in the test body
|
2014-08-29 00:45:46 +09:00 |
forbidden_attributes_protection_test.rb
|
Check attributes passed to create_with and where
|
2014-08-18 14:07:37 -03:00 |
habtm_destroy_order_test.rb
|
|
|
helper.rb
|
Added enable_extension! to helper
|
2014-09-05 21:20:17 +00:00 |
hot_compatibility_test.rb
|
|
|
i18n_test.rb
|
|
|
inheritance_test.rb
|
|
|
integration_test.rb
|
|
|
invalid_connection_test.rb
|
|
|
invalid_date_test.rb
|
|
|
invertible_migration_test.rb
|
Silence another test that runs migrations
|
2014-08-29 10:34:26 +09:00 |
json_serialization_test.rb
|
|
|
locking_test.rb
|
Dynamically modified schema and association would not be correctly reset
|
2014-09-06 23:28:18 +09:00 |
log_subscriber_test.rb
|
|
|
migration_test.rb
|
MySQL: skip GTID-unsafe statement tests when enforce_gtid_consistency is enabled
|
2014-09-01 22:36:05 -07:00 |
migrator_test.rb
|
Reset ActiveRecord::Migration.message_count counter before start testing
|
2014-08-29 10:58:55 +09:00 |
mixin_test.rb
|
|
|
modules_test.rb
|
|
|
multiparameter_attributes_test.rb
|
|
|
multiple_db_test.rb
|
|
|
nested_attributes_test.rb
|
|
|
nested_attributes_with_callbacks_test.rb
|
|
|
persistence_test.rb
|
|
|
pooled_connections_test.rb
|
|
|
primary_keys_test.rb
|
Define id_was to get the previous value of the primary key
|
2014-08-06 23:46:31 -03:00 |
query_cache_test.rb
|
|
|
quoting_test.rb
|
|
|
readonly_test.rb
|
|
|
reaper_test.rb
|
|
|
reflection_test.rb
|
|
|
relation_test.rb
|
|
|
relations_test.rb
|
Ignore SCHEMA queries when asserting no queries
|
2014-08-28 14:38:42 +09:00 |
reload_models_test.rb
|
|
|
result_test.rb
|
|
|
sanitize_test.rb
|
|
|
schema_dumper_test.rb
|
Reset ActiveRecord::SchemaDumper.ignore_tables value after changed in tests
|
2014-09-03 11:30:36 +09:00 |
serialization_test.rb
|
|
|
serialized_attribute_test.rb
|
AR#reset_column_information sometimes queries via table_exists?
|
2014-08-31 00:05:59 +09:00 |
statement_cache_test.rb
|
|
|
store_test.rb
|
|
|
test_case.rb
|
Ignore Postgresql "SELECT tablename FROM pg_tables" when counting queries
|
2014-08-20 17:50:11 +09:00 |
timestamp_test.rb
|
Merge pull request #8813 from greyblake/dont_write_timestamps_if_they_are_not_attributes
|
2014-08-14 12:11:44 +02:00 |
transaction_callbacks_test.rb
|
Add option to stop swallowing errors on callbacks.
|
2014-08-18 14:47:48 -04:00 |
transaction_isolation_test.rb
|
|
|
transactions_test.rb
|
Use *_transaction methods in TransactionManager
|
2014-08-15 16:04:02 -04:00 |
types_test.rb
|
Implement == on Type::Value and Attribute
|
2014-08-15 13:37:53 -06:00 |
unconnected_test.rb
|
|
|
validations_repair_helper.rb
|
Clear validators before and after each test
|
2014-08-14 16:14:02 +09:00 |
validations_test.rb
|
|
|
xml_serialization_test.rb
|
|
|
yaml_serialization_test.rb
|
Implement required #encode_with
|
2014-07-15 15:50:29 -05:00 |