Skip to content

Instantly share code, notes, and snippets.

@daymun
daymun / all_the_toys.rb
Created October 9, 2012 01:09 — forked from quinn/all_the_toys.rb
all the fun stuff i use in my default stack!
# data
gem 'carrierwave'
gem 'fog'
gem 'mini_magick'
gem 'resque'
gem 'mysql', group: :development
gem 'pg', group: :production
# controllers and views
gem 'haml-rails'