Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error undefined method `application' #79

Open
kinguru opened this issue Jun 22, 2012 · 4 comments
Open

error undefined method `application' #79

kinguru opened this issue Jun 22, 2012 · 4 comments

Comments

@kinguru
Copy link

kinguru commented Jun 22, 2012

I have redmine 1.2.1, then run migrate:plugins
i got error "undefined method `application' for Rails:Module".

Then I upgraded redmine to latest 1.4.4 but result is the same.

Please, help!

@alexbevi
Copy link

@kinguru it looks like the master branch is intended for Redmine > 2.

If you've checked out the plugin directly from github into your vendor/plugins folder, just go to vendor/plugins/redmine_scrumbler and do a git reset --hard a588932639c69ba7736a8b46ff4c683186dab94d

This will revert everything back to the pre 2.0 compatibility changes.

@kinguru
Copy link
Author

kinguru commented Jun 22, 2012

It helps. Please change manual of installing here - http://www.redmine.org/plugins/scrumbler
There is says

  • Install the plugin in your Redmine plugins directory:
  • git clone git://github.com/256MbTeam/Redmine-Scrumbler.git vendor/plugins/redmine_scrumbler

and it is wrong, because on 1.2.1 it does not work and on 1.4.4 too.

One more wrong phrase in manual: rake db:migrate:plugin NAME=redmine_scrumbler
would't work, becaus you must add: RAILS_ENV=production

@brecke
Copy link

brecke commented Jun 26, 2012

I ran into the same issue and I agree with @kinguru documentation should be updated according to the current dependencies.

@cryos
Copy link

cryos commented Aug 6, 2012

It would be nice to get the documentation updated, I hit this issue too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants