Skip to content

Commit

Permalink
Don't use SolidCache on development to avoid too noisy console.
Browse files Browse the repository at this point in the history
  • Loading branch information
kinoppyd committed Jan 1, 2025
1 parent 90a08c9 commit 0bb8e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environments/development.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
end

# Change to :null_store to avoid any caching.
config.cache_store = :solid_cache_store
config.cache_store = :memory_store

# Print deprecation notices to the Rails logger.
config.active_support.deprecation = :log
Expand Down

0 comments on commit 0bb8e36

Please sign in to comment.