rdoc
Adding documentation for model scopes in rails
I\'m not sure if this is actually possible or not but I\'m trying to make the documentation of our rails app more complete by adding documentation for the scopes in our app/models files. What I\'m loo[详细]
2023-04-02 08:09 分类:问答creating Rdoc for a rails app
I would like to generate a documentation to my rails (2.3.8) project. When I tried rake doc:rails rake doc:rerails[详细]
2023-04-01 18:28 分类:问答Show ruby core and standard documentation when running gem server
Is there a way to show the ruby core and standard library documentation when running gem server? I can navigate the core & std documentation created with rvm, but I would like to have all the doc[详细]
2023-03-31 20:06 分类:问答Server Error 500 when fetching rdoc gems
I am trying to run a bundle update on my Mac which has been upgraded to Lion. It is consistently failing to fetch rdoc, with the following error.[详细]
2023-03-26 16:11 分类:问答file 'lib' not found when installing rails 3.1 on Mac OS X Lion
I just installed rvm and then rails 3.1rc5 with: gem install rails --pre But I got some errors after \"Installing ri documentation\" and the RDoc documentation:[详细]
2023-03-26 07:19 分类:问答Plugin documention with RDoc in Rails 3
I\'m writing a Rails 3 plugin and I\'m using Engines. I have and app/ folder in my plugin with controller, models and views.[详细]
2023-03-23 14:42 分类:问答Documenting yaml [closed]
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-03-17 06:10 分类:问答Documenting constants and methods
I am writing a documentation for my Ruby on Rails 3.0.7 application using RDoc. In the application lib folder, I have the following:[详细]
2023-03-15 07:55 分类:问答How can I install RDOC of gems already installed?
I have some gems that don\'t have ri/rdoc files and I\'d like to know if ther开发者_运维知识库e is a way to install this rdoc files.EDIT:[详细]
2023-03-14 18:26 分类:问答linking to a method by the same name in a different class (Rdoc)
I\'m documenting some ruby code right now. We have two classes that both have a method called \"host\".[详细]
2023-03-13 02:39 分类:问答