Show HN: Omniref - a better search site for Ruby documentation
21–30 of 63 posts
Re: Show HN: Omniref - a better search site for Ruby documentation
#22Earlier quoted context omitted.
Some feedback I have, is that I would like the sidebar to have a view that was less 'cluttered'. I know what String#new does, so could I just view all the methods available - sans description? Like how ruby-doc does it, super fast to spot what I need to lookup and click it. Another is that the sidebar seems to take up a fair bit of space (especially as I use a half-sized browser window). I really want to see this flo…
Thanks! Is this more like what you're looking for? http://www.omniref.com/docs/ruby/stdlib/2.0.0-p247/classes/A... We're still working out how to display the search results, but we definitely want to strip them down more. Thanks for the feedback.
Re: Show HN: Omniref - a better search site for Ruby documentation
#23Re: Show HN: Omniref - a better search site for Ruby documentation
#24Tim & I are planning to spend quite a bit more time on this, what do you other devs want to see in documentation search? Full stack? Multi version? Comments? Examples? IDE integration? What would make your life better?
Re: Show HN: Omniref - a better search site for Ruby documentation
#25Very nice. One note though. When I look for "puts", I get OpenSSL::Buffering#puts when I'd expect Kernel#puts. "kind_of" gives me RSpec::Mocks::ArgumentMatchers#kind_of. I think you should assign proper weights.
We'll add those to our bad search list. Thanks for the feedback!
Re: Show HN: Omniref - a better search site for Ruby documentation
#26Earlier quoted context omitted.
Thanks! Is this more like what you're looking for? http://www.omniref.com/docs/ruby/stdlib/2.0.0-p247/classes/A... We're still working out how to display the search results, but we definitely want to strip them down more. Thanks for the feedback.
Yep, that's it. Would love to just click the one from the results, then have that view. But if I have to then click the name on the right, that's fine too.
Re: Show HN: Omniref - a better search site for Ruby documentation
#27Improved crossreferences! The main problem with Rails docs today is that methods mention other methods by name, but there's no way to jump directly to that other method.
Re: Show HN: Omniref - a better search site for Ruby documentation
#28Tim & I are planning to spend quite a bit more time on this, what do you other devs want to see in documentation search? Full stack? Multi version? Comments? Examples? IDE integration? What would make your life better?
Load the rdoc for all of rubygems/github into it. Like rdoc.info et al
AFAIK, we're already more comprehensive than the existing sites, though.
Re: Show HN: Omniref - a better search site for Ruby documentation
#29Very nice. One note though. When I look for "puts", I get OpenSSL::Buffering#puts when I'd expect Kernel#puts. "kind_of" gives me RSpec::Mocks::ArgumentMatchers#kind_of. I think you should assign proper weights.