On Oct 19, 12:39 pm, Nate Wiger <[email protected]> wrote: > I really wish RDoc was easier to navigate (not a problem specific to > Sequel)
To be certain, are you working from the standard generated gem rdocs, or this: http://sequel.rubyforge.org/documentation.html I find Jeremy's breakdown of nice subset pages from that page to be excellent. For example, this method can be found in the Model Class Methods page: http://sequel.rubyforge.org/rdoc/classes/Sequel/Model/ClassMethods.html However, if you don't know where to look, the Core/Model page allows you to see the full list of methods everywhere. Searching for 'schema' with the web browser, db_schema is the 12th hit in the methods list. (Oh how I long for a browser with the ability to specify case- sensitive and even regex searches on the page content.) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sequel-talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sequel-talk?hl=en -~----------~----~----~----~------~----~------~--~---
