1 # Load the rails application
2 require File.expand_path('../application', __FILE__)
5 # Initialize the rails application
6 Server::Application.initialize!
9 rescue Errno::ENOENT => e
10 # Cache directory does not exist? Then cache is clear, proceed.
11 Rails.logger.warn "In Rails.cache.clear, ignoring #{e.inspect}"