Enhance Gemfile, update styles, and improve log entry handling

- Added `db-query-matchers` gem for improved query testing capabilities.
- Updated `sanitize` gem version to `~> 6.1` for better security and features.
- Refactored styles in `application.tailwind.css` for better responsiveness.
- Improved `LogEntriesController` to utilize `response_size` for more accurate data handling.
- Added a new `favorites` action in `Domain::Fa::PostsController` for better user experience.
- Enhanced `fa_post_description_sanitized` method in `Domain::Fa::PostsHelper` for improved HTML sanitization.
- Updated views for `Domain::Fa::Posts` to streamline layout and improve user interaction.
- Improved pagination controls for better navigation across post listings.
This commit is contained in:
Dylan Knutson
2024-12-29 20:30:10 +00:00
parent ca914dbe25
commit 3cfa166b4a
29 changed files with 962 additions and 206 deletions

View File

@@ -136,6 +136,9 @@ GEM
curb (1.0.5)
daemons (1.4.1)
date (3.4.1)
db-query-matchers (0.14.0)
activesupport (>= 4.0, < 8.1)
rspec (>= 3.0)
debug (1.10.0)
irb (~> 1.10)
reline (>= 0.3.8)
@@ -350,6 +353,10 @@ GEM
rexml (3.2.5)
rice (4.0.4)
ripcord (2.0.0)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.2)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.3)
@@ -374,7 +381,7 @@ GEM
ffi (~> 1.12)
rubyzip (2.3.2)
rufo (0.15.1)
sanitize (6.0.2)
sanitize (6.1.3)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
sd_notify (0.1.1)
@@ -459,6 +466,7 @@ DEPENDENCIES
cssbundling-rails (~> 1.4)
curb
daemons
db-query-matchers (~> 0.14)
debug (~> 1.10)
devise (~> 4.9)
diffy
@@ -500,7 +508,7 @@ DEPENDENCIES
ruby-prof-speedscope
ruby-vips
rufo
sanitize
sanitize (~> 6.1)
sd_notify
selenium-webdriver
shakapacker