Skip to content

bundle install --without development test #22

@jedgalbraith

Description

@jedgalbraith

@tylerflint You know how we've noticed spring will start in production when running a rails console? Turns out, Spring relies on bundle install being run with the --without development test option, otherwise if the spring gem is installed, it will run. https://github.com/rails/spring#deployment

Is it possible to add that to this engine? But, we'll only want that to be the case if the Rails environment is production. Or is there some other way of handling this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions