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
Jenner LaFave 5de7309b7b Add support for module-level table_suffix in models
This makes table_name_suffix work the same as table_name_prefix when
using namespaced models. Pretty much the same as 67d1cec.
2014-05-05 12:41:26 -07:00
..
adapters Test typecasting on instance rather than class itself 2014-05-03 09:17:36 +05:30
associations Remove duplicated fixture addition 2014-05-03 14:33:48 -03:00
attribute_methods
coders
connection_adapters Rearrange deck chairs on the titanic. Organize connection handling test cases. 2014-04-21 15:54:28 -05:00
connection_specification Complete change of sqlite3:/// path handling 2014-04-03 01:41:34 +10:30
fixture_set
migration test, show current adapter behavior for add_column limit: nil. 2014-04-04 10:35:26 +02:00
relation Put back Relation#join method as a delegate to Array 2014-05-05 16:45:16 +03:00
scoping Block a few default Class methods as scope name. 2014-04-03 16:40:01 -04:00
tasks create/drop test and development databases only if RAILS_ENV is nil 2014-01-08 14:37:07 +01:00
validations move AR length validation tests into separate test-case. 2014-04-24 17:37:15 -05:00
adapter_test.rb We can conditional define the tests depending on the adapter or 2014-04-02 16:19:57 +05:30
aggregations_test.rb
ar_schema_test.rb Use teardown helper method. 2014-03-14 20:48:59 -07:00
associations_test.rb Calling reset on a collection association should unload the assocation 2014-01-21 18:24:28 -08:00
attribute_methods_test.rb Just call read_attribute, no need to use send. 2014-04-14 00:04:08 -03:00
autosave_association_test.rb Revert "Merge pull request #8313 from alan/only_save_changed_has_one_objects" 2014-03-25 15:09:48 -03:00
base_test.rb Ensure that the comparison between 'CollectionProxy' and 'AssociationRelation' is consistent. 2014-04-12 11:00:57 -03:00
batches_test.rb Return sized enumerator from Batches#find_each 2014-02-05 16:53:02 -05:00
binary_test.rb
bind_parameter_test.rb Merge pull request #14524 from tgxworld/fix_unsubscribe_from_notifications 2014-03-29 14:53:29 +01:00
calculations_test.rb Ignore order when doing count. 2014-04-07 11:15:30 -03:00
callbacks_test.rb
clone_test.rb
column_alias_test.rb
column_definition_test.rb PostgreSQL determine Column#type through corresponding OID. #7814 2014-04-01 09:54:32 +02:00
column_test.rb
connection_management_test.rb set encoding to binmode for pipe 2014-01-17 16:49:10 -05:00
connection_pool_test.rb test should only pass if the pool.size+1 checkout fails 2014-03-17 17:37:05 -07:00
core_test.rb
counter_cache_test.rb
custom_locking_test.rb
database_statements_test.rb
date_time_test.rb
defaults_test.rb Use teardown helper method. 2014-03-14 20:48:59 -07:00
dirty_test.rb
disconnected_test.rb Use teardown helper method. 2014-03-14 20:48:59 -07:00
dup_test.rb Add missing require to fix test 💣 2014-05-02 21:14:17 -03:00
enum_test.rb Follow up to bbe7fe41 to fix enum leakage across classes. 2014-04-07 18:52:21 -07:00
explain_subscriber_test.rb Use teardown helper method. 2014-03-14 20:48:59 -07:00
explain_test.rb some databases do not have bind params (mysql2) so take that in to account 2014-01-14 18:05:00 -08:00
finder_respond_to_test.rb Fixed a bug in AR::Base#respond_to? 2014-01-29 10:53:48 -08:00
finder_test.rb Add test for deprecation warning for passing an AR object to find. 2014-03-13 16:10:04 -03:00
fixtures_test.rb Merge pull request #12016 from roderickvd/uuid_fixes 2014-04-04 12:52:49 -03:00
forbidden_attributes_protection_test.rb
habtm_destroy_order_test.rb
helper.rb Merge pull request #12016 from roderickvd/uuid_fixes 2014-04-04 12:52:49 -03:00
hot_compatibility_test.rb fix tests for explain plan + binds 2014-01-13 16:42:12 -08:00
i18n_test.rb
inheritance_test.rb Use teardown helper method. 2014-03-14 20:48:59 -07:00
integration_test.rb Fix test for cache_key + touched 2014-01-16 09:05:55 -02:00
invalid_connection_test.rb Use teardown helper method. 2014-03-14 20:48:59 -07:00
invalid_date_test.rb
invertible_migration_test.rb Use teardown helper method. 2014-03-14 20:48:59 -07:00
json_serialization_test.rb
locking_test.rb Correctly send the string given to lock! and reload(:lock) to the lock scope - fixes #13788 2014-01-29 12:37:00 -03:00
log_subscriber_test.rb Fix exception when logging SQL w/ nil binary value. 2014-05-02 12:39:40 -04:00
migration_test.rb Use teardown helper method. 2014-03-14 20:48:59 -07:00
migrator_test.rb No need for trailing slash on migration path. 2014-04-24 16:16:45 -05:00
mixin_test.rb Remove automatic removal of Date/Time stubs after each test case 2014-01-30 10:17:48 -02:00
modules_test.rb Add support for module-level table_suffix in models 2014-05-05 12:41:26 -07:00
multiparameter_attributes_test.rb
multiple_db_test.rb Deprecate use of string in establish_connection as connection lookup 2013-12-24 10:18:54 +01:00
nested_attributes_test.rb Remove extra indirection for testing exceptions and messages 2014-03-20 08:40:32 -03:00
nested_attributes_with_callbacks_test.rb
persistence_test.rb Move dup destroyed test to specific file that tests dup logic 2014-05-02 20:59:22 -03:00
pooled_connections_test.rb Use teardown helper method. 2014-03-14 20:48:59 -07:00
primary_keys_test.rb docs, AR already auto-detects primary keys. Closes #13946. [ci skip] 2014-02-05 08:52:59 +01:00
query_cache_test.rb Make select_all on query cache accept a Relation without binds. 2014-03-13 15:01:37 -04:00
quoting_test.rb
readonly_test.rb
reaper_test.rb Reap connections based on owning-thread death 2014-03-18 10:33:00 +10:30
reflection_test.rb Regression test for irregular inflection on has_many 2014-04-18 01:12:27 -04:00
relation_test.rb Merge pull request #12829 from iantropov/issue_insert_via_hmt_scope_3548 2014-04-10 17:44:32 -03:00
relations_test.rb Put back Relation#join method as a delegate to Array 2014-05-05 16:45:16 +03:00
reload_models_test.rb
result_test.rb Return sized enumerator from Batches#find_each 2014-02-05 16:53:02 -05:00
sanitize_test.rb remove warning 2014-04-18 23:15:42 +05:30
schema_dumper_test.rb Merge pull request #12016 from roderickvd/uuid_fixes 2014-04-04 12:52:49 -03:00
serialization_test.rb
serialized_attribute_test.rb Use teardown helper method. 2014-03-14 20:48:59 -07:00
statement_cache_test.rb use an array for bind params to simplify substitution 2014-04-12 18:40:29 -07:00
store_test.rb Aesthetic 2014-01-29 20:48:43 -02:00
test_case.rb refactor assert_sql query to reuse capture_sql 2014-03-31 22:56:39 -04:00
timestamp_test.rb ActiveRecord::Base.no_touching no longer triggers callbacks or start empty transactions. 2014-04-23 13:07:14 -05:00
transaction_callbacks_test.rb Make sure transaction state resets after commit 2014-02-03 15:49:48 -05:00
transaction_isolation_test.rb Deprecate use of string in establish_connection as connection lookup 2013-12-24 10:18:54 +01:00
transactions_test.rb AR .persisted? throws SystemStackError for an unsaved model with a 2014-03-27 15:01:31 -03:00
unconnected_test.rb Use teardown helper method. 2014-03-14 20:48:59 -07:00
validations_repair_helper.rb
validations_test.rb ActiveRecord/ActiveModel '#validate' alias for 'valid?' 2014-03-27 17:56:14 +01:00
xml_serialization_test.rb require dependency to execute a single test from xml_serialization_test 2014-03-27 12:00:10 +01:00
yaml_serialization_test.rb