Created
December 17, 2023 12:07
-
-
Save philiplambok/82db738dca8b6f49a3f72917050ef909 to your computer and use it in GitHub Desktop.
Rack Mini Profiler
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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