Hi
I am asked to prepare RDoc for my rails application. I have a number of
questions relating to this? I have only a basic idea of generating RDoc
which I got from
http://en.wikibooks.org/wiki/Ruby_Programming/RubyDoc
My questions
1. How can I generate RDoc for my rails application
2. My application is only at a beginning stage . So should I create
RDoc now it self?
3. Any special pattern I should follow in my code for generating RDoc?
4. Also when ever I create RDoc should I commit it to svn?
Some of the questions may be blunders . But I am asking this since
a beginner. Please guide me. Also please share any urls covering this
Thanks in advance
Tom
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.
Hi,
1. How can I generate RDoc for my rails application
- if you want to generate rdoc for entire rails application than
execute rake doc:app (it generate app HTML files).
2. My application is only at a beginning stage . So should I create
RDoc now it self?
- No. there is no need for that. after successful development you
have to generate rdoc for application.
4. Also when ever I create RDoc should I commit it to svn?
- Everytime creating rdoc & comment that. so at the end you have
to create rdoc & commit.
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.
hi Thanks. I dinot understand answer to 4 th question. Also what about question 3. Thanks again Tom -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.