2016-10-29から1日間の記事一覧

Sierraで rails c すると「uninitialized constant Mysql2::Client::SECURE_CONNECTION (NameError)」

新しいPC(Sierra)で既存Railsアプリケーションを構築中に rails c したら以下のようなエラーがでる uninitialized constant Mysql2::Client::SECURE_CONNECTION (NameError) mysqlがインストールされていないと思って brew install mysql して直るだろうと思…

bundle install したら eventmachine でエラーが起こる

bundle install --path vendor/bundle したときに以下のエラーで困った時 An error occurred while installing eventmachine (1.0.3), and Bundler cannot continue. Make sure that `gem install eventmachine -v '1.0.3'` succeeds before bundling. 以下…