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
Jeremy Daer 2395b02144 Merge pull request #20009 from kamipo/foreign_keys_in_create
Support for foreign keys in create table
2015-09-20 12:58:16 -07:00
..
adapters Merge pull request #21687 from kamipo/refactor_table_exists 2015-09-20 20:45:30 +01:00
associations Merge pull request #21581 from ronakjangir47/restrict_with_error 2015-09-17 16:30:10 +02:00
attribute_methods
coders
connection_adapters
connection_specification
fixture_set
migration Support for foreign keys in create table 2015-09-20 12:46:11 +09:00
relation Removed mocha from Active Record Part 2 2015-09-16 21:57:10 +05:30
scoping Removed mocha from Active Record Part 1 2015-08-25 22:07:25 +05:30
tasks Allow global migrations_path configuration with using value from database_tasks instead of Migrator 2015-09-07 16:05:21 +02:00
type Respect scale of the column in the Decimal type 2015-09-01 16:02:04 -03:00
validations File encoding is defaulted to utf-8 in Ruby >= 2.1 2015-09-18 17:05:05 +09:00
adapter_test.rb Should test both mysql adapters 2015-09-20 05:14:49 +09:00
aggregations_test.rb
ar_schema_test.rb
associations_test.rb Remove unnecessary require in associations_test.rb 2015-09-03 04:27:07 +09:00
attribute_decorators_test.rb
attribute_methods_test.rb Should test both mysql adapters 2015-09-20 05:14:49 +09:00
attribute_set_test.rb
attribute_test.rb no more require minitest mock 2015-08-27 02:14:30 +05:30
attributes_test.rb
autosave_association_test.rb
base_test.rb File encoding is defaulted to utf-8 in Ruby >= 2.1 2015-09-18 17:05:05 +09:00
batches_test.rb Removed mocha from Active Record Part 1 2015-08-25 22:07:25 +05:30
binary_test.rb
bind_parameter_test.rb
calculations_test.rb
callbacks_test.rb
clone_test.rb
collection_cache_key_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_precision_test.rb
date_time_test.rb
defaults_test.rb
dirty_test.rb
disconnected_test.rb
dup_test.rb
enum_test.rb
errors_test.rb Make ActiveRecordException descendants args optional 2015-09-07 00:04:31 -07:00
explain_subscriber_test.rb
explain_test.rb Removed mocha from Active Record Part 2 2015-09-16 21:57:10 +05:30
finder_respond_to_test.rb
finder_test.rb Removed mocha from Active Record Part 2 2015-09-16 21:57:10 +05:30
fixtures_test.rb Removed mocha from Active Record Part 2 2015-09-16 21:57:10 +05:30
forbidden_attributes_protection_test.rb
habtm_destroy_order_test.rb
helper.rb Removed mocha from Active Record Part 1 2015-08-25 22:07:25 +05:30
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 revert of disable_extension to work 2015-08-30 19:26:39 +09:00
json_serialization_test.rb
locking_test.rb
log_subscriber_test.rb
migration_test.rb remove dead code. 2015-09-09 16:30:48 +02:00
migrator_test.rb
mixin_test.rb
modules_test.rb
multiparameter_attributes_test.rb
multiple_db_test.rb
nested_attributes_test.rb Removed mocha from Active Record Part 2 2015-09-16 21:57:10 +05:30
nested_attributes_with_callbacks_test.rb
persistence_test.rb Deprecate passing conditions to AR::Relation destroy_all and delete_all methods 2015-09-06 16:14:16 +02:00
pooled_connections_test.rb
primary_keys_test.rb Merge pull request #17696 from kamipo/unsigned_integer_support 2015-09-19 17:44:57 -07:00
query_cache_test.rb Removed mocha from Active Record Part 1 2015-08-25 22:07:25 +05:30
quoting_test.rb
readonly_test.rb
reaper_test.rb
reflection_test.rb Removed mocha from Active Record Part 1 2015-08-25 22:07:25 +05:30
relation_test.rb
relations_test.rb Deprecate passing conditions to AR::Relation destroy_all and delete_all methods 2015-09-06 16:14:16 +02:00
reload_models_test.rb
result_test.rb
sanitize_test.rb
schema_dumper_test.rb
secure_token_test.rb
serialization_test.rb
serialized_attribute_test.rb
statement_cache_test.rb
store_test.rb
suppressor_test.rb
test_case.rb Refactor table_exists? in AbstractMysqlAdapter 2015-09-20 14:46:35 +09:00
test_fixtures_test.rb 🔪 Typos 2015-09-21 03:17:39 +09:00
time_precision_test.rb
timestamp_test.rb
touch_later_test.rb
transaction_callbacks_test.rb
transaction_isolation_test.rb
transactions_test.rb Removed mocha from Active Record Part 2 2015-09-16 21:57:10 +05:30
type_test.rb
types_test.rb
unconnected_test.rb
validations_repair_helper.rb
validations_test.rb Validate multiple contexts on valid? and invalid? at once. 2015-09-07 22:42:50 +01:00
view_test.rb Do not dump a view as a table in sqlite3, mysql and mysql2 adapters 2015-09-13 21:02:52 +09:00
yaml_serialization_test.rb