deployment - Any tips for deploying a new revision of a rails view? -


we have rails site , running , we've created new version of front end (completely new view, css, js, etc).

what best way partition current site such can run both concurrently (whilst a/b testing)? i'm not worried how execute a/b testing, concerned partitioning files/data. thought of 2 possibilities:

  1. the straightforward thing think of subclass application_controller, etc.
  2. another option branch app , of renovations in place, run a/b testing load balancer redirection 2 apps.

does have insight this?

cheers, mike

i have no direct experience in deploying such thing, in opinion branching , deploying separate app sounds cleaner me.


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -