Today I added activerdf to a rails project. I am running the project with jRuby. By starting the app I got this Error Message:
Could not find gem_plugin-0.2.3 in any of the sources
I could fix it by executing the following command:
jruby -S bundle install
That fixed the problem for me.