Tutorials

pg_search builds ActiveRecord named scopes that take advantage of PostgreSQL’s full text search
PgSearch builds named scopes that take advantage of PostgreSQL's full text search.Read the blog post introducing PgSearch at https://content.pivotal.io/blog/pg-search-how-i-learned-to-stop-worrying-and-love-postgresql-full-text-search.






Lefthook, Crystalball, and git magic for smooth development experience
From this step-by-step tutorial, you will learn how to setup Lefthook git hooks manager, Crystalball test selection library, and also how to automatically install missing gems and migrate your database when you're switching to a feature branch and...

How We Migrated To Turbolinks Without Breaking Javascript
It's 2019, so we decided it was time to take a more modern approach to the Honeybadger front end. We implemented Turbolinks! This is only the first step on an ambitious roadmap. In 2025 we plan to migrate to Angular 1, and we'll finish out the dec...

Adding devise_token_auth to an existing Rails app
Ruby on rails is still the frontrunner for getting an MVP(minimum viable product) out of the door. Eventual when things go our way we want to introduce F/E framework on the customer facing side for various reasons(continue using the admin part as ...