Antelo Live 🔴

Antelo Live 🔴

Follow
Follow
homeTry Cherry 🍒
Tag

Ruby on Rails

#ruby-on-rails

More content

Read more stories on Hashnode


Articles with this tag

Additional Rails conventions for sustainable web development

Nov 26, 20237 min read1 views

Maintaining a sustainable codebase is essential to ensure the longevity of your application. However, technical debt, usually incurred from short-term...

Additional Rails conventions for sustainable web development

Setup Google Omniauth on Rails without Devise

Nov 26, 20232 min read1 views

Here's my recipe to quickly set up Google OAuth login without using the devise gem, only pure Omniauth. Install dependencies Add these to your...

Setup Google Omniauth on Rails without Devise

Create a Photo Gallery with Rails and Cloudinary

Aug 9, 20232 min read8 views

Here are some notes I've taken to my future self while implementing a gallery of photos in Rails and using Cloudinary. Note that I also prepare the...

Create a Photo Gallery with Rails and Cloudinary