Hi,
Anyone know how to fix this?
In Aptana Radrails I created a model called employee, but I am unable to use the rake function to create the table "employee" in MySQL workbench. I have a database labeled company_development in My SQL Workbench and database called "Company" in Radrails.
I get the following message:
(in /Users/Home/Documents/Aptana RadRails Workspace/company) rake db:migrate rake aborted!
42000Unknown database 'company_development'
(See full trace by running task with --trace) >