what's meant by the error message "error Before updating scaffolding from new DB schema, try creating a table for your model (Legacy)"? Is this why I can't get a list view of the table?
From googling on this code, pardon, it's not clear to me what the issue is. Isn't the table name correct?
here's my bash script, which does all the ruby on rails, and it's results:
[thufir@localhost ~]$ mysql -u feeds -p Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 21 to server version: 5.0.27
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
use legacy;
Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A
Database changed