Combine the forces of Contentful, Middleman, and Netlify to build and deploy dynamic-like site for free in less than an hour.
How to configure and use the Contentful Middleman gem to generate pages in Middleman driven by a content management system.
Take Middleman's dynamic pages feature, combine it with data modeling, and voila! We have dynamic routing in Middleman.
Although it's not usually the right choice, when you want to create individual attribute behavior on instances, Ruby has your back.
ActsAsTaggableOn is a great gem for working with tags in your application, but it can be a PITA when you want to be able to search for tags.
The difference between Ruby's class and class instance variables, and how you can use them to abstract functionality from inherited classes.
It can be helpful when debugging to know what "super" is actually calling.
When another website is doing the heavy-lifting updating some content you want to keep up on, but there's no good integration with Slack, you can parse it yourself and post directly to a Slack channel.
A quick way to pull content from a URL and parse it using Ruby.
Rake is an awesome tool. You may want to use it in a non-Ruby project or a project that isn't configured for it.