Skip to content

Blog

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


The behavior of stringify_keys in the upcoming version of Rails has changed.

The behavior of stringify_keys in the upcoming version of Rails has changed.

A new Rails update fixes how the stringify_keys handles different types of hash keys. This change...
Placeholder Image

A Simpler Way to Set Content Types in Rails

Rails now lets you set content types with less code. This new feature makes your work easier. ...
Simplifying Payments with Pay gem: A Guide to Using Stripe in Rails

Simplifying Payments with Pay gem: A Guide to Using Stripe in Rails

Payment integration can be challenging when building web applications. The Pay gem makes handling...
Rails 8 Brings ViewObjects: Why They’re Awesome and How to Use Them

Rails 8 Brings ViewObjects: Why They’re Awesome and How to Use Them

Rails 8 brings an exciting addition to its arsenal: ViewComponents, powered by the...
Rails 8: Introducing the Built-in Authentication Generator

Rails 8: Introducing the Built-in Authentication Generator

Ruby on Rails developers face a common task: building user login systems. Rails 8 brings a built-in...
Ruby on Rails Case Study: How JetThoughts Improved OpenApply

Ruby on Rails Case Study: How JetThoughts Improved OpenApply's Code and UX

OpenApply is a smart software tool that makes admissions and enrollment easier for students...
Minitest Advantages: Simple Testing for Rails Projects

Minitest Advantages: Simple Testing for Rails Projects

Minitest and RSpec are great testing tools for Ruby on Rails, each with its style, strengths, and...
Ruby on Rails 8: Simplifying Sharding with New Methods

Ruby on Rails 8: Simplifying Sharding with New Methods

Ruby on Rails 8 brings helpful updates for working with sharded databases. The new methods...
Ruby on Rails 8: Custom Compression for Encrypted Data

Ruby on Rails 8: Custom Compression for Encrypted Data

In Ruby on Rails 8, ActiveRecord’s encryption features are more flexible than ever. You can now set a...
Ruby on Rails 8: How to Batch with Custom Columns

Ruby on Rails 8: How to Batch with Custom Columns

Ruby on Rails 8 introduces a handy feature for developers handling large datasets: batching with...