Rails.application.configure do
# don't preload features for /assets/* but do for everything else
config.flipper.preload = ->(request) { !request.path.start_with?('/assets') }
end
Rails.application.configure do
# Setting to `true` or `:raise` will raise error when a feature doesn't exist.
# Use `:warn` to log a warning instead.
config.flipper.strict = !Rails.env.production?
end
# You can now just do this in your configure block and it'll require the files and configure the client.
Flipper.configure do |conf|
conf.statsd = my_client
end
Rails.application.configure do
# don't preload features for /assets/* but do for everything else
config.flipper.preload = ->(request) { !request.path.start_with?('/assets') }
end
Rails.application.configure do
# Setting to `true` or `:raise` will raise error when a feature doesn't exist.
# Use `:warn` to log a warning instead.
config.flipper.strict = !Rails.env.production?
end
# You can now just do this in your configure block and it'll require the files and configure the client.
Flipper.configure do |conf|
conf.statsd = my_client
end
Rails.application.configure do
# don't preload features for /assets/* but do for everything else
config.flipper.preload = ->(request) { !request.path.start_with?('/assets') }
end
Rails.application.configure do
# Setting to `true` or `:raise` will raise error when a feature doesn't exist.
# Use `:warn` to log a warning instead.
config.flipper.strict = !Rails.env.production?
end
# You can now just do this in your configure block and it'll require the files and configure the client.
Flipper.configure do |conf|
conf.statsd = my_client
end
Rails.application.configure do
# don't preload features for /assets/* but do for everything else
config.flipper.preload = ->(request) { !request.path.start_with?('/assets') }
end
Rails.application.configure do
# Setting to `true` or `:raise` will raise error when a feature doesn't exist.
# Use `:warn` to log a warning instead.
config.flipper.strict = !Rails.env.production?
end
# You can now just do this in your configure block and it'll require the files and configure the client.
Flipper.configure do |conf|
conf.statsd = my_client
end
Rails.application.configure do
# don't preload features for /assets/* but do for everything else
config.flipper.preload = ->(request) { !request.path.start_with?('/assets') }
end
Rails.application.configure do
# Setting to `true` or `:raise` will raise error when a feature doesn't exist.
# Use `:warn` to log a warning instead.
config.flipper.strict = !Rails.env.production?
end
# You can now just do this in your configure block and it'll require the files and configure the client.
Flipper.configure do |conf|
conf.statsd = my_client
end
Rails.application.configure do
# don't preload features for /assets/* but do for everything else
config.flipper.preload = ->(request) { !request.path.start_with?('/assets') }
end
Rails.application.configure do
# Setting to `true` or `:raise` will raise error when a feature doesn't exist.
# Use `:warn` to log a warning instead.
config.flipper.strict = !Rails.env.production?
end
# You can now just do this in your configure block and it'll require the files and configure the client.
Flipper.configure do |conf|
conf.statsd = my_client
end
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot will merge this PR once it's up-to-date and CI passes on it, as requested by @KevinBongart.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Bumps flipper-redis, flipper and flipper-ui. These dependencies needed to be updated together. Updates
flipper-redis
from 0.28.3 to 1.1.1Release notes
Sourced from flipper-redis's releases.
... (truncated)
Changelog
Sourced from flipper-redis's changelog.
... (truncated)
Commits
4e34ee7
Release 1.1.1ae5ae62
Update changelogc020f74
Merge pull request #785 from flippercloud/fix-ar-ext-require01d4e0c
Remove cloud checks9021aae
Ensure that flipper itself has the extensions for active record5a3587b
Update changelog for v1.1.04473ee5
Include expressions migration in changelog9a40d46
Prepare for v1.1.0 release3a8ad72
Add environment to changelog6979bc7
Merge pull request #782 from flippercloud/rails-credentialsUpdates
flipper
from 0.28.3 to 1.1.1Release notes
Sourced from flipper's releases.
... (truncated)
Changelog
Sourced from flipper's changelog.
... (truncated)
Commits
4e34ee7
Release 1.1.1ae5ae62
Update changelogc020f74
Merge pull request #785 from flippercloud/fix-ar-ext-require01d4e0c
Remove cloud checks9021aae
Ensure that flipper itself has the extensions for active record5a3587b
Update changelog for v1.1.04473ee5
Include expressions migration in changelog9a40d46
Prepare for v1.1.0 release3a8ad72
Add environment to changelog6979bc7
Merge pull request #782 from flippercloud/rails-credentialsUpdates
flipper-ui
from 0.28.3 to 1.1.1Release notes
Sourced from flipper-ui's releases.
... (truncated)
Changelog
Sourced from flipper-ui's changelog.
... (truncated)
Commits
4e34ee7
Release 1.1.1ae5ae62
Update changelogc020f74
Merge pull request #785 from flippercloud/fix-ar-ext-require01d4e0c
Remove cloud checks9021aae
Ensure that flipper itself has the extensions for active record5a3587b
Update changelog for v1.1.04473ee5
Include expressions migration in changelog9a40d46
Prepare for v1.1.0 release3a8ad72
Add environment to changelog6979bc7
Merge pull request #782 from flippercloud/rails-credentialsYou can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot will merge this PR once it's up-to-date and CI passes on it, as requested by @KevinBongart.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show