Skip to content

Blog

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


Rails 8: Introducing the New Default Asset Pipeline – Propshaft

Rails 8: Introducing the New Default Asset Pipeline – Propshaft

The Rails asset pipeline helps manage static assets like CSS, JavaScript, and images. It improves...
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...
New in Ruby on Rails 7.2: Development Containers Configuration

New in Ruby on Rails 7.2: Development Containers Configuration

Development container is a full-featured coding environment. Rails 7.2 introduces configurations for...
Placeholder Image

Enum validation in Ruby on Rails 7.1

The latest version of Rails 7.1 introduces the ability to validate enums, enhancing data integrity...
New asserts for testing stopped streams after Ruby on Rails 7.1.

New asserts for testing stopped streams after Ruby on Rails 7.1.

Previously, developers encountered a significant challenge verifying if streams ceased operation...