Update Feature Flags with Capistrano and Rake

After you have feature flags setup in your app, you’re likely to want to enable/disable them easily. Frequently this is done on more of an ad-hoc basis and doesn’t necessarily warrant an interface from within your app. This sort of ad-hoc activity is a good match for Rake and Capistrano.

Read More »