Created
January 14, 2019 09:32
-
-
Save krisleech/2e88baef145f7e4f8515f83b121c5ef7 to your computer and use it in GitHub Desktop.
Inline Ruby project with ActiveRecord
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'bundler/inline' | |
gemfile do | |
source 'https://rubygems.org' | |
gem 'active_record' | |
gem 'sqlite3' | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment