balvig / chili

The spicy feature toggle framework for Rails
http://balvig.github.io/chili/
MIT License
214 stars 8 forks source link

How back the changes to the main app? #15

Closed krlsdu closed 8 years ago

krlsdu commented 8 years ago

In tutorial the changes and modify, extending the code and create some files (migrate) with options false, at this point is ok! With the code passed in test and have ok to push in env production, how add or merge this new feature to the main code and commit in master branch and submit!

balvig commented 8 years ago

@krlsdu that is unfortunately a bit of a manual process at the moment! :sweat_smile:

You can either let the code live in the chili feature with active_if set to true, or manually copy over the things you need.

krlsdu commented 8 years ago

@balvig :thumbsup: the answer!