I'd like to get the fastri engine working with bundler driven projects. Anybody know how to do this.
Asked
Active
Viewed 64 times
1 Answers
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