Blogs
Official repository of the bootstrap_form gem using Bootstrap 4
Official repository of the bootstrap_form gem, a Rails form builder that makes it super easy to create beautiful-looking forms using Bootstrap 4 -bootstrap_form is a Rails form builder that makes it super easy to integrate Bootstrap v4-style forms...
Approaching Rails Legacy Systems - Chapter 1: Project Anatomy
In computing, a legacy system is an old method, technology, computer system, or application program, “of, relating to, or being a previous or outdated computer system,” yet still in use. Often referencing a system as “legacy” means that it paved t...
Rails Performance: When is Caching the Right Choice?
We've all been there. You're clicking around your Rails application, and it just isn't as snappy as it used to be. You start searching for a quick-fix and find a lot of talk about caching. Take your existing app, add some caching, and voila, a per...