Automating rake doc:app
Posted
by jerhinesmith
on Stack Overflow
See other posts from Stack Overflow
or by jerhinesmith
Published on 2009-12-14T14:52:40Z
Indexed on
2010/03/09
8:06 UTC
Read the original article
Hit count: 323
For you rails programmers, what's the easiest way to keep your RDoc files up-to-date?
I know I can run rake doc:app
manually, but I really don't feel like adding a manual step to the check-in process, and since we're already using cruisecontrolrb to handle deployment and testing automation, it seems like there should be an easy way to regenerate these files on check-in.
Is anyone already automating rake doc:app
? And, if so, what are your suggestions?
© Stack Overflow or respective owner