On Nov 11, 9:40 am, "Hemanth K." <[email protected]> wrote: > Hi, > > My rails app exposes REST SERVICES, when the server is down for any > reason, > server upgrade or a unexpected crash. > The REST requests coming from the clients should be logged/captured so > that we can insert the data after the server is running. > > Any idea?
If the app is not running, what do you propose will listen for the REST requests and log them? You'll need some type of app that runs when your rails app is down. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

