Skip to content

A simple rails plugin that adds an action for your reverse proxy/load balancer to ping and not leave a rails log entry. #crc

License

Notifications You must be signed in to change notification settings

schlick/proxy_ping

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ProxyPing for Rails 3

A simple rails plugin that adds an action for your reverse proxy/load balancer to ping and not leave a rails log entry.

Installation Instructions

In your rails 3 app:

rails plugin install git://github.com/schlick/proxy_ping.git

You will need to add a route like so to your config/routes.rb:

map.route '/proxy_ping', :controller => 'proxy_ping', :action => 'ping'

and in your config/application.rb

require "#{Rails.root}/vendor/plugins/proxy_ping/lib/proxy_ping_logger"

Copyright © 2008 Hugh Evans & Tim Riley, released under the MIT license

About

A simple rails plugin that adds an action for your reverse proxy/load balancer to ping and not leave a rails log entry. #crc

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Ruby 100.0%