↧
Fix error processing images in entries
If the img src is already the "loading" animated gif, do not process the image.
View ArticleShow entry validation errors in the log
When an invalid entry is fetched, show the specific validation error in the log instead of a generic "entries is invalid" error for the feed object.
View ArticleChange log message and level
When the validation that checks that an entry is not already deleted fails, the right thing to do is to add the error to the entry.errors list and write a log message with low priority. The class that...
View ArticleEnable following redirects in RestClient.
RestClient should follow redirects automatically, but I'm getting errors when a server returns a 301 code. It's probably caused by the rest-client-components gem, which I need for client-side HTTP...
View Article