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
Copy file name to clipboardExpand all lines: README.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ Use `Flipper#enabled?` in your app to check if a feature is enabled.
43
43
44
44
```ruby
45
45
# check if search is enabled
46
-
ifFlipper.enabled?:search, current_user
46
+
ifFlipper.enabled?(:search, current_user)
47
47
puts'Search away!'
48
48
else
49
49
puts'No search for you!'
@@ -70,15 +70,15 @@ Read more about [getting started with Flipper](https://flippercloud.io/docs) and
70
70
71
71
## Flipper Cloud
72
72
73
-
Like Flipper and want more? Check out [Flipper Cloud](https://www.flippercloud.io), which comes with:
73
+
Like Flipper and want more? Check out [Flipper Cloud](https://www.flippercloud.io?utm_source=oss&utm_medium=readme&utm_campaign=check_out), which comes with:
74
74
75
-
***everything in one place**— no need to bounce around from different application UIs or IRB consoles.
76
-
***permissions**— grant access to everyone in your organization or lockdown each project to particular people.
77
-
***multiple environments**— production, staging, enterprise, by continent, whatever you need.
78
-
***personal environments**— no more rake scripts or manual enable/disable to get your laptop to look like production. Every developer gets a personal environment that inherits from production that they can override as they please ([read more](https://www.johnnunemaker.com/flipper-cloud-environments/)).
79
-
***no maintenance**— we'll keep the lights on for you. We also have handy webhooks for keeping your app in sync with Cloud, so **our availability won't affect yours**. All your feature flag reads are local to your app.
75
+
***multiple environments**— production, staging, per continent, whatever you need. Every environment inherits from production by default and every project comes with a [project overview page](https://blog.flippercloud.io/project-overview/) that shows each feature and its status in each environment.
76
+
***personal environments**— everyone on your team gets a personal environment (that inherits from production) which they can modify however they want without stepping on anyone else's toes.
77
+
***permissions**— grant access to everyone in your organization or lockdown each project to particular people. You can even limit access to a particular environment (like production) to specific people.
80
78
***audit history**— every feature change and who made it.
81
79
***rollbacks**— enable or disable a feature accidentally? No problem. You can roll back to any point in the audit history with a single click.
80
+
***maintenance**— we'll keep the lights on for you. We also have handy webhooks and background polling for keeping your app in sync with Cloud, so **our availability won't affect yours**. All your feature flag reads are local to your app.
81
+
***everything in one place**— no need to bounce around from different application UIs or IRB consoles.
0 commit comments