Rails View Patterns: Helpers vs Partials vs Presenters vs DecoratorsUtilizing helpers, partials, presenters, and decorators in Rails views aids in code organization and maintainability.
Ruby on Rails 8 Concurrency Guide: Modern Parallel ProcessingRuby 3's concurrency and parallelism features enable significantly improved performance and scalability in Rails 8 applications.
Exploring Rails Productivity and Language Trade-offs - JSJ 653 - JavaScript JabberThe episode explores the impact of programming languages and practices on developer productivity and challenges.
Rails Thruster 101: A Quick Guide | HackerNoonThruster enhances Rails applications by serving static files efficiently while integrating seamlessly with the Kamal ecosystem.
Generate a Rails 8 app with NextgenNextgen now supports Rails 8, allowing fine-tuning of Rails app setups by selecting necessary gems and frameworks.
Speed-up rails test suites with self-hosted Github Actions runnersSelf-hosted GitHub Actions runners can save costs and increase performance for Rails developers.Users have reported up to 80% savings while improving test suite speeds.
Hotwire, but for command-line appsTerminalwire streamlines CLI app development in Rails by using WebSockets instead of traditional APIs.
On Flaky Tests, Time Precision, and Order DependenceFlaky tests may occur due to time precision and time-order dependence.
Join us virtually at NYC.rb on June 12, 5:30 PM EDT for Obie FernandezRuby and Rails are ideal for AI integration in software development.
Hotwire, but for command-line appsTerminalwire streamlines CLI app development in Rails by using WebSockets instead of traditional APIs.
On Flaky Tests, Time Precision, and Order DependenceFlaky tests may occur due to time precision and time-order dependence.
Join us virtually at NYC.rb on June 12, 5:30 PM EDT for Obie FernandezRuby and Rails are ideal for AI integration in software development.
Filterameter Goes 1.0!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 bookMaster AWS without spending months getting certified.Overcome discomfort by dedicating time to learning AWS.
Clean up Your Messy Legacy Ruby on Rails Codebase With RubocopSetting 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, modelInteractive tool for generating Rails commandsCustomize Rails commands for app creation, scaffolding, and model creation
Image processing service for Rails appsEfficient thumbnail generation is a challenge in Rails apps.Built a fast and open-source image processing service in Go.
Replacing system tests with unit testsSystem testing in Rails has been declared a failure due to slow, brittle, and uninformative test suites relying too much on end-to-end testing.