Skip to content

Instantly share code, notes, and snippets.

@Arkham
Created August 4, 2014 22:40
Show Gist options
  • Save Arkham/b6456f158b9114ce7417 to your computer and use it in GitHub Desktop.
Save Arkham/b6456f158b9114ce7417 to your computer and use it in GitHub Desktop.
Test activerecord gemfile
source 'http://rubygems.org'
gem 'arel', github: 'rails/arel'
gem 'rack', github: 'rack/rack'
gem 'i18n', github: 'svenfuchs/i18n'
gem 'rails', path: 'vendor/rails'
gem 'sqlite3'
gem 'pry'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment