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 #<Mysql:0x27308d8>
What can I do? I am a RoR Dummy.