NOTE: This post now lives (and kept up to date) on my blog: http://hakunin.com/rails3-load-paths
Do nothing. All files in this dir are eager loaded in production and lazy loaded in development by default.
# -*- mode: ruby -*- | |
# vi: set ft=ruby : | |
require "rbconfig" | |
HOST_NAME = "prerender" | |
VAGRANTFILE_API_VERSION = "2" | |
Vagrant.require_version ">= 1.5" | |
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| |
NOTE: This post now lives (and kept up to date) on my blog: http://hakunin.com/rails3-load-paths
Do nothing. All files in this dir are eager loaded in production and lazy loaded in development by default.