Articles about "Ruby".

All Tags

Unlocking Rails cycle: A Hidden Gem for Views.

September 16, 2025

Did you know Rails’ cycle can do more than just alternating row colors? From dynamically styling elements to structuring repeating patterns in views, it's a powerful tool for keeping your templates clean and efficient. Discover how to unlock its full potential and simplify your Rails views!

Rails Without Ruby.

September 10, 2025

Yes, you can run Rails without installing Ruby. With VS Code devcontainers, your whole Rails setup lives inside Docker — no version managers, no system dependencies, just rails new and go.

Migrating a legacy database into an existing Rails app.

August 26, 2025

Learn a simple ActiveRecord and Rake-task driven approach to migrate data from a legacy database into your existing Rails app.

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.

Count occurrences with the .tally method.

February 08, 2024

Learn how to leverage the universal tally method for easy counting.

Subscribe to get future articles via the RSS feed .