Looking great. My only wish would be having a list of constants and methods in the sidebar after selecting a class or module.
Show HN: Omniref - a better search site for Ruby documentation
11–20 of 63 posts
Re: Show HN: Omniref - a better search site for Ruby documentation
#12Tim & 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?
Enumerate options that are obscured by inheritance. For example, to look at: http://www.omniref.com/?q=cache_action I don't know what options are valid in `cache_action`. The "real" answer, AFAICT, is to keep walking up the source code until you find the AbstractWhatever that actually defines the options.
Re: Show HN: Omniref - a better search site for Ruby documentation
#13Re: Show HN: Omniref - a better search site for Ruby documentation
#14Re: Show HN: Omniref - a better search site for Ruby documentation
#15Re: Show HN: Omniref - a better search site for Ruby documentation
#16Re: Show HN: Omniref - a better search site for Ruby documentation
#17Tim & 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
#18Re: Show HN: Omniref - a better search site for Ruby documentation
#19Improved 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.
If nothing else, we can trigger a search for methods with that name. We're going to do that very soon, actually.
Re: Show HN: Omniref - a better search site for Ruby documentation
#20Tim & 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?