Browsing Tag
ruby
64 posts
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…
Rails guide – Adding CI – Part 5
Hey guys! How are you? This article is a part of a series that will teach how to…
Incremental lint fixes by GitHub Actions
How do you apply new lint rules to the legacy project with active development? Have you added standard…
Launch an EC2 Instance with Ruby installation Using AWS CloudFormation
We are creating an EC2 Instance with Ruby installation Using AWS CloudFormation. Using this we can set up…
A melhor maneira que encontrei para aprender Ruby
Esse artigo contem uma lista de coisas que estão funcionando muito bem para o meu aprendizado da linguagem…