scott
scott copied to clipboard
:briefcase: The Podcast Regional Manager
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 ```...
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...
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...
Use only WebMock (with rack plugin) instead of ShamRack && Webmock, since they do a pretty similar thing.