From: AlMays Date: 2006-09-19T16:46:24+09:00 Subject: rake engine_migrate ENGINE=login Hello. While using the subject command I get the following error: ** Invoke engine_migrate (first_time) ** Invoke db:migrate:engines (first_time) ** Invoke environment (first_time) ** Execute environment ** Execute db:migrate:engines Migrating engine 'login_engine' ** Invoke db_schema_dump (first_time) ** Invoke db:schema:dump (first_time) ** Invoke environment ** Execute db:schema:dump rake aborted! undefined method `each' for # What can I do? I am a RoR Dummy.