Background Webflow is a no-code web design and development platform. You can use it to serve your static pages like marketing and landing pages. Most of the CMS tools are...
Note: You can read the post build clean buildpack edition of “How to Decrease Heroku Slug Size” series here. tl;dr Use wkhtmltopdf-heroku instead of wkhtmltopdf-binary on production environment. You can...
Note: You can read the wkhtmltopdf edition of “How to Decrease Heroku Slug Size” series here. Heroku is a platform as a service tool where you can host your websites...
Hello everyone, In the past, I’ve built my personal blog with Octopress. It was a very good option at that point, but after some time, project is abandoned and not...
Introduction In this tutorial, we will implement a full text searching functionality with sunspot gem. Sunspot is a Solr powered search engine for ruby based projects. ORM of the tutorial...
Introduction When I must create a project with an admin panel, I need to do it fast and my choise for this purpose was rails’ scaffold generators. But I must...
Hirefire.io is a service that auto scales your heroku dynos. It is running both web and worker dynos and scales them according to websites current respond times and non-processed jobs....
Counter cache argument prevents you from making unnecessary `SELECT COUNT (*) requests. We want to make unnecessary @course.users call for each course. Next association is a basic example for :has_many,...
Initial Setup I created this blog site with octopress. Formerly, I was using blogspot but I want to change a flexible platform like jekyll based octopress. Here is how I...