I am trying to set up Ruby on Rails on windows. I am using the Flash Rails distribution that looks pretty good, but there is an issue with sqlite3. I found the threads telling m
Try installing the sqlite3-ruby gem:
gem install sqlite3-ruby