Skip to content

Blog

Browse through our blog page filled with updated information and the latest tips to help you achieve your goals.


Automate Your Deployments with Kamal 2 and GitHub Actions

Automate Your Deployments with Kamal 2 and GitHub Actions

Deployments shouldn’t be complex. You don’t need a lot of complicated configurations. That’s where...
Why Your Form Submission Fails: Hotwire/Turbo 1.x, Cloudflare, and Missing Validation Messages

Why Your Form Submission Fails: Hotwire/Turbo 1.x, Cloudflare, and Missing Validation Messages

Recently, we encountered a bug in our application. A user reported that after submitting a form,...
Direct Upload with Rails & Dropzone.js

Direct Upload with Rails & Dropzone.js

Configuring direct file uploads in Rails is now easier than ever. In this article, I'll show you how...
Working with LLMs in Ruby on Rails: A Simple Guide

Working with LLMs in Ruby on Rails: A Simple Guide

Why You Need to Work with LLMs Today Large Language Models (LLMs) are reshaping how we...
Deploying Ruby on Rails applications with Kamal

Deploying Ruby on Rails applications with Kamal

With the release of Rails 8, Kamal will be the default tool for deploying Rails applications,...
Kamal Integration in Rails 8 by Default

Kamal Integration in Rails 8 by Default

In Rails 8, Kamal will be included by default. This change aims to simplify deployment and...
The Ultimate Guide to Hiring Ruby on Rails Developers

The Ultimate Guide to Hiring Ruby on Rails Developers

Ruby on Rails (RoR) is a top choice and a pivotal tool in web development, especially for startups....
New Rails 7.2: Added Rate Limiting

New Rails 7.2: Added Rate Limiting

Ruby on Rails 7.2 added rate limiting to Action Controller. It's cool and easy to use. ...
New in Rails 7.2: Active Model Got type_for_attribute

New in Rails 7.2: Active Model Got type_for_attribute

What's New? Ruby on Rails 7.2 brings a handy change. The type_for_attribute method is now...
New in Rails 7.2: Generated With .devcontainer

New in Rails 7.2: Generated With .devcontainer

Exciting news from Rails! The latest Rails 7.2 has a new feature. When you create a new app, it now...