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
Michael Koziarski 1e3dce08e1 Revert "When creating database with rake, create schemas in schema_search_path if it doesn't exist."
This reverts commit 6c2a0675f1.

Reverting because it breaks the ability to run tests using a non-superuser.

Conflicts:

	activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb
	activerecord/lib/active_record/railties/databases.rake
2010-04-09 11:30:40 +12:00
..
associations Add tests to prevent regression of lazy evaluation of has_many ..., :dependent => :___ 2010-04-04 07:00:24 -07:00
validations removing dead code from activerecord tests. [#4187 state:resolved] 2010-03-15 18:36:08 -07:00
active_schema_test_mysql.rb
active_schema_test_postgresql.rb Revert "When creating database with rake, create schemas in schema_search_path if it doesn't exist." 2010-04-09 11:30:40 +12:00
adapter_test.rb Revert "When creating database with rake, create schemas in schema_search_path if it doesn't exist." 2010-04-09 11:30:40 +12:00
aggregations_test.rb
ar_schema_test.rb ActiveRecord should raise an error on invalid migration types. 2010-02-28 11:53:48 +01:00
associations_test.rb restricts a test to < 1.9, and rewrites it using a proper expectation 2010-03-13 17:04:08 -06:00
attribute_methods_test.rb
autosave_association_test.rb Drop AR I18n deprecation and simple use errors.messages as fallback. 2010-01-30 13:12:12 +01:00
base_test.rb cleaning up a bunch of parse time warnings in AR [#4186 state:resolved] 2010-03-15 18:22:31 -07:00
batches_test.rb Warn scoped order and limit are ignored. [#4123 state:resolved] 2010-03-29 11:30:06 -03:00
binary_test.rb
calculations_test.rb Fix associations to call :destroy or :delete based on the right :dependent option 2010-03-09 00:11:34 +01:00
callbacks_observers_test.rb
callbacks_test.rb Remove test ordering bug by using another class 2010-03-22 10:00:03 -07:00
column_alias_test.rb
column_definition_test.rb Add tests for postgresql column type mapping updates [#4270 state:resolved] 2010-03-31 19:22:54 -03:00
connection_pool_test.rb
connection_test_firebird.rb
connection_test_mysql.rb
copy_table_test_sqlite.rb
database_statements_test.rb
datatype_test_postgresql.rb PostgreSQLAdapter: set time_zone to UTC when Base.default_timezone == :utc so that Postgres doesn't incorrectly offset-adjust values inserted into TIMESTAMP WITH TIME ZONE columns [#3777 state:resolved] 2010-01-25 20:57:07 -06:00
date_time_test.rb
default_test_firebird.rb
defaults_test.rb cleaning up a bunch of parse time warnings in AR [#4186 state:resolved] 2010-03-15 18:22:31 -07:00
deprecated_finder_test.rb
dirty_test.rb Dirty datetime attributes should be aware of time zone info [#3658 state:resolved] 2010-04-08 10:26:16 -07:00
finder_respond_to_test.rb
finder_test.rb Don't depend on order of elements in Set 2010-03-22 10:00:03 -07:00
fixtures_test.rb squelching more warnings in the AR tests. [#4218 state:resolved] 2010-03-18 10:24:16 -07:00
helper.rb restricts a test to < 1.9, and rewrites it using a proper expectation 2010-03-13 17:04:08 -06:00
i18n_test.rb
inheritance_test.rb
invalid_date_test.rb
json_serialization_test.rb Reset class attribute after changing it 2010-03-22 10:00:04 -07:00
lifecycle_test.rb Remove obsolete use case that was broken in AR::Observers 2010-03-22 10:00:04 -07:00
locking_test.rb
log_subscriber_test.rb cleaning up a bunch of parse time warnings in AR [#4186 state:resolved] 2010-03-15 18:22:31 -07:00
method_scoping_test.rb cleaning up a bunch of parse time warnings in AR [#4186 state:resolved] 2010-03-15 18:22:31 -07:00
migration_test.rb expand migration paths before requiring them. [#4240 state:resolved] 2010-03-23 18:22:46 -07:00
migration_test_firebird.rb
mixin_test.rb
modules_test.rb Add the ability to specify table_name_prefix on individual modules 2010-03-28 23:43:28 -07:00
multiple_db_test.rb Rename active_relation_engine -> arel_engine and active_relation_table -> arel_table 2010-01-16 16:02:30 +05:30
named_scope_test.rb Reset named scope cache whenever the @target is reset 2010-04-07 01:16:45 +01:00
nested_attributes_test.rb
pk_test.rb Fix dom_id for ActiveRecord [#4296 state:resolved] 2010-03-30 01:32:26 +02:00
pooled_connections_test.rb
query_cache_test.rb Clear the query cache between tests that test the query cache 2010-03-22 10:00:04 -07:00
readonly_test.rb
reflection_test.rb removing dead code from activerecord tests. [#4187 state:resolved] 2010-03-15 18:36:08 -07:00
relations_test.rb Add Relation extensions 2010-04-02 17:38:02 +01:00
reload_models_test.rb
reserved_word_test_mysql.rb
sanitize_test.rb
schema_authorization_test_postgresql.rb In PostgreSQLAdapter, switch tables query to use current_schemas function [#918 state:resolved] 2010-03-26 17:18:33 -07:00
schema_dumper_test.rb Revert "primary_key now supports :limit for MySQL". Break Sam Ruby app. 2010-03-27 14:39:43 +01:00
schema_test_postgresql.rb
serialization_test.rb
synonym_test_oracle.rb
timestamp_test.rb Revert "Changed behavior of touch and added touch! Originally implemented by Obie Fernandez, updated touch! to act as a thin wrapper to touch. [#2520 state:resolved]" 2010-03-27 08:22:32 +00:00
transactions_test.rb squelching more warnings in the AR tests. [#4218 state:resolved] 2010-03-18 10:24:16 -07:00
unconnected_test.rb
validations_repair_helper.rb
validations_test.rb test_validates_acceptance_of_as_database_column fixed 2010-02-05 16:08:08 -08:00
xml_serialization_test.rb
yaml_serialization_test.rb