Skip to content

Instantly share code, notes, and snippets.

@adamp83
Created August 27, 2010 21:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adamp83/554254 to your computer and use it in GitHub Desktop.
Save adamp83/554254 to your computer and use it in GitHub Desktop.

Installing Ruby 1.9.2 and Rails 3 on Windows - Gem Issues

RedCloth

Problem: gem fails to create makefile

Solution: download ruby dev kit from [http://wiki.github.com/oneclick/rubyinstaller/development-kit here]

Sqlite

Problem: server won't start, can't connect to DB, error is no such file to load -- sqlite3/sqlite3_native

Solution: Make sure sqlite.dll is in the bin directory of your ruby install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment