.. |
adapters
|
Reconnect after possibly enabling hstore
|
2014-06-18 14:45:10 +09:30 |
associations
|
Merge pull request #15343 from dontfidget/fix_polymorphic_automatic_inverse_of
|
2014-06-13 18:19:18 -03: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
|
Parsing DATABASE_URI, use URI#hostname: it's smarter about IPv6
|
2014-06-14 15:09:37 +09:30 |
connection_specification
|
|
|
fixture_set
|
|
|
migration
|
Merge pull request #15782 from sgrif/sg-column-defaults
|
2014-06-18 13:36:43 +09:30 |
relation
|
|
|
scoping
|
|
|
tasks
|
add bin/rake db:purge task to empty the current database.
|
2014-06-17 09:20:58 +02:00 |
type
|
|
|
validations
|
|
|
adapter_test.rb
|
|
|
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
|
Reorder test which does not represent real world usage
|
2014-06-13 13:50:24 -06:00 |
attribute_test.rb
|
Introduce an Attribute object to handle the type casting dance
|
2014-06-13 10:20:54 -06:00 |
attributes_test.rb
|
Rename property to attribute
|
2014-06-07 07:20:25 -06:00 |
autosave_association_test.rb
|
|
|
base_test.rb
|
Merge pull request #15593 from sgrif/sg-attribute
|
2014-06-13 15:45:49 -03: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
|
|
|
calculations_test.rb
|
Pluck should work with columns of the same name from different tables
|
2014-06-11 15:12:36 -06: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
|
implement ActiveRecord::Base#pretty_print + changelog
|
2014-05-29 08:06:03 -04:00 |
counter_cache_test.rb
|
|
|
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
|
Detect in-place changes on mutable AR attributes
|
2014-06-13 14:07:41 -06:00 |
disconnected_test.rb
|
|
|
dup_test.rb
|
|
|
enum_test.rb
|
|
|
explain_subscriber_test.rb
|
|
|
explain_test.rb
|
|
|
finder_respond_to_test.rb
|
|
|
finder_test.rb
|
Silence warnings in tests.
|
2014-06-10 08:48:57 -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
|
|
|
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
|
|
|
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
|
|
|
migration_test.rb
|
Don't type cast the default on the column
|
2014-06-17 16:02:53 -06:00 |
migrator_test.rb
|
|
|
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
|
Merge pull request #15593 from sgrif/sg-attribute
|
2014-06-13 15:45:49 -03:00 |
pooled_connections_test.rb
|
|
|
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
|
|
|
readonly_test.rb
|
|
|
reaper_test.rb
|
|
|
reflection_test.rb
|
Rename type_cast to type_cast_from_database
|
2014-06-09 13:39:51 -06:00 |
relation_test.rb
|
|
|
relations_test.rb
|
|
|
reload_models_test.rb
|
|
|
result_test.rb
|
|
|
sanitize_test.rb
|
|
|
schema_dumper_test.rb
|
test, fix typo, create_index does not exist.
|
2014-06-10 13:36:17 +02:00 |
serialization_test.rb
|
Ensure we always define attribute methods
|
2014-06-13 10:52:39 -06:00 |
serialized_attribute_test.rb
|
Deprecate serialized_attributes without replacement
|
2014-06-14 06:21:28 -06:00 |
statement_cache_test.rb
|
|
|
store_test.rb
|
Introduce an Attribute object to handle the type casting dance
|
2014-06-13 10:20:54 -06:00 |
test_case.rb
|
|
|
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
|
|
|
types_test.rb
|
Rename type_cast to type_cast_from_database
|
2014-06-09 13:39:51 -06:00 |
unconnected_test.rb
|
|
|
validations_repair_helper.rb
|
|
|
validations_test.rb
|
|
|
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
|
Keep the types of virtual columns after yaml serialization
|
2014-06-10 08:42:47 -06:00 |