Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
Commits
d2403643
Commit
d2403643
authored
Oct 23, 2018
by
Filipa Lacerda
Committed by
Evan Read
Oct 23, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add instructions on how to enable a feature flag
parent
e8a43e77
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
doc/development/feature_flags.md
doc/development/feature_flags.md
+5
-0
No files found.
doc/development/feature_flags.md
View file @
d2403643
...
@@ -112,3 +112,8 @@ feature flag. You can stub a feature flag as follows:
...
@@ -112,3 +112,8 @@ feature flag. You can stub a feature flag as follows:
```
ruby
```
ruby
stub_feature_flags
(
my_feature_flag:
false
)
stub_feature_flags
(
my_feature_flag:
false
)
```
```
## Enabling a feature flag
Check how to
[
roll out changes using feature flags
](
rolling_out_changes_using_feature_flags.md
)
.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment