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
Post a Comment