Hi all can you please guide me on how to setup a new rails3
application with oracle as the database.
i have tried so many times and havin errors..
I used this command

rails new <app name> --database oracle

it does create the application fine but in the database.yml file i
have something like this

development:
  adapter: oracle
  database: databaseName
  username: User
  password: Secret

in the gemfile i can only use
gem 'activerecord-oracle_enhanced-adapter', '~>1.3.0'
 and i think if am to use that gem i have to get the adapter to be

development:
  adapter: oracle_enhanced
  database: databaseName
  username: User
  password: Secret

Please can someone help me with this because if i change it manually
it gives me an error saying wrong adapter..
Thank you
Regards,
bsanneh

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to