Mega Code Archive

 
Categories / Ruby / Active Record
 

Connection string for Oracle

ActiveRecord::Base.establish_connection( :adapter => "oracle", :database => "test",  :username => "kevin",  :password => "test")