`

cc.rb Mysql2::Error: No database selected: SHOW TABLES

阅读更多
/home/agideo/.cruise/projects/mindaitong_dev/work agideo$ ruby -e "require 'rubygems' rescue nil; require 'rake'; load '/home/agideo/projects/cruisecontrol-1.4.0/tasks/cc_build.rake'; ARGV << '--nosearch' << 'cc:build'; Rake.application.run; ARGV.clear"
rake aborted!
Mysql2::Error: No database selected: SHOW TABLES

(See full trace by running task with --trace)
(in /home/agideo/.cruise/projects/mindaitong_dev/work)
[CruiseControl] Invoking Rake task "db:test:purge"
[CruiseControl] Invoking Rake task "db:migrate"


解决方案;
vi /home/agideo/projects/cruisecontrol-1.4.0/tasks/cc_build.rake
if configurations and configurations.has_key?("test") and configurations["test"]["adapter"]  'mysql' 
改为
if configurations and configurations.has_key?("test") and (configurations["test"]["adapter"]  ‘mysql’ or configurations[“test”][“adapter”] == ‘mysql2’)
分享到:
评论

相关推荐

    takkii.github.io:Ruby商店:chocolate_bar:

    takkii.github.io GitHub页面。 环境 gem install jekyll rbenv rehash jekyll new takkii.github.io ※ takkiiの部分はユーザ名 cd takkii.github.io git init ............pathutil.rb:502: ...pathutil.rb:502:in `

    redis-trib.rb

    redis-trib.rb redis集群脚本,亲测可用。ps: 先安装ruby

    FragmentDemo.rar

    case R.id.rb_channel: vpager.setCurrentItem(PAGE_ONE); break; case R.id.rb_message: vpager.setCurrentItem(PAGE_TWO); break; case R.id.rb_better: vpager.setCurrentItem(PAGE_THREE); ...

    brew_install.rb

    解决curl: (7) Failed to connect to raw.githubusercontent.com port 443: Operation timed out错误

    cocoapods ruby error

    /usr/local/rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/pathname.rb:422:in `open': No such file or directory @ dir_initialize – /Users/David/.cocoapods/repos (Errno::ENOENT) from /usr/local/rvm/rubies/ruby-...

    redis-3.2.13安装文件集群安装文件包含redis-3.2.13.tar.gz,和redis-3.2.1.gem

    启动6个redis节点,然后使用sudo /home/tydic/redis-3.2.13/src/redis-trib.rb create --replicas 1 192.168.129.98:7000 192.168.129.99:7003 192.168.129.99:7002 192.168.129.126:7005 192.168.129.126:7004 192....

    ruby example webrick

    rem previously drop tables call rake db:migrate VERSION=0 rem load test data (it depends on the db:environment and db:migrate tasks) call rake db:load_test_data call ruby script/server webrick @echo...

    redis集群工具redis-trib.rb

    搭建redis集群的工具,先试试下面的方法...打开该链接如果没有下载,而是打开一个页面,那么将该页面保存为redis-trib.rb 建议保存到Redis的目录下

    redis安装集群用redis-3.0.0.gem

    执行gem install redis /usr/local/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `require': cannot load such file -- redis (LoadError) from /usr/local/lib/ruby/2.3.0/rubygems/core_ext/...

    isdn.rar_30b+d_ISDN_ISDN PRI_isdn-pri_pri

    telcobridges pri develop,30b+d

    active_record_migrations:ActiveRecord独立迁移(适用于非Rails项目)

    gem 'sqlite3' # or 'pg', 'mysql2', ... 然后执行: $ bundle --binstubs 创建一个Rakefile: require 'active_record_migrations' ActiveRecordMigrations.load_tasks 用法 默认情况下,将从db/config.yml读取...

    libpng-1.6.18.tar.xz

    curl: (22) The requested URL returned error: 404 Not Found Error: Failed to download resource "libpng" Download failed: https://downloads.sf.net/project/libpng/libpng16/1.6.16/libpng-1.6.16.tar.xz ...

    PHP异常Parse error: syntax error, unexpected T_VAR错误解决方法

    在外部使用var就报错Parse error: syntax error, unexpected T_VAR in…,例如我的出错信息: Parse error: syntax error, unexpected T_VAR in D:\Apache2.2\htdocs\shirdrn\page\p2\pageUtil.inc on line 34 我在...

    python.rb:Ruby中的Python

    安装将此行添加到您的应用程序的Gemfile中: gem 'python' 然后执行: $ bundle或将其自己安装为: $ gem install python用法可执行脚本“ python.rb”将安装在您的bin路径中。 您可以通过两种方式执行python程序。 ...

    dragon.rb:用于为 OSX 定制 Dragon Dictate 的 ruby​​ DSL

    复制示例数据库配置: cp db/database.example.yml db/database.yml并根据需要进行配置: # db/database.ymltest : adapter : sqlite3 database : ' db/test.sqlite 'production : adapter : sqlite3 database : ' ...

    perftools.rb:gperftools用于Ruby代码

    perftools.rb gperftools for ruby code (c) 2012 Aman Gupta (tmm1) http://www.ruby-lang.org/en/LICENSE.txt gperftools (formerly known as google-perftools): http://gperftools.googlecode.com 用法(在...

    getchu_com_scraping_tools:www.getchu.com 抓取工具

    # Getchu.com 抓取工具命令实用程序get_monthly_title_list.rb从 Eroge 的每月发布页面中提取标题物品描述论点 1 HTML 文件名或 URL bundle exec ruby get_monthly_title_list.rb '...page/2015_01.html开发技巧curl ...

    redis-trib.rb 文件

    redis-trib.rb文件

Global site tag (gtag.js) - Google Analytics