aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Agrawal <arunagw@gmail.com>2014-05-16 14:58:01 +0200
committerArun Agrawal <arunagw@gmail.com>2014-05-16 18:17:25 +0200
commit0fcc1f9a61357bbffeeabca8b6d111ba49560bb0 (patch)
tree0f510ae75b6d818683143f04b8b623b83c7201f1
parent8109dc8067a0e25933cd5cbc6adba365504ea054 (diff)
downloadrails-0fcc1f9a61357bbffeeabca8b6d111ba49560bb0.tar.gz
rails-0fcc1f9a61357bbffeeabca8b6d111ba49560bb0.tar.bz2
rails-0fcc1f9a61357bbffeeabca8b6d111ba49560bb0.zip
Remove code related to adapter which are no longer in repo
As we have remove code for these adapters so no need to have tasks
-rw-r--r--activerecord/Rakefile2
-rw-r--r--activerecord/test/config.example.yml30
2 files changed, 1 insertions, 31 deletions
diff --git a/activerecord/Rakefile b/activerecord/Rakefile
index 84856774f2..01ca4c82f2 100644
--- a/activerecord/Rakefile
+++ b/activerecord/Rakefile
@@ -45,7 +45,7 @@ namespace :db do
task drop: ['mysql:drop_databases', 'postgresql:drop_databases']
end
-%w( mysql mysql2 postgresql sqlite3 sqlite3_mem firebird db2 oracle sybase openbase frontbase jdbcmysql jdbcpostgresql jdbcsqlite3 jdbcderby jdbch2 jdbchsqldb ).each do |adapter|
+%w( mysql mysql2 postgresql sqlite3 sqlite3_mem db2 oracle jdbcmysql jdbcpostgresql jdbcsqlite3 jdbcderby jdbch2 jdbchsqldb ).each do |adapter|
Rake::TestTask.new("test_#{adapter}") { |t|
adapter_short = adapter == 'db2' ? adapter : adapter[/^[a-z0-9]+/]
t.libs << 'test'
diff --git a/activerecord/test/config.example.yml b/activerecord/test/config.example.yml
index 479b8c050d..a54914c372 100644
--- a/activerecord/test/config.example.yml
+++ b/activerecord/test/config.example.yml
@@ -51,28 +51,6 @@ connections:
password: arunit
database: arunit2
- firebird:
- arunit:
- host: localhost
- username: rails
- password: rails
- charset: UTF8
- arunit2:
- host: localhost
- username: rails
- password: rails
- charset: UTF8
-
- frontbase:
- arunit:
- host: localhost
- username: rails
- session_name: unittest-<%= $$ %>
- arunit2:
- host: localhost
- username: rails
- session_name: unittest-<%= $$ %>
-
mysql:
arunit:
username: rails
@@ -130,11 +108,3 @@ connections:
arunit2:
adapter: sqlite3
database: ':memory:'
-
- sybase:
- arunit:
- host: database_ASE
- username: sa
- arunit2:
- host: database_ASE
- username: sa