Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialRichard Stringfellow
6,883 Pointsmissing gems
In following along with ActiveRecord - Migrations, after I try to create the database with "rake db:create", a message is generated saying, "Could not find gem 'mysql2 (>= 0) ruby' int the gems available on this machine. Run bundle install
to install missing gems"
I don't know how to run bundle install
, or what gems to request.
1 Answer
Maciej Czuchnowski
36,441 PointsIn your terminal type bundle install
and hit Enter when you are in your app folder, this will install all gems that are in your gem file and were not yet installed on your machine. You have to run bundle install every time you change something in gemfile.