You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DMP OPIDoR have been using the RSS feed for our own news. It seems to be broken since Feedjira 3.0.
The Feed.fetch_and_parse method has been removed in this version.
Thanks for catching that @benjaminfaure
I just took a look and noticed that the RSS feed isn't even used anymore on that un-branded about_us page. I submitted a PR #2412 to remove Feedjira and that code block
Hello everyone,
DMP OPIDoR have been using the RSS feed for our own news. It seems to be broken since Feedjira 3.0.
The
Feed.fetch_and_parse
method has been removed in this version.roadmap/app/controllers/static_pages_controller.rb
Lines 5 to 12 in a54f85a
There is two ways of fixing this :
I tested the second solution, it seems to work without too much changes.
Should I send you a PR ?
The text was updated successfully, but these errors were encountered: