search for: _rss

Displaying 2 results from an estimated 2 matches for "_rss".

Did you mean: _res
2008 Apr 23
0
reload render partial in production mode
Hi Rails Guru, I have a partial view _rss.rhml that is updated with a cronjob every 15 minutes by parsing a remote rss feeds. On my main web site I read the _rss.rhtml file on the side bar. But because production mode caches rhtml files, my sidebar for the _rss.rhtml doesn''t get updated accordingly. How do I force the sidebar on t...
2006 Mar 30
9
Getting data from multiple controllers (Newbie question)
Hello, Assuming I have the following setup for one page: <column A><data from controller 1 /> </columnA> <column B><data from controller 2 /> </columnB> <column C><data from controller 3 /> </columnC> Assuming the page is created for Controller 2, what would be the best way(s) to gather/render the data from the other controllers? Best