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

Redmine 3.0.1 Support #67

Closed
frank-dspeed opened this issue Mar 29, 2015 · 9 comments
Closed

Redmine 3.0.1 Support #67

frank-dspeed opened this issue Mar 29, 2015 · 9 comments

Comments

@frank-dspeed
Copy link

Current Redmine Version is 3.1

Bundle complete! 30 Gemfile dependencies, 66 gems now installed.
Gems in the groups development and tests were not installed.
Bundled gems are installed into ./vendor/bundle.
Migrating plugins. Please be patient, this could take a while...
An error occurred while loading the routes definition of redmine-plugin-recurring-tasks plugin (/home/redmine/redmine/plugins/redmine-plugin-recurring-tasks/config/routes.rb): You should not use the match method in your router without specifying an HTTP method.
If you want to expose your action to both GET and POST, add via: [:get, :post] option.
If you want to expose your action to GET, use get in the router:
Instead of: match "controller#action"
Do: get "controller#action".

@nutso
Copy link
Owner

nutso commented Mar 30, 2015

I haven't published a new version per se as of yet, but the master branch now includes a contribution that enables support for Redmine 3.0+. Can you re-pull/download and try again?

@nutso nutso self-assigned this Mar 30, 2015
@frank-dspeed
Copy link
Author

Installation works probally problem that happens now is that the page cant be found: Page not found

The page you were trying to access doesn't exist or has been removed.

Back

url it trys is domain.tld/recurring_tasks

@vmandrespascual
Copy link

i have the same problem

@onewheelskyward
Copy link

It's worth noting that the current Redmine version is actually 3.0.1. Performing the rake redmine:plugins:migrate also borks the /issues route somehow. I'm going to debug this when I find some time. This is a clone of master into Redmine's plugins folder.

@jonhalle
Copy link

jonhalle commented Jun 3, 2015

As a workaround on a new redmine install (ie with nothing to upgrade) I commented out the content of the 'up' function in recurring_tasks/db/migrate/004_set_default_modifier_for_existing_monthly_issues.rb and the install went ahead, plugin appears to work. not a fix but may be useful to others in the interim.

redmine:3.01 from debian package. recurring_tasks: git clone of master.

@bcorepcs
Copy link

bcorepcs commented Jun 3, 2015

Does this apply to Redmine 2.5?

Brian Wajerski
Core Computer Solutions
[email protected]:[email protected]
Help desk:414-727-1240
Direct: 414-727-3266
[cid:[email protected]]
Technology Solutions For Your Business

From: jonhalle [mailto:[email protected]]
Sent: Wednesday, June 03, 2015 1:45 PM
To: nutso/redmine-plugin-recurring-tasks
Subject: Re: [redmine-plugin-recurring-tasks] Redmine 3.1 Support (#67)

As a workaround on a new redmine install (ie with nothing to upgrade) I commented out the content of the 'up' function in recurring_tasks/db/migrate/004_set_default_modifier_for_existing_monthly_issues.rb and the install went ahead, plugin appears to work. not a fix but may be useful to others in the interim.

redmine:3.01 from debian package. recurring_tasks: git clone of master.


Reply to this email directly or view it on GitHubhttps://github.com//issues/67#issuecomment-108570720.

@jonhalle
Copy link

jonhalle commented Jun 3, 2015

I don't know about Redmine 2.5 - it was just a workaround to get this running on Redmine 3.0x

@Slind14
Copy link

Slind14 commented Jun 6, 2015

doesn't work with newer builds anymore :(

@nutso
Copy link
Owner

nutso commented Jun 13, 2015

I fixed the migration for the next release (1.5), and a previous contribution already in master fixed the routes.

@bcorepcs these issues only impacted Redmine 3+ because the core Rails version changed.

@nutso nutso closed this as completed Jun 13, 2015
@nutso nutso changed the title Redmine 3.1 Support Redmine 3.0.1 Support Jun 13, 2015
@nutso nutso modified the milestone: Redmine 3 Jun 13, 2015
nutso added a commit that referenced this issue Jun 14, 2015
@nutso nutso mentioned this issue Jun 14, 2015
@nutso nutso added this to the v1.5.0 milestone Jun 14, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants