1

I'd like to get the fastri engine working with bundler driven projects. Anybody know how to do this.

bradgonesurfing
  • 30,949
  • 17
  • 114
  • 217

1 Answers1

0

First, you would need to get bundler to stop using --no-ri --no-rdoc:

https://github.com/carlhuda/bundler/issues/383

Assuming you could get bundler to install the docs, your next problem is to point fastri to the GEM_PATH that bundler installed to. But you're a long way from that concern. :-(

sheldonh
  • 2,684
  • 24
  • 31