scott icon indicating copy to clipboard operation
scott copied to clipboard

:briefcase: The Podcast Regional Manager

Results 6 scott issues
Sort by recently updated
recently updated
newest added

Right now the indexer "query" is done on every request... it would be better to have it as a query... Instead of ```ruby Episode.all.each do |episode| if episde.... end ```...

help wanted

Create a job that cleans the `indexed_at` attribute for all the episodes, forcing to clean. That will come handy for migrations, new fields. Remember to add it as recurring, but...

help wanted

I am having some strange behavior from the API. When I pass the page=1 it doesn't return the total. ``` Request URL:https://api.feedcast.io/episodes?page=1&per_page=30 Request Method:GET Status Code:200 (from disk cache) Remote...

bug
help wanted

Use only WebMock (with rack plugin) instead of ShamRack && Webmock, since they do a pretty similar thing.

help wanted