RailsCasts Pro episodes are now free!

Learn more or hide this

Jev Zelenkov's Profile

GitHub User: jevzee

Site: www.jzelenkov.com

Comments by Jev Zelenkov

Avatar

Great episode! There are two more Rack middlewares as of rails 4.1.0:

Rack::Sendfile
- serves public files directly from the http server (nginx, apache, etc)

ActiveRecord::Migration::CheckPending
- verifies that all migrations have been run before loading a web page