Quantcast
Channel: FeedBunch:fa76fbd32f3ead3455ac3b06992eacdb394e3ebe commits
Browsing all 40 articles
Browse latest View live

Updated uglifier gem 4.1.9 -> 4.1.10

View Article



Updated faraday gem 0.14.0 -> 0.15.0

View Article

Updated pghero gem 2.1.0 -> 2.1.1

View Article

Updated aws-sdk-s3 gem 1.9.1 -> 1.10.0

View Article

Updated brakeman 4.2.1 -> 4.3.0

View Article


Updated high_voltage gem 3.0.0 -> 3.1.0

View Article

Updated newrelic_rpm gem 5.0.0.342 -> 5.1.0.344

View Article

Updated rack-cache gem 1.7.1 -> 1.7.2

View Article


Update selenium-webdriver gem 3.11.0 -> 3.12.0

View Article


Updated web-console gem 3.6.1 -> 3.6.2

View Article

Updated capybara gem 3.0.2 -> 3.1.0

View Article

Added missing require in view

For some reason it wasn't necessary before but now the app throws a 500 error if this is missing, after just a server restart. Rails autoload is sure finicky.

View Article

WIP: config option to fetch some special feeds differently

This is intended to fix problems when fetching Tumblr feeds; since recently Tumblr sends an interstitial page about GDPR compliance instead of the actual feeds, which breaks feed clients like...

View Article


Generalization of SpecialFeedHandling to SpecialFeedManager

This is a fist step toward making this class manage special feed fetchers, as well as special feed handlers. The responsability of invoking the handle_entry method on special handlers belongs now to...

View Article

Implemented new method SpecialFeedManager.get_special_fetcher

This method returns the special fetcher class for a feed configured in config/special_feeds.yml if any, nil otherwise. The private code in SpecialFeedManager is as DRY as possible, using both the url...

View Article


When fetching a feed, use a special fetcher if configured

FeedClient has been reorganized to move the code that performs the default fetching to the new default_fetch method. This method attempts to fetch the feed with the simple HTTP client (RestClient) and...

View Article

Fixed fetching feeds

View Article


Use a special class to fetch Tumblr feeds

This class gets around the interstitial GDPR page served by Tumblr by using a full-featured headless browser to fetch the interstitial page, click on the OK button and wait for the actual content...

View Article

Updated aws-sdk-s3 gem 1.10.0 -> 1.13.0

View Article

Updated brakeman gem 4.3.0 -> 4.3.1

View Article
Browsing all 40 articles
Browse latest View live




Latest Images