Class: AppEngine::Railtie

Inherits:
Rails::Railtie
  • Object
show all
Defined in:
lib/appengine/railtie.rb

Overview

AppEngine Rails integration

A Railtie providing Rails integration with the Google App Engine runtime environment. Sets up the Rails logger to log to the Google Cloud Console in production.

To use, just include the “appengine” gem in your gemfile, and make sure it is required in your config/application.rb (if you are not already using Bundler.require).

Configuration

This is a placeholder for now.