Skip to content

Instantly share code, notes, and snippets.

@philiplambok
Created December 17, 2023 12:07
Show Gist options
  • Save philiplambok/82db738dca8b6f49a3f72917050ef909 to your computer and use it in GitHub Desktop.
Save philiplambok/82db738dca8b6f49a3f72917050ef909 to your computer and use it in GitHub Desktop.
Rack Mini Profiler
group :development do
# Use console on exceptions pages [https://github.com/rails/web-console]
gem "web-console"
# Add speed badges [https://github.com/MiniProfiler/rack-mini-profiler]
gem "rack-mini-profiler"
gem "memory_profiler"
# Speed up commands on slow machines / big apps [https://github.com/rails/spring]
# gem "spring"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment