Skip to content

Instantly share code, notes, and snippets.

@soufianeEL
Forked from jookyboi/rails_resources.md
Created January 21, 2014 08:00
Show Gist options
  • Select an option

  • Save soufianeEL/8536031 to your computer and use it in GitHub Desktop.

Select an option

Save soufianeEL/8536031 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