We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Googly::Middleware is fastest when installed in config.ru instead of Rails.config.
config.ru (You may need to create this)
require "config/environment" use Googly::Middleware run ActionController::Dispatcher.new
config/environment.rb
config.gem 'googlyscript'
config/environments/development.rb
Googly.script '/goog', :goog Googly.script '/myjs', 'app/javascripts' # etc.