Ruby on Rails vs. Django in 2020 and Beyond

Ruby on Rails and Django are two of the most popular web development frameworks out there. How do you choose the right one for your new project in 2020? Read more

Similar

Pretty URLs in Ruby on Rails with FriendlyId

Our task today is to add unique slugs to our Company model on our Ruby on Rails app. The Company model has name and location properties, and we want to use those to create the slug. E.g. the company named Lugo Labs and based in London should have a slug, ...

Read more »