Skip to content

rsim/rails3_oracle_sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

== Rails 3 on Oracle sample application

This is sample app contains several important files necessary for using Rails 3 on Oracle database using oracle database.

Gemfile
  Specifies that latest version of oracle_enhanced adapter gem should be used from github.

config/database.yml
  The same connection options as in Rails 2.

config/initializers/oracle.rb
  Requires lib/rails3_oracle_patches.rb (see below).
  Sets sample several sample options for oracle_enhanced adapter in the same way as for Rails 2.

lib/rails3_oracle_patches.rb 
  Contains several patches for Rails 3 beta that are necessary for oracle_enhanced adapter.

== Test connection

Set connection in database.yml to standard HR schema and start Rails with "rails server".
Test if you see list of employees when going to http://localhost:3000

About

Rails 3 beta on Oracle application sample

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages