Skip to content
dturnbull edited this page Apr 10, 2011 · 6 revisions

Googly::Middleware is fastest when installed in config.ru instead of Rails.config.

Gemfile

gem 'closure'

config.ru

use Closure::Middleware

config/environments/development.rb

Closure.add_source 'app/javascripts', '/myjs'
# etc.
Clone this wiki locally