mozyのかきおき

mozyの読書感想文や思考置き場

エラー格闘記

Rails で foundation を install しようとしたらエラー

経緯 こんな感じに foundation:install をしたらエラーが出た。 $ rails g foundation:install Traceback (most recent call last): 41: from bin/rails:4:in `<main>' 40: from /Users/mozy/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/activesupport-5.2.2/</main>…

Railsのテストを CIでかけた時に Capybara のエラーがでる原因

経緯 RailsのテストをCIでかけた時に以下のようなエラーが発生した error: UserRegistrationsTest#test_hogehoge: Capybara::ElementNotFound: Unable to find option "piyo" 原因 システムテストはアプリのユーザー操作のテストに使えます。テストは、実際…

gem install が rmagick でエラー

経緯 bundle install をしたら、以下のようなエラーがでた。 An error occurred while installing rmagick (2.16.0), and Bundler cannot continue. Make sure that `gem install rmagick -v '2.16.0' --source 'https://rubygems.org/'` succeeds before bu…