[Rails] Re: Render view outside of a controller/view

2010-01-12 Thread jeff_wigal
Thanks for the advice... I think I am going to pull this out of the model and make it a controller method (/help/reindex) since that will give me easier access to the stuff I need. On Jan 11, 11:37 pm, pharrington wrote: > On Jan 11, 10:31 pm, jeff_wigal wrote: > > > > &g

[Rails] Re: Render view outside of a controller/view

2010-01-11 Thread jeff_wigal
represent our help text. Thanks-- On Jan 11, 9:44 pm, Marnen Laibow-Koser wrote: > jeff_wigal wrote: > > We're putting together a searchable online help site in Rails, and I'm > > using FastRI to full-text index some existing Rails view pages to do > > it. >

[Rails] Render view outside of a controller/view

2010-01-11 Thread jeff_wigal
We're putting together a searchable online help site in Rails, and I'm using FastRI to full-text index some existing Rails view pages to do it. I don't want to use Sphinx or some other solution, just because it's way overkill for the 15-20 .html.erb partials I am looking to index. So... I need to