ruby-rack-cors

enable Cross-Origin Resource Sharing in Rack apps
  https://github.com/cyu/rack-cors
  0
  no reviews



Middleware that will make Rack-based apps CORS compatible.

The CORS spec allows web applications to make cross domain AJAX calls without using workarounds such as JSONP.