Script/dbconsole not working

Take a look…

http://d.imagehost.org/0966/dbconsole_image.png
http://d.imagehost.org/0709/console_image.png

How to solve this problem?

On Oct 23, 2008, at 7:04 PM, Delirium tremens wrote:

Take a look…

http://d.imagehost.org/0966/dbconsole_image.png
http://d.imagehost.org/0709/console_image.png

How to solve this problem?

Well, stop trying to use a Rails console when you mean to be talking
directly to your database.

Normally, you’d put table creation code inside an
ActiveRecord::Migration and run it with:
rake db:migrate

-Rob

Rob B. http://agileconsultingllc.com
[email protected]