apeckham / healthz
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
healthz /
README
Helps you make a quick status page that shows whether your application is OK. Install with: script/plugin install git://github.com/apeckham/healthz.git In routes.rb I added this: map.connect '/healthz', :controller => "healthz", :action => "healthz" Now you can hit your app on /healthz and see the application and schema versions. This URL should only return a 200 OK and a response beginning with "status_ok" if both those values are readable. Otherwise it should return an HTTP 500.

