Skip to content

Instantly share code, notes, and snippets.

@igkuz
Last active March 9, 2019 12:20
Show Gist options
  • Save igkuz/58139acc4b011623feec9855a942fe5a to your computer and use it in GitHub Desktop.
Save igkuz/58139acc4b011623feec9855a942fe5a to your computer and use it in GitHub Desktop.
Sample console app to work with Ruby Object Mapper and MySQL
source 'https://rubygems.org'
gem 'rom'
gem 'rom-sql'
gem 'rake'
gem 'mysql2'
gem "awesome_print", require:"ap"
gem 'pry'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment