I’m new to Ruby on Rails and tried installing RoR twice, but I keep running into the same sqlite3 issue. I completely uninstalled RoR again and would like some pointers on how to proceed because I don’t know what I’m doing wrong.
What error msg do you get?
Med venlig hilsen Walther
Go to you gem file and specify there
gem ‘sqlite3’, git:”https://github.com/larskanis/sqlite3-ruby”, branch:”add-gemspec”
It’s hard to say without knowing more about the problem or your setup (eg what operating system) but the rails girls install guide is pretty good on a wide range of setups: Setup recipe for Rails Girls - Rails Girls
Fred