Skip to content

Commit

Permalink
Bring back oracle specific crap
Browse files Browse the repository at this point in the history
  • Loading branch information
jonleighton committed Jun 4, 2011
1 parent f9e3d4b commit 550064c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions activerecord/test/connections/oracle.rb
@@ -1 +1,7 @@
ENV['ARCONN'] = 'oracle'

# uses oracle_enhanced adapter in ENV['ORACLE_ENHANCED_PATH'] or from github.com/rsim/oracle-enhanced.git
require 'active_record/connection_adapters/oracle_enhanced_adapter'

# otherwise failed with silence_warnings method missing exception
require 'active_support/core_ext/kernel/reporting'

0 comments on commit 550064c

Please sign in to comment.