what could be causing this?
- Execute environment
** Execute db:migrate
rake aborted!
uninitialized constant CreateUsers
what could be causing this?
what could be causing this?
- Execute environment
** Execute db:migrate
rake aborted!
uninitialized constant CreateUsers
Try…
rake --trace db:migrate
and it should tell you where it’s falling over.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs