.. |
adapters
|
Return a Point object from the PG Point type
|
2015-06-05 09:06:45 -06:00 |
associations
|
add extend option on has_and_belongs_to_many .
|
2015-05-26 22:06:53 +09:00 |
attribute_methods
|
|
|
coders
|
|
|
connection_adapters
|
Map :bigint as NUMBER(19) sql_type by using :limit => 19 for Oracle
|
2015-06-01 12:23:20 +00:00 |
connection_specification
|
|
|
fixture_set
|
|
|
migration
|
Map :bigint as NUMBER(19) sql_type by using :limit => 19 for Oracle
|
2015-06-01 12:23:20 +00:00 |
relation
|
Add test to 57daaef
|
2015-05-28 00:37:21 -03:00 |
scoping
|
|
|
tasks
|
Changed mysqldump to include sprocs and functions
|
2015-05-22 19:32:13 -04:00 |
type
|
remove redundant parenthesis
|
2015-05-14 04:13:33 +05:30 |
validations
|
|
|
adapter_test.rb
|
|
|
aggregations_test.rb
|
|
|
ar_schema_test.rb
|
|
|
associations_test.rb
|
|
|
attribute_decorators_test.rb
|
|
|
attribute_methods_test.rb
|
|
|
attribute_set_test.rb
|
|
|
attribute_test.rb
|
|
|
attributes_test.rb
|
Persist user provided default values, even if unchanged
|
2015-05-28 16:40:26 -06:00 |
autosave_association_test.rb
|
Rename association option :class to :anonymous_class
|
2015-04-21 08:48:22 -04:00 |
base_test.rb
|
deprecate Relation#uniq use Relation#distinct instead.
|
2015-05-26 10:35:14 +02:00 |
batches_test.rb
|
|
|
binary_test.rb
|
|
|
bind_parameter_test.rb
|
|
|
calculations_test.rb
|
Fix postgresql DISTINCT requirement in pluck test
|
2015-06-02 05:36:24 -04:00 |
callbacks_test.rb
|
AR::RecordNotSaved & RecordNotDestroyed should include an error message
|
2015-05-01 19:01:41 -07:00 |
clone_test.rb
|
|
|
column_alias_test.rb
|
|
|
column_definition_test.rb
|
|
|
connection_management_test.rb
|
Add schema cache to new connection pool after fork
|
2015-05-17 00:57:52 +01:00 |
connection_pool_test.rb
|
sqlite3_mem has an existing connection
|
2015-05-18 21:30:42 +09:30 |
core_test.rb
|
|
|
counter_cache_test.rb
|
|
|
custom_locking_test.rb
|
|
|
database_statements_test.rb
|
|
|
date_time_precision_test.rb
|
|
|
date_time_test.rb
|
|
|
defaults_test.rb
|
|
|
dirty_test.rb
|
Persist user provided default values, even if unchanged
|
2015-05-28 16:40:26 -06:00 |
disconnected_test.rb
|
Silence warning from MySQL::Error object in test
|
2015-04-23 17:05:03 -04:00 |
dup_test.rb
|
|
|
enum_test.rb
|
Resolve enums in test fixtures
|
2015-05-27 21:48:58 -04:00 |
explain_subscriber_test.rb
|
|
|
explain_test.rb
|
|
|
finder_respond_to_test.rb
|
|
|
finder_test.rb
|
|
|
fixtures_test.rb
|
Fix crash when loading fixture with belongs_to association defined in abstract base class.
|
2015-06-04 12:38:00 -04:00 |
forbidden_attributes_protection_test.rb
|
|
|
habtm_destroy_order_test.rb
|
|
|
helper.rb
|
|
|
hot_compatibility_test.rb
|
|
|
i18n_test.rb
|
|
|
inheritance_test.rb
|
invalid sti error message contains the full class name.
|
2015-05-13 11:35:34 +02:00 |
integration_test.rb
|
|
|
invalid_connection_test.rb
|
|
|
invalid_date_test.rb
|
|
|
invertible_migration_test.rb
|
|
|
json_serialization_test.rb
|
|
|
locking_test.rb
|
Raise StaleObjectError if touched object is stale and locking is enabled
|
2015-04-19 23:50:13 +03:00 |
log_subscriber_test.rb
|
|
|
migration_test.rb
|
|
|
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
|
Cause ActiveRecord::Base::reload to also ignore the QueryCache.
|
2015-04-28 18:00:09 +01:00 |
pooled_connections_test.rb
|
|
|
primary_keys_test.rb
|
Fix serial? with quoted sequence name
|
2015-05-18 10:32:52 -07:00 |
query_cache_test.rb
|
|
|
quoting_test.rb
|
|
|
readonly_test.rb
|
|
|
reaper_test.rb
|
|
|
reflection_test.rb
|
|
|
relation_test.rb
|
Skip test that fails from outdated sqlite3 on travis
|
2015-06-02 07:29:44 -06:00 |
relations_test.rb
|
Merge pull request #20196 from huoxito/preload-association-and-merges
|
2015-05-28 01:52:14 -03:00 |
reload_models_test.rb
|
|
|
result_test.rb
|
|
|
sanitize_test.rb
|
|
|
schema_dumper_test.rb
|
Dump indexes in create_table instead of add_index
|
2015-05-03 23:35:13 +09:00 |
secure_token_test.rb
|
|
|
serialization_test.rb
|
|
|
serialized_attribute_test.rb
|
|
|
statement_cache_test.rb
|
|
|
store_test.rb
|
|
|
suppressor_test.rb
|
Apply Active Record suppression to all saves
|
2015-06-04 00:11:38 -04:00 |
test_case.rb
|
Add collation support for string and text columns in SQLite3
|
2015-05-28 08:40:40 +05:30 |
test_fixtures_test.rb
|
|
|
time_precision_test.rb
|
|
|
timestamp_test.rb
|
Fix missing index when using timestamps with index
|
2015-04-15 09:53:55 +01:00 |
touch_later_test.rb
|
Batch touch parent records
|
2015-04-08 13:31:28 -04:00 |
transaction_callbacks_test.rb
|
|
|
transaction_isolation_test.rb
|
|
|
transactions_test.rb
|
|
|
type_test.rb
|
|
|
types_test.rb
|
|
|
unconnected_test.rb
|
|
|
validations_repair_helper.rb
|
|
|
validations_test.rb
|
|
|
view_test.rb
|
Resolve enums in test fixtures
|
2015-05-27 21:48:58 -04:00 |
xml_serialization_test.rb
|
|
|
yaml_serialization_test.rb
|
|
|