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
Per @phlipper's comments in algolia_search PR, create an initializer to hold the configuration settings.
# Enable everywhere but the `test` environment
Rails.application.config.algolia_search = !Rails.env.test?
# or
# Enable in the `staging` and `production` environments
Rails.application.config.algolia_search = Rails.env.in?(%w[staging production])
Check config/development.rb and config/test.rb, as well as documentation DEVELOPMENT.md
The text was updated successfully, but these errors were encountered:
Per @phlipper's comments in algolia_search PR, create an initializer to hold the configuration settings.
Check config/development.rb and config/test.rb, as well as documentation DEVELOPMENT.md
The text was updated successfully, but these errors were encountered: