Browsing Tag
rails
49 posts
Friendly IDs for Ruby on Rails
Do you have URLs like /books/1 or /secret_things/10 and wish that they were friendlier? Also, wish the IDs…
How To Create A Ruby On Rails API With Scaffold – Full 10 Step Guide In 5 Minutes
This guide is multi-use, designed for passing a code challenge but could be useful for jumping into a…
HotReload with Ruby on Rails 7
Hi Folks, Just published a small article about the hot-reload in Ruby on Rails 7 on medium. Hope…
Service layer for business logic — Organizing code in a Rails monolith
Our engineering team builds the Aha! suite using a Rails monolith. We carefully weighed a number of options…
Ruby on Rails Naming Conventions
David Heinemeier Hansson, the creator of Ruby on Rails, believed in the importance of convention over configuration. In…
Rails guide – Adding CI – Part 5
Hey guys! How are you? This article is a part of a series that will teach how to…
Build a Rails script watcher/runner using fswatch
I often find myself spending a lot of time in the Rails console testing out code. As my…
Form validations in Ruby On Rails Application.
In this article, we will learn how to manage server-side and client-side form validations according to our requirements…
How to Safely Deserialize Data in Ruby on Rails
Serialization is a way of taking data and storing it or transferring data to other systems, machines, or…