[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

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

2010-01-11 Thread Jeffrey L. Taylor
Quoting jeff_wigal j...@referee-assistant.com: 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. As you have found, trying to fake a controller, request, etc. is a lot of work. One possibilty is to