Tagged Questions
0
votes
2answers
769 views
Get and install a new RDoc template
I am using Ruby on Rails 3.0.7 and I would like to install and use a new RDoc template (instead of the default) in order to documenting my application.
I would like to choose one of following:
...
1
vote
2answers
870 views
Where to find the Rails API rdoc template
I'm trying to prettify my rdoc documentation, using version 3.5.3. I'm not a fan of the built-in darkfish theme, so I tried to find a way to replace it with the one used by the official Rails API ...