Giter Club home page Giter Club logo

Comments (7)

phoebusnetto avatar phoebusnetto commented on September 14, 2024

Did you try to replace with this?

where('1=1')

from redmine_time_tracker.

johnp2686 avatar johnp2686 commented on September 14, 2024

yes that issue is fixed but i am getting

NameError (undefined local variable or method `connection' for #TimeLogQuery:0x007f4fb96cb000):

from redmine_time_tracker.

phoebusnetto avatar phoebusnetto commented on September 14, 2024

You have to change current connection in TimeLogQuery model to self.class.connection or create a method to return it:

def connection
self.class.connection
end

from redmine_time_tracker.

johnp2686 avatar johnp2686 commented on September 14, 2024

Connection issue fixed i am getting NoMethodError (undefined method `joins' for #Hash:0x007fd42bd65c70):

from redmine_time_tracker.

phoebusnetto avatar phoebusnetto commented on September 14, 2024

Well... I guess you must adjust too much code to make it work on Redmine 3.1.

I did, but it is not OK yet. And you must see the fork from HicknHack, he has a version of Time Track compatible with 3.1 (I do not test it yet).

from redmine_time_tracker.

johnp2686 avatar johnp2686 commented on September 14, 2024

I tried HicknHack not working any other idea to resolve the issue

from redmine_time_tracker.

phoebusnetto avatar phoebusnetto commented on September 14, 2024

https://github.com/hicknhack-software/redmine_time_tracker

He is working on a complete rewrite of plugin, I am waiting its finish to test.

I tried to install the master version for this fork, but got CoffeeScript Comiple Error. BTW I'm using Windows machine with Bitnami Stack for Redmine app.

from redmine_time_tracker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.