Rails 2.1 and Incoming JSON Requests
Sunday, May 25th, 2008Earlier this week, we tried to figure out the cleanest and easiest way to get our Rails app to accept incoming JSON requests. Up until recently, developers were able to use various Rails plugins for this purpose, such as the json_request plugin.
Luckily, it turns out that full support for JSON was added to Rails in [...]
