Skip to content

Instantly share code, notes, and snippets.

@codesword
Created June 5, 2016 16:31
Show Gist options
  • Save codesword/b070950c4163c62c63a6cb242d239de9 to your computer and use it in GitHub Desktop.
Save codesword/b070950c4163c62c63a6cb242d239de9 to your computer and use it in GitHub Desktop.
use ActionDispatch::Static
use Rack::Lock
use Rack::Runtime
use ActionDispatch::RequestId
use Rails::Rack::Logger
use ActionDispatch::ShowExceptions
use ActionDispatch::DebugExceptions
use ActionDispatch::RemoteIp
use ActionDispatch::Reloader
use ActionDispatch::Callbacks
use ActiveRecord::Migration::CheckPending
use ActiveRecord::ConnectionAdapters::ConnectionManagement
use ActiveRecord::QueryCache
use ActionDispatch::ParamsParser
use Rack::Head
use Rack::ConditionalGet
use Rack::ETag
run TodoList::Application.routes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment