Skip to content

Instantly share code, notes, and snippets.

@karledurante
Created September 30, 2011 14:48
Show Gist options
  • Save karledurante/1253963 to your computer and use it in GitHub Desktop.
Save karledurante/1253963 to your computer and use it in GitHub Desktop.
rack-esi config
# environment.rb
Rails::Initializer.run do |config|
config.middleware.use(Rack::ESI, opts = {})
... other configs....
end
@boof
Copy link

boof commented Sep 30, 2011

can you add the views/layouts?

@karledurante
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment