jphenow/m2m_fast_insert

View on GitHub
.rvmrc

Summary

Maintainability
Test Coverage
rvm --create ruby-1.9.3-p125@m2m_fast_insert
# Ensure that Bundler is installed, install it if it is not.
if ! command -v bundle > /dev/null; then
  gem install bundler
fi