
A Comprehensive Guide to Essential String Helper Methods
When optimizing your Ruby on Rails development process, leveraging string helper methods can si...
162 reads
This collection houses all things Ruby and Rails. We discuss the conventions, principles, patterns, and more that make up the vastly cool web-app framework.
Viewing articles within the Ruby on Rails collection
A Comprehensive Guide to Essential String Helper Methods
When optimizing your Ruby on Rails development process, leveraging string helper methods can si...
162 reads
As a designer who stumbled into Ruby on Rails, I always look for more opportunities to simplify, bringing better design to the framework. I’m working on a ne...
324 reads
Ruby on Rails, commonly referred to as Rails, is a popular and powerful web application framework written in Ruby programming language. Its simplicity, effic...
569 reads
If you've used Rails for a length of time you've likely gotten an error of this type: "Address already in use - bind(2) (Errno::EADDRINUSE)"
Running multi...
1200 reads
Many moons ago, RSS was all the hype. With fewer publication engines like Medium, Substack, and other newsletter-style engines, most people would create thei...
1154 reads
I find YAML
to be a godsend when rendering static data that doesn't necessarily need to be a part of a database using Ruby on Rails.
In the Ruby ecosyst...
2567 reads
Over the past few months, I've been quietly hacking on a side project called Rails UI. It's a new Ruby on Rails engine that pairs prof...
2156 reads
Adding basic search functionality to a Ruby on Rails app is not the toughest task in the book but when you think about it before [hotwire.dev](https://hotwir...
7341 reads
Modern versions of Ruby on Rails ship with a very useful application credentials layer that allows you to store private keys and other information in a fully...
22585 reads
Ruby on Rails ships with no user authentication layer. The core maintainers of the framework made this decision as it could vary per app how you might want t...
3944 reads
When Rails 7 made its first appearance in December of 2021 a new default component was introduced called Turbo. If you have an...
17386 reads
Upgrading a Ruby on Rails application can be a downright chore. There are many steps to consider and that varies depending on your version of Rails. It's oft...
2510 reads