We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f3793a commit 0a1a7cfCopy full SHA for 0a1a7cf
lib/forest_liana/bootstrapper.rb
@@ -28,11 +28,6 @@ def initialize(reset_api_map = false)
28
"ForestLiana.forest_client_id is deprecated. It's not needed anymore."
29
end
30
31
- if Rails.application.secrets.forest_application_url
32
- FOREST_LOGGER.warn "DEPRECATION WARNING: The use of " \
33
- "The secret forest_application_url is deprecated. It's not needed anymore."
34
- end
35
-
36
unless Rails.application.config.action_controller.perform_caching || Rails.env.test?
37
FOREST_LOGGER.error "You need to enable caching on your environment to use Forest Admin.\n" \
38
"For a development environment, run: `rails dev:cache`"
0 commit comments