Hi, In activemodel/Rakefile, #{dir} is used in rdoc task, which causes full path used under activemodel/doc/files. What is the purpose to use #{dir} in activemodel/Rakefile instead of simply use relative path like others? I also noticed that activemodel rdoc is not included in the top-level rdoc, is this intentional? Cheers, Henry -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
On Mon, Feb 8, 2010 at 9:17 PM, slowhog <henryjen@ztune.net> wrote:> In activemodel/Rakefile, #{dir} is used in rdoc task, which causes > full path used under activemodel/doc/files. What is the purpose to > use #{dir} in activemodel/Rakefile instead of simply use relative path > like others?Good catch, should be relative paths.> I also noticed that activemodel rdoc is not included in the top-level > rdoc, is this intentional?Is going to be added. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
Both things are fixed now in the repo, thank you! -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.