Browsing Tag
ruby
58 posts
We’re on ruby.social
The best of Ruby content on DEV Community is now available via Toot 🦣 We’ve syndicated our @The_Ruby_Dev…
Geocoding with Ruby
Geocoding is the process of converting addresses or place names into geographical coordinates, such as latitude and longitude.…
5 Most Popular Backend Frameworks for Web Development (2023) 🏅
A website is often thought of as its frontend, where the user interacts. However, most of the magic…
Webdesign Portfolio – Jekyll Theme
Webdesign Portfolio – A Custom build Jekyll Theme Join Memebership Google Play Store Learn More
All the ways to render an ActionText Attachment
There’s so many ways to render an ActionText attachment, we can change the app/views/active_storage/blobs/_blob.html.erb in a previous post.…
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…
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…
Troubleshooting ruby build
Have you found problems building ruby on a local machine? How to configure your local environment once and…
Ruby require argument keyword
Working with Ruby there are times you want a method to have required arguments without chaining multiple if…