You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But we have to take care. Rails mustn't become a dependency of the project. If we want to use feature_flagger in a non rails app, it should be no problem. But the gem still can verify for rails existence and have a generator.
Nice @lccezinha but I don't think it's worth it since it will only generate an empty rollout.yml file for now and it will also add a new depency that we actually don't need. I'd go for rails generator checking if Rails is defined (we don't add rails as a dependency).
Provide a rake to generate initial YAML file for the projects.
@geisonbiazus @nandosousafr for this issue, it's better to use:
rollout.yml
insideRAILS_APP/config
path.💡 💭
The text was updated successfully, but these errors were encountered: