From 75670df5b8a5700c48ac8cb41f8d1732b5738402 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Wed, 24 Jun 2026 16:17:16 +0200 Subject: Fix tagged content aggregator, assets path, and add regression tests - 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 --- lib/authenticated_system.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/authenticated_system.rb b/lib/authenticated_system.rb index 838b734..217f79e 100644 --- a/lib/authenticated_system.rb +++ b/lib/authenticated_system.rb @@ -74,7 +74,7 @@ module AuthenticatedSystem # # We can return to this location by calling #redirect_back_or_default. def store_location - session[:return_to] = request.request_uri + session[:return_to] = request.fullpath end # Redirect to the URI stored by the most recent store_location call or -- cgit v1.3