# File lib/mongrel/rails.rb, line 167 def reload! if not @rails_handler raise "Rails was not configured. Read the docs for RailsConfigurator." end log "Reloading Rails..." @rails_handler.reload! log "Done reloading Rails." end