Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create install script #32

Closed
wants to merge 2 commits into from

Conversation

xptavares
Copy link

fix #20

Usage

rails g feature_flagger:install

it will be generate two files, config/rollout.yml and config/initializers/feature_flagger.rb.

@@ -0,0 +1,10 @@
# File for Feature Flagger configure
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

File for Feature Flagger configuration

@@ -0,0 +1,2 @@
# Add here declare a rollout.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

# Add here your rollout settings.
#
# Example:
#
# user:
#   account_settings:
#     language_options:
#       description: "When this rollout is active the user can see language options Account page."
#
# More info: https://github.com/ResultadosDigitais/feature_flagger#configuration

@nsoufr
Copy link
Contributor

nsoufr commented Mar 18, 2017

Sorry for the delay @xptavares.

Thank you so much for this. There's just two minors changes two do.

In addition, can you improve your commit messages and squash your commits into one after doing those changes?

Thank you again <3

@nsoufr
Copy link
Contributor

nsoufr commented Mar 24, 2017

Just one more thing :)
Can you add this feature to README?

@nsoufr nsoufr closed this Oct 9, 2017
@nsoufr
Copy link
Contributor

nsoufr commented Oct 9, 2017

stale

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rake to generate YAML file
2 participants