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 equality typo in development.rb of test_app #207

Merged
merged 1 commit into from
Jan 26, 2021

Conversation

reczy
Copy link
Contributor

@reczy reczy commented Jan 26, 2021

I came across this typo when trying to run bin/setup on the latest version of good_job.

For the sake of completeness, the error I received was:

rails aborted!
ActiveRecord::NoDatabaseError: FATAL:  database "test_app_development" does not exist


Caused by:
PG::ConnectionBad: FATAL:  database "test_app_development" does not exist

Tasks: TOP => db:setup => db:create => db:load_config
(See full trace by running task with --trace)

== Command ["bundle exec bin/rails db:setup"] failed ==

bin/setup worked fine for me after making the change.

I came across this typo when trying to run bin/setup (which led to the db:setup command failing).
Copy link
Owner

@bensheldon bensheldon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for catching and fixing that!

@bensheldon bensheldon merged commit b950c61 into bensheldon:main Jan 26, 2021
@bensheldon bensheldon added the refactor Code changes that do not introduce new features label Feb 28, 2021
@reczy reczy deleted the patch-1 branch August 18, 2021 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Code changes that do not introduce new features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants