Displaying 1 result from an estimated 1 matches for "rendered_result".
2007 Jan 25
1
render rhtml templates in worker
I''m trying to make a worker that will render a large page to a file, 
very similar to what rails'' builtin cacheing does except with the 
rendering done outside of rails.
The only advice I''ve found is to use 
ActionController::Integration::Session.new but this doesn''t seem to 
allow setting session variables the way the functional tests do. Is 
there a way to