Filterameter enhances Rails controller development by increasing readability and reducing boilerplate code.
New SudoRails version has been released Sudo mode for your Rails controllers
Customizable password confirmation feature added in Rails v0.9.0 for enhanced security and flexibility.
Rails on AWS book
Master AWS without spending months getting certified.
Overcome discomfort by dedicating time to learning AWS.
Clean up Your Messy Legacy Ruby on Rails Codebase With Rubocop
Setting up Rubocop on an older Rails project may yield numerous issues initially.
Tips exist to manage and reduce Rubocop offenses incrementally on existing Rails applications.
Generate and share rails commands - new app, scaffold, model
Interactive tool for generating Rails commands
Customize Rails commands for app creation, scaffolding, and model creation
Image processing service for Rails apps
Efficient thumbnail generation is a challenge in Rails apps.
Built a fast and open-source image processing service in Go.
How to Dual Boot your Application with Rails' Main Branch
The Dual-Boot technique can be used to test an app against Rails' main branch for catching problems and warnings before a new version is released.
Testing the app against the main branch allows for easier upgrades and helps in encountering and solving problems one by one instead of dealing with all changes at once.
Business Class kit goes 1.2
The Rails SaaS kit focused on integrating Merchant of Record payment providers goes v1.2.
Now with Tailwind and GoodJob integration.
Replacing system tests with unit tests
System testing in Rails has been declared a failure due to slow, brittle, and uninformative test suites relying too much on end-to-end testing.