[RUBY] Learn RSpec with Everyday Rails. Until you bundle install the sample app.

Recognizing the importance of test code, I started learning RSpec on everyday rails. It took a while to install bundle I will make an article.

First, git clone from git hub. And bundle install. Can not.

nokogiri error. Solved by changing the environment variable in source ~/.bash_profile.

gem ffi cannot be installed.

After deleting Gemflie.lock, bundle install solves it!

Hooray!

Recommended Posts

Learn RSpec with Everyday Rails. Until you bundle install the sample app.
[Rails] Could not locate Gemfile with bundle install
[Ruby on Rails] Until the introduction of RSpec
Publish the app made with ruby on rails
Until you run the Apache Velocity sample code
Bundle install with docker + rails6 does not reflect gem
[Heroku] Associate AWS S3 with the deployed Rails app
Until you publish the app on the App Store by yourself
[Rails] Test with RSpec
[Rails] What to do if you accidentally install bundle in the production environment in your local environment
[Rails] What is the difference between bundle install and bundle update?
Learn how to customize the Navigation Bar from the sample app
The story of the first Rails app refactored with a self-made helper
[PostgreSQL] If you want to delete the Rails app, delete the database first!
Understand code coverage with Rspec, the Ruby on Rails test framework
[With sample code] Basics of Spring JDBC to learn with Blog app
I don't see an error in Rails bundle install ... the solution
What to do if you can't bundle update and bundle install after installing Ruby 3.0.0 in the Rails tutorial