Vote #63972
完了Building the RDoc-documentation halts on init.rb.
100%
説明
As discussed on IRC;
When building the RDoc-documentation using (for example) "@rake doc:app@", rake freezes completely on an instance of the file init.rb.
Cause of this:
Edavis10 wrote:
It's from the plugin generator that was added recently.
journals
This was because the plugin generator's template file ended in @.rb@ and @init.rb@ caused rdoc to error. I renamed the files to end in @.rb.erb@ in r1949 so the rdocs will now build again. Thank you for the bug report.
--------------------------------------------------------------------------------