#rails

[ follow ]

Rails View Patterns: Helpers vs Partials vs Presenters vs Decorators

Utilizing helpers, partials, presenters, and decorators in Rails views aids in code organization and maintainability.

Ruby on Rails 8 Concurrency Guide: Modern Parallel Processing

Ruby 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 Jabber

The episode explores the impact of programming languages and practices on developer productivity and challenges.

Rails Thruster 101: A Quick Guide | HackerNoon

Thruster enhances Rails applications by serving static files efficiently while integrating seamlessly with the Kamal ecosystem.

Generate a Rails 8 app with Nextgen

Nextgen 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 runners

Self-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.
#ruby

Hotwire, but for command-line apps

Terminalwire streamlines CLI app development in Rails by using WebSockets instead of traditional APIs.

On Flaky Tests, Time Precision, and Order Dependence

Flaky 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 Fernandez

Ruby and Rails are ideal for AI integration in software development.

Hotwire, but for command-line apps

Terminalwire streamlines CLI app development in Rails by using WebSockets instead of traditional APIs.

On Flaky Tests, Time Precision, and Order Dependence

Flaky 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 Fernandez

Ruby and Rails are ideal for AI integration in software development.
moreruby

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 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.
[ Load more ]