-
Notifications
You must be signed in to change notification settings - Fork 633
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
use dotenv 0.11.x #437
use dotenv 0.11.x #437
Conversation
this is a less loose version of ddollar#436 - 0.11.x allows the use of `dotenv-deployment` which is a significant improvement over 0.7.x
(it truncated my comment) 0.11.x allows the use of |
Breaking out internal functionality into a separate gem seems like a |
I want to make sure we're using the latest foreman because it has lots of great fixes, but I also want to use dotenv-deployment for non-rails apps:
|
You should not put |
ok, that's fair, I was following thoughbot convention: https://github.com/thoughtbot/suspenders/blob/master/templates/Gemfile.erb thanks @ddollar ! |
Interesting I have always wondered where that trend got started. Having foreman be run inside the app using whatever random version of Ruby the user has installed is quite a pain point. If you'd like to see something smaller with even less dependencies check out https://github.com/ddollar/forego |
brilliant |
quoting @ddollar in his comments on ddollar#437
Provide documentation in project's README and in `bin/setup`. ddollar/foreman#437 (comment)
> You should not put `foreman` into your `Gemfile` as the dependencies of a > developer utility should not be able to interfere with the dependencies of > your app. <ddollar/foreman#437 (comment)> > Ruby users should take care *not* to install foreman in their project's > `Gemfile`. <https://github.com/ddollar/foreman/blob/e53bf7f62f7d440fc9506ce53c5151dc4942f378/README.md#installation>
> You should not put `foreman` into your `Gemfile` as the dependencies of a > developer utility should not be able to interfere with the dependencies of > your app. <ddollar/foreman#437 (comment)> > Ruby users should take care *not* to install foreman in their project's > `Gemfile`. <https://github.com/ddollar/foreman/blob/v0.68.0/README.md#installation>
> You should not put `foreman` into your `Gemfile` as the dependencies of a > developer utility should not be able to interfere with the dependencies of > your app. <ddollar/foreman#437 (comment)> > Ruby users should take care *not* to install foreman in their project's > `Gemfile`. <https://github.com/ddollar/foreman/blob/v0.68.0/README.md#installation>
Provide documentation in project's README and in `bin/setup`. ddollar/foreman#437 (comment)
Provide documentation in project's README and in `bin/setup`. ddollar/foreman#437 (comment)
Provide documentation in project's README and in `bin/setup`. ddollar/foreman#437 (comment)
this is a less loose version of #436
0.11.x allows the use of
dotenv-deployment
which is a significant improvement over 0.7.x