Bug Fixes
- Handle cases when PATH_INFO is nil or blank. Thanks arunthampi!
Fixing Regression
Bug Fixes
- Change middleware insert order to work with config.threadsafe! (thnx Nick Urban!)
Bug Fixes
- Fix Rack::File#empty? call in middleware causing an exception.
Enhancements
- Refactor MIME type settings into a local object.
- Add RSpec specs on the middleware and mime type handler.
- Update the README with more detail and examples.
- Fixed a typo in "ttf" in the middleware.
- Removed duplicate Railtie definition.
Bug Fixes
- Fix MIME types not being properly set in recent versions of Rack (starting in Rack 1.3.0)
Enhancements
- Make MIME setting more future-compatible by optionally setting it.
Initial release.