Is it possible to run a SQL-only file from a "rake db:create"?
- by Somebody still uses you MS-DOS
I'm trying to install a software called Teambox in my Dreamhost shared account.
I have no experience with Rails. I just want to install the software in the shared hosting.
In this shared hosting, all dependencies are ok, but I have to create the dabatase from their panel. I can't create in command line (ssh).
So, when I run "rake db:create"…