Skip to content

Instantly share code, notes, and snippets.

@umhan35
umhan35 / Gemfile
Last active July 4, 2024 17:24
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