Build your own Ruby and Rails Searchable API Docs
If you want a local, searchable copy of Ruby or Rails API docs here are some instructions.
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
If you want a local, searchable copy of Ruby or Rails API docs here are some instructions.
Comments
I believe YARD does this by default whenever you install a gem.
you might also want to check out dash, which is an “api documentation browser and code snippet manager”.
Post a comment