Skip to content

Instantly share code, notes, and snippets.

View umhan35's full-sized avatar

Zhao Han umhan35

View GitHub Profile
@umhan35
umhan35 / Gemfile
Last active December 14, 2015 18:09
lightweight Ruby on Rails
source 'https://rubygems.org'
# We are not loading Active Record, nor Active Resources etc.
# We can do this in any app by simply replacing the rails gem
# by the parts we want to use.
gem "actionpack"
gem "railties"
gem "tzinfo"
# Let's use thin