1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test/cases
2015-07-07 03:04:21 -04:00
..
adapters Display decimal defaults as strings to keep precision 2015-06-23 14:38:00 -07:00
associations Correct through associations using scopes 2015-06-30 10:00:30 -07: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 Merge pull request #20699 from vngrs/foreign_key_with_table_name_suffix_and_prefix 2015-06-27 01:50:51 -03: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
validations AR absence validator respects marked_for_destruction?. Closes #20449. 2015-06-22 15:45:08 +02:00
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
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 Use Enumerable#sum on ActiveRecord::Relation when a block is given 2015-06-19 10:44:43 -06:00
callbacks_test.rb
clone_test.rb
column_alias_test.rb
column_definition_test.rb
connection_management_test.rb
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 Don't crash when mutating attributes in a getter 2015-06-12 11:03:12 -06:00
disconnected_test.rb
dup_test.rb
enum_test.rb Use default model enum in fixtures if not defined 2015-07-02 15:42:52 -04:00
explain_subscriber_test.rb Let WITH (CTE) queries be explainable 2015-05-28 14:10:09 +03:00
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
integration_test.rb
invalid_connection_test.rb
invalid_date_test.rb
invertible_migration_test.rb make remove_index :table, :column reversible. 2015-06-15 09:42:26 +02:00
json_serialization_test.rb
locking_test.rb
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 Add test proving that accepts_nested_attributes_for is secure against ID tampering attacks. 2015-07-07 03:04:21 -04:00
nested_attributes_with_callbacks_test.rb
persistence_test.rb
pooled_connections_test.rb
primary_keys_test.rb Added test case for serial? method when sequence name is not quoted 2015-05-22 14:55:23 +05:30
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 fix test not failing when executed isolated 2015-06-19 16:02:12 -03:00
result_test.rb
sanitize_test.rb
schema_dumper_test.rb Display decimal defaults as strings to keep precision 2015-06-23 14:38:00 -07:00
secure_token_test.rb
serialization_test.rb
serialized_attribute_test.rb Add a test to ensure serialize persists nil as NULL 2015-06-12 13:50:51 -06:00
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 make it possible to run AR tests with bin/test 2015-06-11 14:12:16 +02:00
test_fixtures_test.rb
time_precision_test.rb
timestamp_test.rb
touch_later_test.rb Add pending test for the great-grandparent touching bug from #19324 2015-06-25 14:23:06 +02: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