rottentomatoes
rottentomatoes copied to clipboard
An ActiveRecord-style API wrapper for RottenTomatoes.com.
RottenTomates provides paged results and I needed to navigate through those pages easily. ``` RUBY RottenList.find(type: 'new_releases', page: 2) ```
Regarding decoding gzip responses: http://stackoverflow.com/questions/13397119/ruby-nethttp-not-decoding-gzip
Added Top Rentals as a search option for list types.
When searching for movies by :title, we should return an array unless the user specifies a :limit of 1. The previous spec just happened to test a query that had...