Re: [Rails] make rails connect with database

2012-12-12 Thread Jim Ruther Nill
On Thu, Dec 13, 2012 at 10:54 AM, Mas Bejo wrote: > i'm newbie in rails. i have problem with how to connect rails with > database. before i can connect it with command > "rake db:create" to create database. > and "rake db:migrate" to migrate schema to database. > but, i want to connect rails wi

[Rails] make rails connect with database

2012-12-12 Thread Mas Bejo
i'm newbie in rails. i have problem with how to connect rails with database. before i can connect it with command "rake db:create" to create database. and "rake db:migrate" to migrate schema to database. but, i want to connect rails with database that i have before, not create it via rails. can yo