Skip to content

Fix Rails database setup commands and add prerequisite steps #431

Description

@coderNini

Summary

The rails db:setup command fails for at least some developers. The developer documentation should provide working alternatives and make prerequisites explicit.

Proposed Changes

  • Add bundle exec rails db:setup as the recommended (or fallback) command in place of rails db:setup
  • Add a step to run bundle install before bundle exec rails db:setup
  • Add a note that PostgreSQL must be running before executing any db setup commands, and explain how to verify/start it

Make changes in #408 (and refer to comments for further detail)

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions