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

fixed namespace in README #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

krtschmr
Copy link

@krtschmr krtschmr commented May 3, 2024

 rails db:parallel:prepare RAILS_ENV=test
rails aborted!
Don't know how to build task 'db:parallel:prepare' (See the list of available tasks with `rails --tasks`)
Did you mean?  parallel:prepare

@willbryant
Copy link
Owner

I can't reproduce that behavior, what versions of this gem & rails do you have?

 $ be rake db:parallel:prepare
 $ be rails db:parallel:prepare
 $ be rake parallel:prepare
rake aborted!
Don't know how to build task 'parallel:prepare' (See the list of available tasks with `rake --tasks`)
Did you mean?  db:parallel:prepare
/Users/will/.asdf/installs/ruby/3.2.2/bin/bundle:25:in `load'
/Users/will/.asdf/installs/ruby/3.2.2/bin/bundle:25:in `<main>'
(See full trace by running task with --trace)
 $ be rails parallel:prepare
rails aborted!
Don't know how to build task 'parallel:prepare' (See the list of available tasks with `rails --tasks`)
Did you mean?  db:parallel:prepare

(See full trace by running task with --trace)

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

Successfully merging this pull request may close these issues.

2 participants