Skip to content

Instantly share code, notes, and snippets.

View vnepomuceno's full-sized avatar

Valter Nepomuceno vnepomuceno

View GitHub Profile
We couldn’t find that file to show.
### Keybase proof
I hereby claim:
* I am Vnepomuceno on github.
* I am vnepomuceno (https://keybase.io/vnepomuceno) on keybase.
* I have a public key whose fingerprint is 798E B92C 5C80 FF00 4DE6 C5B4 9196 9866 9DE6 F30B
To claim this, I am signing this object:
@vnepomuceno
vnepomuceno / rails_resources.md
Created January 18, 2014 16:27 — forked from jookyboi/rails_resources.md
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
  • Unicorn - Unicorn is an HTTP server for Rack applications designed to only serve fast clients on low-latency, high-bandwidth connections and take advantage of features in Unix/Unix-like kernels.
  • SimpleCov - SimpleCov is a code coverage analysis tool for Ruby 1.9.
  • Zeus - Zeus preloads your Rails app so that your normal development tasks such as console, server, generate, and specs/tests take less than one second.
  • [factory_girl](h
@vnepomuceno
vnepomuceno / 0_reuse_code.js
Created January 18, 2014 16:27
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console