[Rails] Re: Create databse tables

2009-04-09 Thread Luca Vaudano
Thanks for the quick reply! I already saw on Internet all the rake commands but also rake db:schema:load gives me an error because it tries to apply a patch in a non-existing table: " rake aborted! Mysql::Error: Table 'mathwiki_development.mathwiki_settings' doesn't exist: SHOW FIELDS FROM `m

[Rails] Create databse tables

2009-04-09 Thread Luca Vaudano
Hi all! I am a RoR newbie. I want to install an exist RoR project. I installed all but I cannot create the database tables. I configure my config/database.yml and it works because if I run the command rake db:create the application creates the db in my MySQL database. But this command create onl