This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Oracle/OCI 8i, 9, 10g | |
# | |
# Requires Ruby/OCI8: | |
# http://rubyforge.org/projects/ruby-oci8/ | |
# | |
# Specify your database using any valid connection syntax, such as a | |
# tnsnames.ora service name, or an SQL connect string of the form: | |
# | |
# //host:[port][/service name] | |
# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source 'https://rubygems.org' | |
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' | |
gem 'rails', '4.0.0' | |
# Use oracle as the database for Active Record | |
gem 'ruby-oci8' | |
gem "activerecord-oracle_enhanced-adapter", "~> 1.5.0" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GEM | |
remote: https://rubygems.org/ | |
specs: | |
actionmailer (4.0.0) | |
actionpack (= 4.0.0) | |
mail (~> 2.5.3) | |
actionpack (4.0.0) | |
activesupport (= 4.0.0) | |
builder (~> 3.1.0) | |
erubis (~> 2.7.0) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NoMethodError: undefined method `without_prepared_statement?' for #<ActiveRecord::ConnectionAdapters::OracleEnhancedAdapter:0x007f49f493d628>: SELECT "SCHEMA_MIGRATIONS".* FROM "SCHEMA_MIGRATIONS" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source 'https://rubygems.org' | |
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' | |
gem 'rails', '4.0.0' | |
# Use oracle as the database for Active Record | |
gem 'ruby-oci8' | |
gem 'activerecord-oracle_enhanced-adapter' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Oracle/OCI 8i, 9, 10g | |
# | |
# Requires Ruby/OCI8: | |
# http://rubyforge.org/projects/ruby-oci8/ | |
# | |
# Specify your database using any valid connection syntax, such as a | |
# tnsnames.ora service name, or an SQL connect string of the form: | |
# | |
# //host:[port][/service name] | |
# |
NewerOlder