Articles about "Rails".

Cleaning up with clearing rake tasks.

July 23, 2024

Learn how to easily cleanup your Rails log and tmp files.

Introducing RailsbootUI: Rails View Components for Bootstrap.

July 22, 2024

We released a new product: RailsbootUI - it's our take on providing a simple yet professional view component collection for Rails with Bootstrap as the CSS framework under the hood.

Use gems from private GitHub repos.

April 02, 2024

Learn how to seamlessly integrate private gems from GitHub into your Ruby projects. This guide covers setting up your Gemfile, configuring local credentials, and using GitHub Actions for authentication. Perfect for developers looking to enhance their workflow with private repositories.

Rendering view component template variants outside of the current request.

February 22, 2024

Discover how to leverage ActionController::Rendering for rendering specific component variants outside the current view context with ease.

Split your routes.rb file into logical files.

February 09, 2024

Simplify your monolithic Rails application by splitting your routes into logical namespaces using Rails' internal draw method. Instead of a cluttered routes.rb file, organize your routes into clear, manageable units like admin, api, etc. for improved clarity and maintainability.

Add zeitwerk:check rake task to you CI system.

February 08, 2024

Zeitwerk is Rails powerful code loader, handling all autoloading of ruby files with ease. While it requires specific filenames for classes, potential issues can be preemptively caught using the easy-to-use zeitwerk:check rake task, ensuring your Rails application boots properly in production.

Subscribe to get future articles via the RSS feed .