uninitialized constant RepositoryObserver

Issue #2 new
Former user created an issue

When I tried to migrate this plugin in the Redmine 2.1.2, I got the following error:

rake aborted!
uninitialized constant RepositoryObserver

Tasks: TOP => redmine:plugins:migrate => environment
(See full trace by running task with --trace)

Comments (14)

  1. Bastian Bringenberg repo owner

    I know. I am working in another branch to try around with this, but this is not easy... And I am not good with ruby at all...

  2. Bastian Bringenberg repo owner

    Quite Interesting...

    avalarion ~/web $ rake redmine:plugins:migrate RAILS_ENV=production
    Migrating RedmineBitbucketGit (Redmine Bitbucket GIT)...
    avalarion ~/web/plugins/redmine_bitbucket_git $ git status
    # On branch development
    nothing to commit (working directory clean)
    

    I have no Problem...

  3. Former user Account Deleted

    I got same problem on my install. I've cloned your last commit so far :: 9fa23955582a7f5272dd9daa2b05ad691a468d0c Here some info on my Redmine install:

    Environment:

    • Redmine version 2.1.2.stable
    • Ruby version 1.8.7 (x86_64-linux)
    • Rails version 3.2.8
    • Environment production
    • Database adapter MySQL

    Redmine plugins:

    • redmine_contacts 3.0.1-pro
    • redmine_issue_history_tabs 0.0.3
    • redmine_monitoring_controlling 0.1.1
  4. Bastian Bringenberg repo owner

    Sorry, I don't know any solution for this. As I am not able to write ruby and get no help ( asked on twitter and IRC ), this seams to die... :(

  5. Bastian Bringenberg repo owner

    Thank you Krzysztof! I will try to fix it as soon as I have a little bit of more freetime, right now I have tests and customer questions.

  6. Bastian Bringenberg repo owner

    I tried a lot with it and read alot about it, but that is not the problem, I guess. I am observing a repository and a repository is a class I am using for this... ARG! Why the heck does it hate me?

  7. Log in to comment