Skip to content

Instantly share code, notes, and snippets.

@hui
Created July 25, 2011 01:07
Show Gist options
  • Save hui/1103342 to your computer and use it in GitHub Desktop.
Save hui/1103342 to your computer and use it in GitHub Desktop.
jruby on rails
Gemfile:
if defined?(JRUBY_VERSION)
gem 'jdbc-mysql'
gem 'activerecord-jdbc-adapter'
gem 'activerecord-jdbcmysql-adapter'
gem 'jruby-openssl'
else
gem 'sqlite3'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment