Hi, I’m trying to follow the Rails tutorial found here,
Getting Started with Rails — Ruby on Rails Guides and when I go to run
$ rake db:create I get this wonderful error of sqlite3.dll missing.
So, I just went to my ruby directory, and ran $ gem install sqlite3-ruby
sqlite3
I’m not entirely sure what to do. Any ideas?