Skip to content

Instantly share code, notes, and snippets.

@connorshea
Forked from jookyboi/rails_resources.md
Last active August 29, 2015 14:10
Show Gist options
  • Save connorshea/64951fbf63e327f7c03f to your computer and use it in GitHub Desktop.
Save connorshea/64951fbf63e327f7c03f to your computer and use it in GitHub Desktop.
Rails-related Gems and guides to accelerate your web project.

Gems

  • Bundler - Bundler maintains a consistent environment for ruby applications. It tracks an application's code and the rubygems it needs to run, so that an application will always have the exact gems (and versions) that it needs to run.
  • rabl - General ruby templating with json, bson, xml, plist and msgpack support
  • Thin - Very fast and lightweight Ruby web server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment