Skip to content

Instantly share code, notes, and snippets.

View simonharrer's full-sized avatar
🏠
Mob Programming from my Home Office

Dr. Simon Harrer simonharrer

🏠
Mob Programming from my Home Office
View GitHub Profile
@simonharrer
simonharrer / gist:1006407
Created June 3, 2011 14:18
jruby on rails with sqlite3 on windows config
# Use simple JRuby 1.6.3 and Rails 3.0.7 to work on windows with sqlite3
# Add these gems to enable using jruby with sqlite3
gem 'activerecord-jdbcsqlite3-adapter'
gem 'jdbc-sqlite3'
gem 'jruby-openssl'
# Use old rake to let it work
gem 'rake', '0.8.7'