search for: testscriptcontrol

Displaying 1 result from an estimated 1 matches for "testscriptcontrol".

2006 May 17
2
Caching doesn''t work at all...
Installed RoR under lighttpd and noticed that caching some actions didn''t accelerate page serving. The following little example of class TestscriptController < ApplicationController caches_page :index def index @string = Time.now.to_s end end and <html> <head> <title>Test</title> </head> <body> <p>Test</p> <p><%= controller.action_name %></p> <p><%= @string %>&lt...