docbrown/app/services/podcasts
Daniel Uber 7f1fdc7324
Produce a meaningful slug from podcast episode title (#17184)
* Use sluggerize to produce a slug from podcast episode title

This is essentially the process we use for Article#title_to_slug
without the random trailing bits on the end (since podcast episodes
had not worked that way previously).

* Add test case for slug generation

* Oh, the test only works if you checkin the fixture, too
2022-04-08 16:30:16 -05:00
..
create_episode.rb Produce a meaningful slug from podcast episode title (#17184) 2022-04-08 16:30:16 -05:00
episode_rss_item.rb [deploy] Routine Rubocop fixes (#8293) 2020-06-05 18:46:10 -04:00
feed.rb Add Errno::EHOSTUNREACH to Podcasts's rescue list (#16884) 2022-03-15 14:05:04 -04:00
get_episode.rb [deploy] Optimization:Store Podcast Ep Data in Redis, Rather than Sending as Sidekiq Argument (#10331) 2020-09-16 08:26:38 -05:00
get_media_url.rb handle openssl errors when checking podcast episode for https (#14439) 2021-08-09 12:52:20 -05:00
update_episode_media_url.rb Fix app/services' ruby 2.7 kwargs warnings (#13177) 2021-04-01 18:40:50 -04:00