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 »
UUID is an alternative primary key type for SQL databases. It offers some non-obvious advantages compared to standard integer-based keys. Rails 6 release fresh out of beta introduces a new feature in ActiveRecord that makes working with UUID primary keys ... (more…)
Read more »
komponent - An opinionated way of organizing front-end code in Ruby on Rails, based on components... (more…)
Read more »
In the previous article we as a Ruby on Rails development company have already covered such great websites built with Ruby on Rails as Twitter, Basecamp, Kickstarter, Yammer, Slideshare, Zendesk and Bloomberg. Now is the time to uncover some more awesome ...
Read more »
In an earlier project, we had good test coverage with only unit tests produced following TDD practices. But against all our careful work, o... (more…)
Read more »