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 06f82ce commit ff0859dCopy full SHA for ff0859d
config/environments/development.rb
@@ -4,7 +4,7 @@
4
# Allow server to be hosted on any URL
5
config.hosts.clear
6
# Allow better_errors to work in online IDE
7
- config.web_console.whitelisted_ips = "0.0.0.0/0.0.0.0"
+ config.web_console.allowed_ips = "0.0.0.0/0.0.0.0"
8
BetterErrors::Middleware.allow_ip! "0.0.0.0/0.0.0.0"
9
# Auto-connect to database when rails console opens
10
console do
0 commit comments