-
Notifications
You must be signed in to change notification settings - Fork 82
Open
Description
Incorrect config.ru, rails 3.0.9:
run Rack::URLMap.new \
"/" => MyApp::Application,
"/admin/rollout" => RolloutUi::Server.newCorrect, as shown in readme here and on rollout gem:
# fixes: undefined method `smembers' for nil:NilClass
$redis = Redis.new
# fixes: uninitialized class variable @@rollout in RolloutUi
$rollout = Rollout.new($redis)
RolloutUi.wrap($rollout)
run Rack::URLMap.new \
"/" => MyApp::Application,
"/admin/rollout" => RolloutUi::Server.newMetadata
Metadata
Assignees
Labels
No labels