Sha256: 2654c274da9bbc5b36d94e9b5bbfe3f2389445e18bb27f1a7f8514bf49bf07bc
Contents?: true
Size: 587 Bytes
Versions: 14
Compression:
Stored size: 587 Bytes
Contents
# FIXME recipe failing due to https://github.com/assaf/vanity/issues/105 gem 'vanity' after_bundler do generate "vanity" rake "db:migrate" inject_into_class "app/controllers/application_controller.rb", "ApplicationController" do " use_vanity :current_user\n" end end after_everything do end __END__ name: Vanity description: Experiment Driven Development website: http://vanity.labnotes.org/ author: drnic requires: [] run_after: [] run_before: [] category: other exclusive: ab-testing # config: # - foo: # type: boolean # prompt: "Is foo true?"
Version data entries
14 entries across 14 versions & 2 rubygems