-
Notifications
You must be signed in to change notification settings - Fork 69
remove outdated Vagrant + docs update #336
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
Conversation
…root folder + little docs tweaks
c438c45
to
63dede0
Compare
…eploys, ref: c7c3c77) => we use the .ruby-version file
@@ -1,7 +1,5 @@ | |||
source 'https://rubygems.org' | |||
|
|||
ruby '2.3.0' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -414,8 +414,5 @@ DEPENDENCIES | |||
web-console (= 2.1.3) | |||
whenever | |||
|
|||
RUBY VERSION | |||
ruby 2.3.0p0 | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we need both .ruby-version
and a version specified in the Gemfile
. The former will make rbenv, rvm or chruby to use the specified version and the latter will make it obvious that someone used a different ruby version (the check doesn't raise any error).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's create an issue then!
Closes #320
As commented in issue #320, would be really helpful for contributors to have only 1 Vagrant to prevent confusions, so I just removed the one hosted here in the same repo, as it's kind of "outdated".
In the contributing guidelines we point people to the wiki (Getting started page), and in that wiki page we mention the
coopdevs/timeoverflow-provisioning
.Extra:
docs/
folder and I've moved there other documentation related files (translations, images) in order to keep the root folder more clean and small.Let me know what do you think guys. Thanks!