ruby-tmdb
ruby-tmdb copied to clipboard
An ActiveRecord-style API wrapper for TheMovieDB.org - compatible with API v3.
http://imgobject.com was decommissioned in late 2012. Since the last weekend the domain is down. So the URLs won´t work anymore. For more information check out my conversation with @themoviedb on...
Added new class TmdbList with 4 new methods to retrieve data from tmdb. list = TmdbList.upcoming list = TmdbList.now_playing list = TmdbList.top_rated list = TmdbList.popular each method has an optional...
Hey guys, First, thank you for this amazing gem. We use it to grab some informations about movies for our quiz game called "whatthemovie"(.com) and it works perfectly. TMDB recently...