DISQUS

manalang: Introducing Bdoc: A Better Gem Doc Browser

  • Pieter Noordhuis · 6 months ago
    I've forked your project and made some huge adjustments with respect to searching for gems and searching within a gem's API. It scrapes the list of files/classes/methods from the inner frames to come up with a searchable list.

    Check it out at: http://github.com/pietern/bdoc/tree/
  • Andrew · 8 months ago
    Hi I was wondering if the Wp-Amazon plugin is still being supported? If it is...Does it work with version 2.7.1?
  • manalang · 8 months ago
    No, sorry, I let go of the WP-Amazon plugin a while ago. I thin there are
    better alternatives now.
  • Guest · 8 months ago
    I get a 404 on http://manalang.com/bdocs

    Otherwise \m/ \m/ you rock
  • manalang · 8 months ago
  • papyromancer · 8 months ago
    Here's a nice way to generate the Ruby Standard library docs:

    http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ru...
  • Jason Calleiro · 7 months ago
    hows it going. so i got the gem installed but when i run bdoc. it says "zsh: command not found: bdoc" any ideas?
  • manalang · 7 months ago
    Make sure your path includes your gem's bin path.
  • blaxter · 6 months ago
    Totally awesome, thanks so much :)
  • rogerdpack · 6 months ago
    http://manalang.com/bdocs seems 404
    Thanks!
  • rogerdpack · 6 months ago
    here's how to generate the core docs http://betterlogic.com/roger/?p=1613
    Cheers!
  • Raymon · 6 months ago
    I installed bdoc but it doesn't work correctly because
    the links to the local files begin with "C:\..." instead of "file:\\\C:'..."
    How to correct this situation?
  • manalang · 6 months ago
    Nice job Pieter!