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