Skip to content

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

Merged
merged 4 commits into from
Apr 3, 2018
Merged

Conversation

markets
Copy link
Collaborator

@markets markets commented Mar 18, 2018

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:

  • I created the docs/ folder and I've moved there other documentation related files (translations, images) in order to keep the root folder more clean and small.
  • I made some little documentation tweaks and fixes in both README and CONTRIBUTING files.
  • Removed the Gemnasium badge, they are shutting down (May 15th) and we already have this feature via the GitHub Security Alerts system. Ref: https://gemnasium.com/blog/gemnasium-is-acquired-by-gitlab/
  • Removed ruby version from Gemfile (bf6853d).

Let me know what do you think guys. Thanks!

@sauloperez sauloperez merged commit f8df0a9 into develop Apr 3, 2018
@sauloperez sauloperez deleted the vagrant_cleanup branch April 3, 2018 11:03
@@ -1,7 +1,5 @@
source 'https://rubygems.org'

ruby '2.3.0'
Copy link
Contributor

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

Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️

Copy link
Collaborator

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).

Copy link
Contributor

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!

@sauloperez sauloperez mentioned this pull request Apr 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Keep just one Vagrantfile
3 participants