summaryrefslogtreecommitdiff
path: root/test/functional/rss_controller_test.rb
AgeCommit message (Collapse)Author
2026-06-24Fix tagged content aggregator, assets path, and add regression testserdgeist
- Replace tagged_with calls in Page.aggregate, TagsController, RssController with direct SQL joins (acts-as-taggable-on 3.5 broken on Rails 3.2) - Fix Paperclip :path/:url to use plain :id format matching existing uploads - Add proper regression tests for aggregator, tags, and rss controllers - Fix assert_select assertions to target div.body div.article_partial
2009-09-10added public rss controller plus template to render the latest 20 updates into a neat little atom feedhukl