Danbooru

danbooru - undefined method `alias_method_chain' for #<Class:ActiveRecord::Base>

Posted under General

after running "rake test:functionals" when trying to compile danbooru. it gives me these fantastic messages:

    • Invoke test:functionals (first_time)
    • Invoke db:test:prepare (first_time)
    • Invoke environment (first_time)
    • Execute environment

rake aborted!
undefined method `alias_method_chain' for #<Class:ActiveRecord::Base>

This is probably me being incompetent, but since i havent found -any- documentation going through the process in a "commented" and explained matter. I really have no clue what's going on at some points. Am i lacking gems? do i have the wrong version of rails? I'm all clueless, so hoping someone here can help ;-)

Thanks

Updated by Shuugo

The tests are all horribly outdated and should not be run. I'm pretty sure I've removed them all from the latest source release.

You should read the INSTALL doc. The one in Subversion trunk also contains the beginnings of a script that will automatically download and setup everything (on a Debian system).

albert said:
The tests are all horribly outdated and should not be run. I'm pretty sure I've removed them all from the latest source release.

You should read the INSTALL doc. The one in Subversion trunk also contains the beginnings of a script that will automatically download and setup everything (on a Debian system).

The maintenance scripts were deleted too?
It would be handy to have them to do some tasks like cleaning unused tags without ambiguous mark, delete users of more than 7 days and unactivated, nothing that can not be automated but still it would be cool if it could be "officially implemented"

1