I am having some trouble with RDoc and my routes.rb file. I added
config/routes.rb to the rake doc:app task and it doesn''t change links
to
real hyperlinks.
Here''s the modification I made to railties/lib/tasks/documentation.rake
:
rdoc.rdoc_files.include(''config/routes.rb'')
And heres my comments:
#
http://homes.msi.ucsb.edu/~cburt/ecosystem_monitor/controller_arch/client_interaction.jpg
Oddly, my README_FOR_APP has links and it works just fine. RDoc also
will not do anything with :include: but :section: workds fine. rdoc -v
gives me;
RDoc V1.0.1 - 20041108
I upgraded to ruby 1.8.6 and rdoc version is the same(paths are set
correctly).
--
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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---