Folks, Is api.rubyonrails.com the best source for RoR API info? Do any other formats exist, that are easier to navigate/search? Thanks, Marcus Marcus Blankenship Technology Services - Software Group JELD-WEN, inc. Information Systems 541-882-3451 x 2558 marcusb@jeld-wen.com RELIABILITY for real life* This correspondence is for the named person''s use only. It may contain confidential or legally privileged information and is intended solely for the named addressee. If you receive this correspondence in error, please notify the sender and delete it from your system. You must not disclose, copy or rely on any part of this correspondence if you are not the intended recipient. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060522/318eb49c/attachment.html
Someone posted this link last week, I love it! http://rails.outertrack.com/ Marcus Blankenship wrote:> > Folks, > > Is api.rubyonrails.com the best source for RoR API info? Do any other > formats exist, that are easier to navigate/search? > > Thanks, > Marcus > > *Marcus Blankenship* > Technology Services ? Software Group > > *JELD-WEN, inc.* > *Information Systems* > 541-882-3451 x 2558 > _marcusb@jeld-wen.com_ <mailto:marcusb@jeld-wen.com> > > *RELIABILITY*/ for/* real life?* > This correspondence is for the named person''s use only. It may contain > confidential or legally privileged information and is intended solely > for the named addressee. If you receive this correspondence in error, > please notify the sender and delete it from your system. You must not > disclose, copy or rely on any part of this correspondence if you are > not the intended recipient. > > > ------------------------------------------------------------------------ > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >
Thanks! -----Original Message----- From: rails-bounces@lists.rubyonrails.org [mailto:rails-bounces@lists.rubyonrails.org] On Behalf Of Steven Hansen Sent: Monday, May 22, 2006 12:44 PM To: rails@lists.rubyonrails.org Subject: Re: [Rails] Best Rails API source Someone posted this link last week, I love it! http://rails.outertrack.com/ Marcus Blankenship wrote:> > Folks, > > Is api.rubyonrails.com the best source for RoR API info? Do any other > formats exist, that are easier to navigate/search? > > Thanks, > Marcus > > *Marcus Blankenship* > Technology Services - Software Group > > *JELD-WEN, inc.* > *Information Systems* > 541-882-3451 x 2558 > _marcusb@jeld-wen.com_ <mailto:marcusb@jeld-wen.com> > > *RELIABILITY*/ for/* real life?* > This correspondence is for the named person''s use only. It may contain > confidential or legally privileged information and is intended solely > for the named addressee. If you receive this correspondence in error, > please notify the sender and delete it from your system. You must not > disclose, copy or rely on any part of this correspondence if you are > not the intended recipient. > > > ---------------------------------------------------------------------- > -- > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >_______________________________________________ Rails mailing list Rails@lists.rubyonrails.org http://lists.rubyonrails.org/mailman/listinfo/rails
> Is api.rubyonrails.com the best source for RoR API info? Do any other > formats exist, that are easier to navigate/search?the all have the same info, generated via rdoc. google for ''annotatable rails source code'' and check redhanded for a ''remix'' of the rdoc browser. if you want to talk about how to get docs for all the method_missing and other dynamic stuff, then we''re talking.. i guess maybe a methodfinder could walk around and look for all the places method_missing is used (maybe redefine method_missing first so it populates a global list whnever its initialized?) i dunno. i havent gone that crazy yet.. -- Posted via http://www.ruby-forum.com/.