Benchmarking and Refactoring the content_for View Helper
#90
Jul 23, 2017free
In a recent blog post, we looked into the content_for view helper to render breadcrumbs. Once we got the feature working, it's time to refactor the feature to lower technical debt.
Getting Started - Ruby on Rails - Development Environment
#54
Nov 13, 2016free
Here is a simple workflow of setting up a new development environment. From Homebrew, ZSH, Atom, and RVM, learn how to easily get your macOS environment up and running.
When displaying a significant number of records, it is often a basic functions in a web application is to paginate the records and load them as requested.