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
2008-11-03 20:55:40 +01:00
..
associations Skip collection ids reader optimization if using :finder_sql 2008-10-23 18:53:44 -07:00
aaa_create_tables_test.rb Use schema.rb for all databases 2008-04-22 13:55:13 +12:00
active_schema_test_mysql.rb Make sure recreate MySQL test database with the proper encoding and collation [#1165 state:resolved] 2008-10-03 22:08:55 +02:00
active_schema_test_postgresql.rb PostgreSQL: update create_database_with_encoding test also 2008-06-07 13:43:52 -07:00
adapter_test.rb Added db:charset support to PostgreSQL. [#556 state:resolved] 2008-07-14 04:11:52 +01:00
adapter_test_sqlserver.rb Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails 2008-01-21 17:20:51 +00:00
aggregations_test.rb Add missing assert_deprecated calls to prevent spam during test runs 2008-09-11 11:21:22 +02:00
ar_schema_test.rb Add support for interleaving migrations by storing which migrations have run in the new schema_migrations table. Closes #11493 [jordi] 2008-04-09 16:20:15 +00:00
associations_test.rb Remove the functionality introduce in 28d3390 2008-10-10 17:04:46 +02:00
attribute_methods_test.rb "raise NoMethodError" raises NoMethodError. Raise it with NoMethodError.new instead. 2008-10-25 14:52:44 +05:30
base_test.rb Fixed that serialized strings should never be type-casted (i.e. turning "Yes" to a boolean)(Andreas Korth) [#857 state:committed] 2008-10-27 17:16:45 +01:00
binary_test.rb Ruby 1.9 compat: force encoding for binary comparison tests 2008-04-01 06:58:52 +00:00
calculations_test.rb Ensure Model.sum and Model.avg typecast appropriately. [#1066 state:resolved] 2008-10-04 20:13:44 +01:00
callbacks_observers_test.rb Callbacks fire before notifying observers [#230 state:resolved] 2008-06-03 13:38:00 -05:00
callbacks_test.rb Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails 2008-01-21 17:20:51 +00:00
class_inheritable_attributes_test.rb Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails 2008-01-21 17:20:51 +00:00
column_alias_test.rb Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails 2008-01-21 17:20:51 +00:00
column_definition_test.rb Don't set "NULL" as a constraint on nullable columns [#398 state:resolved] 2008-08-23 19:51:09 +03:00
connection_test_firebird.rb Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails 2008-01-21 17:20:51 +00:00
connection_test_mysql.rb Deprecate verification_timeout and verify before reset 2008-09-04 14:36:09 +02:00
copy_table_test_sqlite.rb Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails 2008-01-21 17:20:51 +00:00
database_statements_test.rb PostgreSQL: insert looks up pk and sequence name if not given. [#384 state:resolved] 2008-06-10 15:50:01 -07:00
datatype_test_postgresql.rb Fix tests for postgres 8.3.x 2008-05-26 00:45:42 +01:00
date_time_test.rb Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails 2008-01-21 17:20:51 +00:00
default_test_firebird.rb Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails 2008-01-21 17:20:51 +00:00
defaults_test.rb Fix what looks like a Mysql bug with transactions, savepoints, and create table. 2008-11-03 20:55:33 +01:00
deprecated_finder_test.rb Fix file permissions 2008-07-31 16:36:23 -05:00
dirty_test.rb Allow for the dirty tracking to work with the aliased name of aliased attributes. 2008-09-13 11:41:14 +02:00
finder_respond_to_test.rb Ensure that respond_to? considers dynamic finder methods. Closes #11538. [floehopper] 2008-04-06 22:26:15 +00:00
finder_test.rb Fixed issue where block is not called on the very first invocation of a find_or_create_by_ automatic finder. 2008-10-24 21:35:05 +02:00
fixtures_test.rb Fix file permissions 2008-07-31 16:36:23 -05:00
helper.rb Fix assert_queries failures by ignoring savepoint sql. 2008-11-03 20:55:40 +01:00
i18n_test.rb i18n: fixed failing tests after removing #populate and #store_translations 2008-08-27 10:37:01 +02:00
inheritance_test.rb fixed association preloading to use = instead of IN when there's only one record 2008-09-10 14:11:00 -07:00
invalid_date_test.rb Fix calculations on associations with custom :foreign_key. Closes #8117 [kamal, jack] 2008-02-02 04:28:42 +00:00
json_serialization_test.rb Tweak ActiveRecord::Base#to_json to include a root value in the returned hash: {post: {title: ...}} [rick] 2008-04-01 20:09:45 +00:00
lifecycle_test.rb Added missing fixtures for tests which fail to run independently if run after schema reset 2008-08-04 11:50:15 +02:00
locking_test.rb Default connection allow_concurrency to false (for PostgreSQL) 2008-09-04 15:44:05 +02:00
method_scoping_test.rb Allowed passing arrays-of-strings to :join everywhere. Merge duplicate join strings to avoid table aliasing problems. 2008-09-24 13:26:06 +02:00
migration_test.rb Deal with MySQL's quirky handling of defaults and blob/text columns 2008-09-14 17:11:22 -07:00
migration_test_firebird.rb Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails 2008-01-21 17:20:51 +00:00
mixin_test.rb Force timestamp update 2008-03-31 03:57:25 +00:00
modules_test.rb Improve ActiveRecord::Base#table_name unit tests for nested classes. Closes #10289. [scott_willson] 2008-04-07 19:44:37 +00:00
multiple_db_test.rb Move the transaction counter to the connection object rather than maintaining it on the current Thread. 2008-07-15 21:25:12 +02:00
named_scope_test.rb Allowed passing arrays-of-strings to :join everywhere. Merge duplicate join strings to avoid table aliasing problems. 2008-09-24 13:26:06 +02:00
pk_test.rb Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails 2008-01-21 17:20:51 +00:00
pooled_connections_test.rb Make clear_active_connections! also return stale connections back to the pool 2008-08-29 14:12:12 -05:00
query_cache_test.rb fix tests relying on implicit ordering 2008-08-26 02:17:36 -07:00
readonly_test.rb Fix file permissions 2008-07-31 16:36:23 -05:00
reflection_test.rb Introduce ActiveRecord::Reflection::ThroughReflection to simplify hm:t reflection logic 2008-10-04 17:49:39 +01:00
reload_models_test.rb Try reloading model on class mismatch [#229 state:resolved] 2008-10-04 17:49:38 +01:00
reserved_word_test_mysql.rb Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails 2008-01-21 17:20:51 +00:00
sanitize_test.rb Change all calls to String#chars to String#mb_chars. 2008-09-21 18:01:15 +02:00
schema_authorization_test_postgresql.rb Rescue spurious failures in case dummy postgresql user or schema already exists 2008-09-04 17:20:07 +02:00
schema_dumper_test.rb Test for tinyint 2008-06-23 23:42:06 -07:00
schema_test_postgresql.rb Make the schema dumper respect the schema settings in database.yml. References #8659 [sveiss] 2008-03-03 06:56:31 +00:00
serialization_test.rb Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails 2008-01-21 17:20:51 +00:00
synonym_test_oracle.rb Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails 2008-01-21 17:20:51 +00:00
table_name_test_sqlserver.rb Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails 2008-01-21 17:20:51 +00:00
transactions_test.rb Implement savepoints. 2008-11-03 20:55:26 +01:00
unconnected_test.rb Fix file permissions 2008-07-31 16:36:23 -05:00
validations_i18n_test.rb I18n: Introduce I18n.load_path in favor of I18n.load_translations and change Simple backend to load translations lazily. [#1048 state:resolved] 2008-09-20 19:26:16 +01:00
validations_test.rb Fixes validates_uniquness_of problem with case insensitive string containing newline characters 2008-09-11 17:40:14 +02:00
xml_serialization_test.rb Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails 2008-01-21 17:20:51 +00:00