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 trialRishi Shah
5,298 PointsHow do I migrate the database?
I typed this --
treehouse:~/projects/odot (master *) $ bin/rake db:migrate RAILS_ENV=test
rake aborted!
LoadError: cannot load such file -- nokogiri/nokogiri
/home/treehouse/projects/odot/config/application.rb:7:in <top (required)>'
/home/treehouse/projects/odot/Rakefile:4:in
require'
/home/treehouse/projects/odot/Rakefile:4:in `<top (required)>'
(See full trace by running task with --trace)
What is nokogiri?