Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix 'No Rakefile found' for rails:{db_create, db_migrate, db_rollback, assetts_precompile} commands #524

Closed
ianheggie opened this issue Mar 12, 2017 · 1 comment

Comments

@ianheggie
Copy link

ianheggie commented Mar 12, 2017

I like the gem, but there are rails:* commands that fail when run alone, eg:

  $ mina rails:db_create
  -----> Creating database
         rake aborted!
         No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb, Rakefile.rb)
   
         Connection to licapture.timelapse.com.au closed.

         (See full trace by running task with --trace)
   !     Run Error

I will submit a PR

@ianheggie ianheggie changed the title Rails 5+ support of rails rather than rake command Fix 'No Rakefile found' for rails:{db_create, db_migrate, db_rollback, assetts_precompile} commands Mar 13, 2017
@d4be4st
Copy link
Member

d4be4st commented Sep 15, 2017

Answer in #525 (comment)

Will add to documentation.
If you feel there is a need to create separate mina tasks for this, go ahead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants