This post is part of a series of 31 Rails 4 articles being released each day in December 2012. In production, an initial boot of your Rails application will load the schema of all your models into a schema cache. For those developers who have a large amount of models in their application, Rails 4 has introduced a schema cache dump to speed up the initial application boot time. To make a dump of yo