ruh_roh 0.0.1
While rails' default error pages are great, they look totally unprofessional for any real site. RuRoh provides a quick and easy way to have nicely rendered error pages generated from your stack during deployment. This allows you to re-use your existing layouts and customize your error pages without having to re-create them on the fly (which could result in further errors). The pages can be generated via capistrano during deploy, or generated during a post-commit hook similar to asset pipeline resources.
Gemfile:
=
install:
=
Runtime Dependencies (1):
rails
~> 3.2.12
Development Dependencies (1):
rspec-rails
~> 2.0