jump to navigation

Rails application with different database than mysql January 8, 2008

Posted by amithasija in Ruby on Rails.
Tags: , ,
add a comment

By default when u create a rails application it will be connected to mysql as database but if you want you can make a application that will connect to some other database only at the time of application creation by command:

 

rails –database=oracle test_application