Skip to content

Instantly share code, notes, and snippets.

@karledurante
Created November 29, 2011 19:15
Show Gist options
  • Save karledurante/1406026 to your computer and use it in GitHub Desktop.
Save karledurante/1406026 to your computer and use it in GitHub Desktop.
Rails 3 - Oracle Enhanced Adapter Issue - Gemfile
source 'http://rubygems.org'
gem 'rails', '3.0.7'
gem "ruby-oci8", "2.0.4"
gem "activerecord-oracle_enhanced-adapter", "1.4.0"
gem "mysql", "2.8.1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment