more useful fa user pages, post pages
This commit is contained in:
10
Gemfile
10
Gemfile
@@ -53,24 +53,21 @@ gem "bootsnap", require: false
|
||||
# Use Active Storage variants [https://guides.rubyonrails.org/active_storage_overview.html#transforming-images]
|
||||
# gem "image_processing", "~> 1.2"
|
||||
|
||||
group :development, :test do
|
||||
group :development, :test, :staging do
|
||||
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
|
||||
gem "debug", platforms: %i[ mri mingw x64_mingw ]
|
||||
end
|
||||
|
||||
group :development do
|
||||
group :development, :staging do
|
||||
# Use console on exceptions pages [https://github.com/rails/web-console]
|
||||
gem "web-console"
|
||||
gem "htmlbeautifier"
|
||||
gem "rails_live_reload"
|
||||
gem "rufo", require: false
|
||||
|
||||
# Speed up commands on slow machines / big apps [https://github.com/rails/spring]
|
||||
# gem "spring"
|
||||
|
||||
gem "rufo", require: false
|
||||
end
|
||||
|
||||
group :development, :staging do
|
||||
# Add speed badges [https://github.com/MiniProfiler/rack-mini-profiler]
|
||||
gem "rack-mini-profiler", require: ["enable_rails_patches", "rack-mini-profiler"]
|
||||
gem "memory_profiler"
|
||||
@@ -133,3 +130,4 @@ gem "tailwindcss-rails", "~> 2.0"
|
||||
gem "shakapacker"
|
||||
gem "react_on_rails"
|
||||
gem "rack-cors"
|
||||
gem "sanitize"
|
||||
|
||||
Reference in New Issue
Block a user