Bastien Vaucher
Bastien Vaucher
The redefinition of the most_appropriate_url doesn't work for me, it's still the original Paperclip::UrlGenerator one that is called. Also why not just creating a new UrlGenerator inheriting from Paperclip::UrlGenerator? You...
Oh, I also had another problem with your patch, you can't call `reprocess!` directly anymore, it won't do anything, you need to call `process_delayed!`. Maybe more a note than an...
@tommeier is it because you set the attachment post_processing to `true` manually?
Same problem here when I try to search by id. Search by title always returns an empty array.
That did fix the search by id. But when I try to search by title I still get nothing when I don't make anonymized requests: ``` ruby imdb = ImdbParty::Imdb.new...
`jeweler` and `shoulda` are only dependencies if you want to work on this library, or run the tests. It shouldn't have any effect on the actual api calls. For the...
+1 This really needs an update.