256MbTeam / Redmine-Scrumbler

Easy to use plugin for Redmine. It allows users to use the Scrum/Agile process in projects. Scrumbler have interactive dashboard with the ability to configure for each sprint. Plugin adds Scrum Points field in every issue in project. Scrumbler as possible using the standard redmine structure of projects.
GNU General Public License v2.0
112 stars 41 forks source link

error undefined method `application' #79

Open kinguru opened 12 years ago

kinguru commented 12 years ago

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 commented 12 years ago

@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 commented 12 years ago

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

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 commented 12 years ago

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

cryos commented 11 years ago

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