RubyGems.org

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.

installgem install restful_jsonp
Authors

Matt Zukowski

2,236 total downloads 1,521 for this version
Owners

0a84380e7a0498f051758a0adfc40fa0E23fdd49cd6b944d3568b5439f703d79

Gemfile
gem "restful_jsonp", "~> 1.0.2"
Versions
  1. 1.0.2 January 21, 2011
  2. 1.0.0 January 21, 2011
Show all versions (3 total)
Runtime Dependencies
  1. rack ~> 1
  2. rails ~> 3