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 »
Have you ever wondered what the secret_key_base value is and how it’s used in a Rails application? This configuration value was introduced… (more…)
Read more »
Your browser isn’t supported anymore. Update it to get the best YouTube experience and our latest features. Learn more... (more…)
Read more »
At Localytics, one of the tools we use for data processing is the Snowflake data warehouse. We connect to Snowflake in a couple different ways, but our main data retrieval application is a Ruby on Rails API. To accomplish this we use a combination of unix... (more…)
Read more »
inflection is a port of the functionality from Ruby on Rails' Active Support Inflection classes into PostgreSQL - pyramation/inflection... (more…)
Read more »