When I have a user go to a certain page, it will fork off a thread that will perform some action. So the main thread will finish and render :nothing => true . Now, I want that forked off thread to render into a string a partial. However, I cannot render_to_string :partial=> :foobar because I have already rendered once. Is there anyway to get around this? -- Posted via http://www.ruby-forum.com/.
Possibly Parallel Threads
- rendering a partial inside another using render_to_string and (:formats) in controller
- render_to_string in an after filter
- Re: Train wreck getting render_to_string to work from foreign controller [SOLVED]
- render_to_string in a controller test?
- Rails3: render_to_string of a .html.erb when request is a json request raises MissingTemplate error