Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@rupakg
Created October 19, 2010 06:38
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rupakg/633724 to your computer and use it in GitHub Desktop.
Save rupakg/633724 to your computer and use it in GitHub Desktop.
Various technologies that I have narrowed down for use in my Rails apps.

Technology Stack for Rails

Core

  • Rails 3.0.1
  • Ruby 1.9.2 (use RVM for mgmt.)

Development

  • Bundler – manage gem dependencies
  • MySql2 – compatible with our core
  • Haml
  • Compass
  • Devise – Authentication
  • Declarative Authorization – Role-based Authorization

Testing

  • RSpec
  • Factory_girl

Miscellaneous

  • RailsERD – generates diagrams based on ActiveRecord models.

Deployment

  • Unicorn – local web server
  • Heroku – quick start for free
  • Errbit – HopToad complaint Exception Notifier
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment