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

Will this module be compatible with v.3.x? #123

Open
janekska opened this issue Jul 13, 2015 · 11 comments
Open

Will this module be compatible with v.3.x? #123

janekska opened this issue Jul 13, 2015 · 11 comments

Comments

@janekska
Copy link

Hi,

Are there any plans to make this module compatible with Redmine 3.x?

brgds
Janeks

@sysgloo
Copy link

sysgloo commented Jul 13, 2015

I have a similar question!

@isabelacristinaterra
Copy link

I have this similar question too!

@BRUTEF0RCE
Copy link

+1

@spacekookie
Copy link

What are currently the issues with the plugin under 3.x?

@cognitus
Copy link

cognitus commented Nov 9, 2015

another dead proyect?

@spacekookie
Copy link

The way that it looks it was just added into redmine a few years ago.

@archonwang
Copy link

+1
at present not support redmine 3.X for rails version is low...

loading error:

/usr/local/rvm/gems/ruby-2.2.4@newgemset/gems/polyglot-0.3.5/lib/polyglot.rb:65:in require': cannot load such file -- active_support/basic_object (LoadError) from /opt/redmine/plugins/redmine_better_gantt_chart/lib/redmine_better_gantt_chart/active_record/callback_extensions_for_rails3.rb:1:in<top (required)>'

@jancybsec
Copy link
Contributor

The 0.9 release works on Redmine 3.3 if you make the following edits:

  • add the activerecord-deprecated_finders gem to the Gemfile and then bundle install
    gem 'activerecord-deprecated_finders', require: 'active_record/deprecated_finders'
  • fix deprecated call to BasicObject, change "basic" to "proxy" in lines 1 and 5 of lib/redmine_better_gantt_chart/active_record/callback_extensions_for_rails3.rb
  • fix "pourcent" to "percent" spelling errors in lib/redmine/helpers/better_gantt.rb
  • make sure plugin folder is named redmine_better_gantt_chart

@kulesa
Copy link
Owner

kulesa commented Sep 22, 2016

@jancybsec Thank you! Mind creating a pull request for this?

@jancybsec
Copy link
Contributor

@kulesa all done!

@janekska
Copy link
Author

janekska commented Dec 5, 2016

It is working for me:

Environment:
Redmine version 3.2.1.stable
Ruby version 2.3.1-p112 (2016-04-26) [x86_64-linux-gnu]
Rails version 4.2.7.1
Environment production
Database adapter PostgreSQL
SCM:
Git 2.9.3
Filesystem
Redmine plugins:
event_notifications 3.2.1
planner 0.5
redmine_checklists 3.1.5
redmine_dashboard 2.7.1
redmine_mail_reminder 3.0.0.0001
redmine_mentions 0.0.1
redmine_percent_done 1.0.0
redmine_spent_time_in_issue_description 2.8.0
redmine_tags 3.1.1
redmine_work_time 0.3.3
timelog_timer 2.0.0

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

9 participants