Skip to content

Instantly share code, notes, and snippets.

View Neilos's full-sized avatar

Neil Atkinson Neilos

View GitHub Profile
@palkan
palkan / gist:766b8d094c1e1f327c24
Last active June 8, 2017 15:56
rails issue #15468
unless File.exist?('Gemfile')
File.write('Gemfile', <<-GEMFILE)
source 'https://rubygems.org'
gem 'rails', github: 'rails/rails'
gem 'arel', github: 'rails/arel'
gem 'sqlite3'
gem 'pry-byebug'
GEMFILE
system 'bundle'