- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试使用 Capistrano 在我的生产服务器上安装 'mysql2' gem。
我想在开发中使用 SQLite,在生产中使用 MySQL。
我在 Windows 7 机器上开发,生产使用 Ubuntu。
当我跑 bundle install
在我的开发机器上,它安装了 MySQL2。
当 Capistrano 在我的生产机器上运行它时,它甚至没有在输出中提及。
当我在我的生产机器上直接在 shell 上运行相同的命令时,它也没有提到 gem。
我还发现 gem 'therubyracer', :platforms => :ruby
没有被安装。我在 mysql2 条目之后添加了这个。我希望这两个是相关的。在我添加 therubyracer 之前,mysql2 无法正常工作。
由于上述所有原因,当我尝试查看我的网站时出现以下错误:
Please install the mysql2 adapter:
gem install activerecord-mysql2-adapter
(mysql2 is not part of the bundle. Add it to Gemfile.)
source 'http://rubygems.org'
gem 'rails', '3.1.1'
gem 'nokogiri'
gem 'bcrypt-ruby'
gem 'faker'
gem 'will_paginate'
gem 'capistrano'
gem 'capistrano-ext'
gem 'mysql2', "~> 0.3"
gem 'therubyracer', :platforms => :ruby
gem 'sqlite3'
# Gems used only for assets and not required
# in production environments by default.
group :assets do
gem 'sass-rails', '~> 3.1.4'
gem 'coffee-rails', '~> 3.1.1'
gem 'uglifier', '>= 1.0.3'
end
gem 'jquery-rails'
group :test do
# Pretty printed test output
gem 'turn', :require => false
end
* executing "cd /home/gannicott.co.uk/production/listen/www/releases/20120223225131 && bundle install --gemfile /home/gannicott.co.uk/prod
uction/listen/www/releases/20120223225131/Gemfile --path /home/gannicott.co.uk/production/listen/www/shared/bundle --deployment --without de
velopment test"
servers: ["homer.gannicott.co.uk"]
[homer.gannicott.co.uk] executing command
[homer.gannicott.co.uk] sh -c 'cd /home/gannicott.co.uk/production/listen/www/releases/20120223225131 && bundle install --gemfile /home/
gannicott.co.uk/production/listen/www/releases/20120223225131/Gemfile --path /home/gannicott.co.uk/production/listen/www/shared/bundle --dep
loyment --without development test'
** [out :: homer.gannicott.co.uk] Installing rake (0.9.2.2)
** [out :: homer.gannicott.co.uk]
** [out :: homer.gannicott.co.uk] Installing multi_json (1.1.0)
** [out :: homer.gannicott.co.uk]
** [out :: homer.gannicott.co.uk] Installing activesupport (3.1.1)
** [out :: homer.gannicott.co.uk]
** [out :: homer.gannicott.co.uk] Installing builder (3.0.0)
** [out :: homer.gannicott.co.uk]
** [out :: homer.gannicott.co.uk] Installing i18n (0.6.0)
** [out :: homer.gannicott.co.uk]
** [out :: homer.gannicott.co.uk] Installing activemodel (3.1.1)
** [out :: homer.gannicott.co.uk]
** [out :: homer.gannicott.co.uk] Installing erubis (2.7.0)
** [out :: homer.gannicott.co.uk]
** [out :: homer.gannicott.co.uk] Installing rack (1.3.6)
** [out :: homer.gannicott.co.uk]
** [out :: homer.gannicott.co.uk] Installing rack-cache (1.1)
** [out :: homer.gannicott.co.uk]
** [out :: homer.gannicott.co.uk] Installing rack-mount (0.8.3)
** [out :: homer.gannicott.co.uk]
** [out :: homer.gannicott.co.uk] Installing rack-test (0.6.1)
** [out :: homer.gannicott.co.uk]
** [out :: homer.gannicott.co.uk] Installing hike (1.2.1)
** [out :: homer.gannicott.co.uk]
** [out :: homer.gannicott.co.uk] Installing tilt (1.3.3)
** [out :: homer.gannicott.co.uk]
** [out :: homer.gannicott.co.uk] Installing sprockets (2.0.3)
** [out :: homer.gannicott.co.uk]
** [out :: homer.gannicott.co.uk] Installing actionpack (3.1.1)
** [out :: homer.gannicott.co.uk]
** [out :: homer.gannicott.co.uk] Installing mime-types (1.17.2)
** [out :: homer.gannicott.co.uk]
** [out :: homer.gannicott.co.uk] Installing polyglot (0.3.3)
** [out :: homer.gannicott.co.uk]
** [out :: homer.gannicott.co.uk] Installing treetop (1.4.10)
** [out :: homer.gannicott.co.uk]
** [out :: homer.gannicott.co.uk] Installing mail (2.3.0)
** [out :: homer.gannicott.co.uk]
** [out :: homer.gannicott.co.uk] Installing actionmailer (3.1.1)
** [out :: homer.gannicott.co.uk]
** [out :: homer.gannicott.co.uk] Installing arel (2.2.3)
** [out :: homer.gannicott.co.uk]
** [out :: homer.gannicott.co.uk] Installing tzinfo (0.3.31)
** [out :: homer.gannicott.co.uk]
** [out :: homer.gannicott.co.uk] Installing activerecord (3.1.1)
** [out :: homer.gannicott.co.uk]
** [out :: homer.gannicott.co.uk] Installing activeresource (3.1.1)
** [out :: homer.gannicott.co.uk]
** [out :: homer.gannicott.co.uk] Installing highline (1.6.11)
** [out :: homer.gannicott.co.uk]
** [out :: homer.gannicott.co.uk] Installing net-ssh (2.3.0)
** [out :: homer.gannicott.co.uk]
** [out :: homer.gannicott.co.uk] Installing net-scp (1.0.4)
** [out :: homer.gannicott.co.uk]
** [out :: homer.gannicott.co.uk] Installing net-sftp (2.0.5)
** [out :: homer.gannicott.co.uk]
** [out :: homer.gannicott.co.uk] Installing net-ssh-gateway (1.1.0)
** [out :: homer.gannicott.co.uk]
** [out :: homer.gannicott.co.uk] Installing capistrano (2.11.2)
** [out :: homer.gannicott.co.uk]
** [out :: homer.gannicott.co.uk] Installing capistrano-ext (1.2.1)
** [out :: homer.gannicott.co.uk]
** [out :: homer.gannicott.co.uk] Installing coffee-script-source (1.2.0)
** [out :: homer.gannicott.co.uk]
** [out :: homer.gannicott.co.uk] Installing execjs (1.3.0)
** [out :: homer.gannicott.co.uk]
** [out :: homer.gannicott.co.uk] Installing coffee-script (2.2.0)
** [out :: homer.gannicott.co.uk]
** [out :: homer.gannicott.co.uk] Installing rack-ssl (1.3.2)
** [out :: homer.gannicott.co.uk]
** [out :: homer.gannicott.co.uk] Installing json (1.6.5)
** [out :: homer.gannicott.co.uk] with native extensions
** [out :: homer.gannicott.co.uk]
** [out :: homer.gannicott.co.uk] Installing rdoc (3.12)
** [out :: homer.gannicott.co.uk]
** [out :: homer.gannicott.co.uk] Installing thor (0.14.6)
** [out :: homer.gannicott.co.uk]
** [out :: homer.gannicott.co.uk] Installing railties (3.1.1)
** [out :: homer.gannicott.co.uk]
** [out :: homer.gannicott.co.uk] Installing coffee-rails (3.1.1)
** [out :: homer.gannicott.co.uk]
** [out :: homer.gannicott.co.uk] Installing faker (1.0.1)
** [out :: homer.gannicott.co.uk]
** [out :: homer.gannicott.co.uk] Installing jquery-rails (1.0.19)
** [out :: homer.gannicott.co.uk]
** [out :: homer.gannicott.co.uk] Using bundler (1.0.21)
** [out :: homer.gannicott.co.uk]
** [out :: homer.gannicott.co.uk] Installing rails (3.1.1)
** [out :: homer.gannicott.co.uk]
** [out :: homer.gannicott.co.uk] Installing sass (3.1.15)
** [out :: homer.gannicott.co.uk]
** [out :: homer.gannicott.co.uk] Installing sass-rails (3.1.5)
** [out :: homer.gannicott.co.uk]
** [out :: homer.gannicott.co.uk] Installing uglifier (1.2.3)
** [out :: homer.gannicott.co.uk]
** [out :: homer.gannicott.co.uk] Installing will_paginate (3.0.3)
** [out :: homer.gannicott.co.uk]
** [out :: homer.gannicott.co.uk] Updating .gem files in vendor/cache
** [out :: homer.gannicott.co.uk]
** [out :: homer.gannicott.co.uk] Your bundle is complete! It was installed into /home/gannicott.co.uk/production/listen/www/shared/bundle
** [out :: homer.gannicott.co.uk]
command finished in 12924ms
require 'bundler/capistrano'
require 'capistrano/ext/multistage'
# Based on: http://guides.beanstalkapp.com/deployments/deploy-with-capistrano.html
set :application, "listen_later"
set :scm, :git
set :repository, "repos location"
set :scm_passphrase, "passphrase"
set :user, "username"
set :stages, ["staging", "production"]
set :default_stage, "staging"
# The following needs to be added to avoid a failure (http://discuss.joyent.com/viewtopic.php?id=27326)
default_run_options[:pty] = true
namespace :deploy do
desc "Tell Passenger to restart the app."
task :restart do
run "touch #{current_path}/tmp/restart.txt"
end
end
# Removed --silent so I can see what's going on
set :bundle_flags, "--deployment"
server "homer.gannicott.co.uk", :app, :web, :db, :primary => true
set :deploy_to, "/home/gannicott.co.uk/production/listen/www"
# SQLite version 3.x
# gem install sqlite3
#
# Ensure the SQLite 3 gem is defined in your Gemfile
# gem 'sqlite3'
development:
adapter: sqlite3
database: db/development.sqlite3
pool: 5
timeout: 5000
# Warning: The database defined as "test" will be erased and
# re-generated from your development database when you run "rake".
# Do not set this db to the same as development or production.
test:
adapter: sqlite3
database: db/test.sqlite3
pool: 5
timeout: 5000
production:
adapter: mysql2
encoding: utf8
reconnect: false
database: databasename
pool: 5
username: username
password: password
#socket: **/opt/local/var/run/mysql5/mysqld.sock**
# adapter: sqlite3
# database: db/production.sqlite3
# pool: 5
# timeout: 5000
最佳答案
都整理好了。虽然它有一个变通办法,但我并不完全满意。
这个调查
更多的谷歌搜索将我带到这个页面:
http://redmine.autotelik.co.uk/blogs (搜索“mysql2”,它会找到相关部分)
这导致我......堆栈溢出(当然!):
Make bundler use different gems for different platforms
这反过来又导致我:
https://github.com/carlhuda/bundler/issues/646
问题
当您在 Windows 上运行 Bundler 时,它包含一个针对 mysql2 的 Windows 版本的条目。但是,这与 Linux 上的要求不同。因此,Gemfile.lock 文件不适合在 Linux 上使用。
解决方案
目标是让 Bundler 生成的 Gemfile.lock 文件在生产服务器上生成。从我读过的内容来看,通常不推荐这样做。也就是说,要实现这一...
我的 git 存储库中不再包含 Gemfile.lock 文件:
echo 'Gemfile.lock' >> .gitignore
git rm Gemfile.lock
git commit -am "Removing Gemfile.lock to cope with Windows and Linux differences"
git push
config/deploy.rb
中添加以下行:
set :bundle_flags, ""
--quiet
引号中的标志,但在这次经历之后,我很想看看在我部署时安装了什么。
cap production deploy
它将重新生成
Gemfile.lock
每次都存档。这意味着现在在我的生产服务器上使用了正确版本的 mysql2。
关于ruby-on-rails - 在我的 'production' 服务器上运行时, bundle 程序忽略 MySQL2 gem 的安装,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9423119/
当我输入时: gem env 在我的 Windows 系统上,它会生成以下信息: RubyGems Environment: - RUBYGEMS VERSION: 1.3.5 - RUBY
我记得我用过 gem install rails安装 Rails,但今天当我想安装另一个 gem 时,输入 gem install ruby-recaptcha 它失败了,说: You don't h
我有一个要重命名的 gem 。它是published on RubyGems。我最担心的是人们想要更新它。 我看到了两条路,但是我真的很想听听重命名 gem 的人是如何做到的。 1.把旧的变成一个元包
$ gem install passenger Fetching: passenger-4.0.5.gem (100%) ERROR: While executing gem ... (Gem::F
我刚刚用 gem update mime-types 更新了 mime-types gem . gem list显示 mime-types (1.16)在更新之前。更新后gem list显示 mime
如果我构建了一个私有(private) gem(例如,在我的公司内部托管),然后我想在我正在构建的另一个 gem(不是应用程序!)中重用该 gem,我该怎么做? 我应该在哪里放置我的依赖项并告诉我的新
我正在编写一个具有多个 gem 依赖项的 gem,其中一个依赖于破坏新版本向后兼容性的 gem。这让我开始思考——我不希望我正在构建的 gem 变成“那个 gem”,让人们难以更新他们的应用程序。我也
我目前正在构建一个需要 mysql2 gem 的 RoR 项目。我成功安装了 gem 。因为它出现在我的 gem 列表中。 [root@vc2cmmka035538n simple_cms]# gem
我试图在 XP 上构建 capybara-webkit。我关注了this操作说明。它说要进行捆绑安装: $ cd ruby193\capybara-webkit $ bundle install
是否有可能为 Ruby 提供类似“本地”gem 存储库的东西? 我正在开发一个没有管理员权限的自定义 Linux 发行版。 Ruby 安装在机器上 (v.1.8.7),但显然没有安装“gem”或“bu
我是使用 gems 的新手,所以如果我的事实有误,请原谅我。 我想将 Bundler 从 v1.3.5 更新到最新版本 (v1.5.3),所以我尝试这样做: sudo gem install bund
如何使用 gem install 同时安装多个 gem,同时指定我想要的版本? 例子: gem install akami -v 1.2.0 --ignore-dependencies gem in
我正在尝试在 XP 上构建 capybara-webkit。我关注 this instruction .我说: 8) Clone latest version of capybara-webkit f
我正在尝试设置我自己的私有(private) gem 服务器,它应该为我的 gem 提供服务并显示 rdoc。正如我所读,默认的 gem 服务器应该能够做到这一点。由于我不希望除了我自己的所有 gem
假设我的 gem 是 VideoPlayer。文件夹结构是: VideoPlayer/ /bin vidplay.rb /lib VideoPlayer
如何避免 gem 清理特定错误。我在执行 gem 清理时看到以下错误。 Gem::InstallError: gem-wrappers 未安装在 GEM_HOME 中 gem cleanup Clea
我写了一个 gem elastic-beanstalk这将在 rails 项目文件结构中使用,以及在 rails 目录和文件不可用(无需解压缩等)的独立 CI 环境中使用。即正在运行的 Bamboo
运行“sudo gem list --local”和“gem list --local”给我不同的结果。我的 gem 路径设置为我的主文件夹,并且仅包含来自“gem list --local”的 ge
最初,我发布了 Stack Overflow 问题 Ruby on Rails gems... Re-open models (现已删除)。但我认为这个问题太令人困惑了……我会根据我的发现尝试提出不同
我使用 OS X El Capitan 10.11.6 首先,我在安装 pod 时遇到问题,按照本网站中的步骤进行操作后能够找到问题..终端拼出问题是我安装后的 ruby v 2.2.2当我尝试安
我是一名优秀的程序员,十分优秀!