Tutorials






ActiveRecord::Calculations will now use column-based type casting | Saeloun Blog
ActiveRecord::Calculations is a great collection of methods that allow arithmetic operations to be performed right on the ActiveRecord attributes. These are the available methods:averagecalculatecountidsmaximumminimumplucksum.

Deprecating code in a Rails application | Everyday Rails
When upgrading a Rails application to a newer version of the framework, you’ll often see deprecation warnings pop up in your application logs and test suite output. Deprecation warnings give you time to fix an issue before it becomes an outright e...

Running Rails on the Cloud Run environment | Ruby | Google Cloud
Learn how to deploy a sample Rails application to Cloud Run and how to integrate managed databases, object storage, encrypted secrets, and build pipelines with serverless compute.Deploying Rails applications involves integrating multiple services ...
