Normally Rails/Rack only checks the '_method' parameter in POST requests, but JSONP requests are always GETs. This railtie enables the '_method' check for all request types, including GET.
Matt Zukowski
gem "restful_jsonp", "~> 1.0.2"