Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/config/environments/development.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
# Enable server timing.
config.server_timing = true

# Allow requests from any host in development (VM hostnames, tunnels, Tailscale, etc).
config.hosts.clear

# Enable/disable Action Controller caching. By default Action Controller caching is disabled.
# Run rails dev:cache to toggle Action Controller caching.
if Rails.root.join("tmp/caching-dev.txt").exist?
Expand Down