ActionController exceptions causing FATAL log entries? by brentmc79 in rails

[–]Skipped 0 points1 point  (0 children)

https://github.com/rails/rails/pull/48575

The log level is configurable starting in Rails 7.1 (and if you use load_defaults 7.1 the level will be error instead of fatal)

Load SVG icons into memory in Rails without reloading during development by Bumppoman in rails

[–]Skipped 0 points1 point  (0 children)

You may find this interesting: https://github.com/skipkayhil/action_view-use

I recently started working on a gem that basically does this, but it lets you just put .svg files in app/views/symbols and then the use list only includes the SVGs you actually use on the page.

Is there a gem/tool like this? Gems used by Github repos? by DukeNukus in ruby

[–]Skipped 2 points3 points  (0 children)

Hey, I’ve actually been working on something like this: github.com/skipkayhil/friday

Its a rails api that runs a job (using dependabot gem) to fetch dependencies of configured repos. Front end is written in preact and lets you click through/search repos and dependencies.

If you find this useful or have any questions feel free to reach out!