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:
- the straightforward thing think of subclass application_controller, etc.
- 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
Post a Comment