ActiveModel rdoc gets fullpath in files?

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

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.

Both things are fixed now in the repo, thank you!