Skip to content

Vagrant box configured with necessary chef cookbooks to run rails test with ruby 2, ruby 1.9, jruby, and rbx.

Notifications You must be signed in to change notification settings

zhengjia/vagrant-rails-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Vagrant box configured with necessary chef cookbooks to run rails test suites with ruby 2.0.0, ruby 1.9.3, jruby, and rbx.

Usage

  • Install VirtualBox and Vagrant http://vagrantup.com/docs/getting-started/index.html
  • Add a base box. Run vagrant box add precise64 http://files.vagrantup.com/precise64.box
  • git clone git://github.com/zhengjia/vagrant-rails-test.git
  • cd vagrant-rails-test
  • vagrant up
  • vagrant ssh
  • cd /vagrant/rails
  • bundle install
  • bundle exec rake test

Issues:

  • rbenv has a compatibility issue with rbx, so rbenv isn't used: rbenv/rbenv#178
  • RBX is 1.8 by default. Use RBXOPT=-X19 environment variable for 1.9.

About

Vagrant box configured with necessary chef cookbooks to run rails test with ruby 2, ruby 1.9, jruby, and rbx.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages