rails/activerecord/test/cases
Tarmo Tänav 896a3b9ab8 Fixed test_joins_with_namespaced_model_should_use_correct_type for postgresql
Signed-off-by: Michael Koziarski <michael@koziarski.com>
2008-07-31 19:02:32 +02:00
..
associations Fixed test_joins_with_namespaced_model_should_use_correct_type for postgresql 2008-07-31 19:02:32 +02: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 Fix mysql 4.1 incompatibility in the active record schema tests. 2008-05-22 11:02:27 +12:00
active_schema_test_postgresql.rb PostgreSQL: update create_database_with_encoding test also 2008-06-07 13:43:52 -07:00
adapter_test_sqlserver.rb Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails 2008-01-21 17:20:51 +00:00
adapter_test.rb Added db:charset support to PostgreSQL. [#556 state:resolved] 2008-07-14 04:11:52 +01:00
aggregations_test.rb Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails 2008-01-21 17:20:51 +00: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 Add :accessible option to Associations for allowing mass assignments using hash. [#474 state:resolved] 2008-07-14 02:53:21 +01:00
attribute_methods_test.rb Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveSupport [#238 state:resolved] 2008-06-03 13:32:53 -05:00
base_test.rb Raise UnknownAttributeError when unknown attributes are supplied via mass assignment 2008-07-31 15:56:46 +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 Add :from option to calculations. [#397 state:resolved] 2008-06-11 18:07:57 -07: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 Fixed that create database statements would always include "DEFAULT NULL" (Nick Sieger) [#334 status:committed] 2008-07-14 10:12:54 -05: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 Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails 2008-01-21 17:20:51 +00: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 default nil tests for MySQL 5.0.51 [#192 state:resolved] 2008-05-31 12:36:07 -07:00
deprecated_finder_test.rb Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails 2008-01-21 17:20:51 +00:00
dirty_test.rb Dirty: recognize when an integer changes from zero to blank. [#433 state:resolved] 2008-06-27 21:31:06 -07: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 Allow conditions on multiple tables to be specified using hash. 2008-06-28 01:27:51 +01:00
fixtures_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
helper.rb Add assert_sql helper method to check for specific SQL output in Active Record test suite. [#325 state:resolved] 2008-07-14 23:22:39 +01:00
inheritance_test.rb Fix integer quoting issues in association preload. [#602 state:resolved] 2008-07-14 23:34:19 +01: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 Make observers define #after_find in the model only if needed. 2008-07-26 16:26:08 +02:00
locking_test.rb Partial updates don't update lock_version if nothing changed. [#426 state:resolved] 2008-06-22 20:33:43 -07:00
method_scoping_test.rb Fix column collision with named_scope and :joins. [#46 state:resolved] 2008-06-22 19:21:15 -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
migration_test.rb Fixed mysql change_column_default to not make the column always nullable. 2008-07-14 12:42:01 -07: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 Ensure NamedScope#any? uses COUNT query wherever possible. [#680 state:resolved] 2008-07-23 12:02:17 +01:00
pk_test.rb Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails 2008-01-21 17:20:51 +00:00
query_cache_test.rb Partial updates include only unsaved attributes. Off by default; set YourClass.partial_updates = true to enable. 2008-03-31 01:10:04 +00:00
readonly_test.rb Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails 2008-01-21 17:20:51 +00:00
reflection_test.rb Add support for :primary_key option to has_one as well as has_many so that a key other than the default primary key can be used for the association 2008-07-06 20:25:10 +02: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
schema_authorization_test_postgresql.rb PostgreSQL: support server versions 7.4 through 8.0 and the ruby-pg driver. Closes #11127 2008-02-22 03:26:21 +00: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
threaded_connections_test.rb Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails 2008-01-21 17:20:51 +00:00
transactions_test.rb Ensure add_column gives valid error for sqlite. [Gunnar Wolf, Pratik] [#197 state:resolved] 2008-05-20 11:10:38 +01:00
unconnected_test.rb Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails 2008-01-21 17:20:51 +00:00
validations_i18n_test.rb align with changes in i18n 2008-07-06 21:20:02 +02:00
validations_test.rb Ensure checked value is a string when validating case-sensitive uniqueness [#361 state:resolved] 2008-07-19 16:14:39 +01:00
xml_serialization_test.rb Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails 2008-01-21 17:20:51 +00:00