Gems
silva96/log_bench: A terminal-based Rails log viewer with real-time monitoring and filtering capabilities
A powerful TUI (Terminal User Interface) for analyzing Rails application logs in real-time. LogBench provides an intuitive interface to view HTTP requests, SQL queries, and performance metrics from your Rails logs.
.
sds/haml-lint: Tool for writing clean and consistent HAML
haml-lint is a tool to help keep your HAML files clean and readable. In addition to HAML-specific style and lint checks, it integrates with RuboCop to bring its powerful static analysis tools to your HAML documents.
Experimental auto-correct feat...
ruby/pstore: PStore implements a file based persistence mechanism based on a Hash.
PStore implements a file based persistence mechanism based on a Hash. User code can store hierarchies of Ruby objects (values) into the data store file by name (keys). An object hierarchy may be just a single object. User code may later read value...