ruby on rails - how could i flash a message to users before a deploy? -


using capistrano deploys, possible flash message users on when deploy has started, or before know site slow , unresponsive few minutes?

you can use capistrano hooks execute rails runner, hook application , globally display message.

you need code global message logic application, , accesses via rails runner command @ appropriate hook points within capistrano.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

javascript - addthis share facebook and google+ url -

ios - Show keyboard with UITextField in the input accessory view -