redmine

Has anyone successfully integrated chat with redmine?

I was thinking it would be cool if I could have a chat app as part of the interface for my redmine installation. I did find a plugin that works with Juggernaut but it seems a while since there has been any downloads or updates of it and I am reluctant to dive in. Has anyone tried this or something similar? ...

Strangeness when deploying JRuby app under Jetty

This problem is maddening and I hope someone can point me in the right direction. I'm trying to deploy an instance of Redmine to a Jetty servlet. I've created the war using Warbler, have created the context, and it seems to deploy. Unfortunately, I see the following behaviors: If I access my app at its configured hostname's /, I see a ...

Redmine ruby run

Hi, i installed redmine with this manual: http://www.redmine.org/wiki/Redmine/HowTo_Install_Redmine_in_Ubuntu but when i try to run redmine i got: #!/usr/bin/ruby require File.dirname(__FILE__) + "/../config/environment" unless defined?(RAILS_ROOT) require "dispatcher" ADDITIONAL_LOAD_PATHS.reverse.each { |dir| $:.unshift(dir) if F...

Best way to link Redmine issue to SVN revision

We are using Redmine for issue and bug tracking. We added SVN integration but, by doing this, it just shows SVN revisions in activity. It would be great to see all SVN changes caused by a bug or issue. But it does not seem to be possible. Is there a way to do that? If not Redmine, which is the best alternative tracking system to a...

missing the rails gem, redmine install

i'm installing redmine and getting an error, i've commented out the version so it could use any that would load, I originally left it at version 2.3.5 with no luck Missing the Rails gem. Please gem install -v= rails, update your RAILS_GEM_VERSION setting in config/environment.rb for the Rails version you do have installed, or comment ou...

User name in Redmine

I want to get current user's name. As documentation describes, I should user User.name method. Tried to use it as in the example - didn't work. Tried this: val = User.current.name And this: user = User.find(User.current.id) val = user.name What am I doing wrong? ...

Is there a VB.NET plugin for CodeRay (or any VB.NET syntax highlighting)?

I recently set up a Redmine server for my time. Redmine's Wiki uses CodeRay for syntax highlighting. However, most of my team prefers to code in VB.NET, which CodeRay doesn't support. Are there any plugins out there that offer syntax highlighting for VB.NET in CodeRay? If not in CodeRay, maybe through some other library (that could be i...

Do you need a project management system if you work alone?

Hello, Do you need a project management system if you work alone? I mean a project management system that includes issue tracking, wiki, etc. Currently I keep my issues in a very good organizer software and I keep project documentation in Word files (and of course I have a version control system), so I am not really sure if I need a proj...

Issue status (specified, coded, tested, ...) and percentage...

Hi ! After struggling a bit to install it on a shared hosting, I finally discovered the power of redmine. I must say I'm pretty impressed. However I'm a beginner, and stumbling into the manual and the forums didn't help much for what I'm trying to do, so I ask here. PLease forgive me if it's already addressed somewhere We are doing a s...

Ruby On Rails - Where would I look for the source function for render :partial => 'x' in a view?

I am modifying a Ruby Rails application - Redmine. I want to modify a function that renders a partial preview. In the view I believe this is accomplished via <%= render :partial => 'documents/form' %> I need to modify the function this is attached to. Where might I look for this? Is render the function I am looking for? Is :parti...

organization of Redmine projects?

I'm the sole developer working on a couple of webapp sites. I have them in subversion, but I'm not using a project management tool. I recently got redmine up and going, and I want to set up the projects in there. What I'm looking for is a recommendation as to how to structure these two projects in Redmine. From what I can glean, the st...

Should I add (check in) my project management system backup to repository?

Hello, I installed and set up Redmine project management application. Now I need to setup its backups (which include database dump + "files" directory). But I have a question: Do I have to check in my Redmine backups into my SVN repository or not? ...

How to install Redmine on Fedora 11 linux?

I would like to install REDMine on my LINUX LAMP. First i need to install ROR. http://www.redmine.org Provide steps if anybdoy has done installation ...

Warning: Gem::Dependency#version_requirements is deprecated and will be removed on or after August 2010

When i'm running ruby script/server webrick -e production it gives error => Booting WEBrick => Rails 2.3.5 application starting on http://0.0.0.0:3000 /usr/lib64/ruby/gems/1.8/gems/rails-2.3.5/lib/rails/gem_dependency.rb:119:Warning: Gem::Dependency#version_requirements is deprecated and will be removed on or after August 2010. Use #...

Ankhsvn integration with Redmine

Just out of curiousity I'm deploying AnkhSVN with Visual Studio 2010 in our development office, and have had much success with Redmine in managing projects. However, one issue is integrating AnkhSVN with Redmine in regard to Issues. So I can submit a commit against for a particular bug fix. Is this possible? ...

Resetting Redmine project respository

I've got a problem with a project respository setting in Redmine, in that; I've tried to set a repository with GIT, entered an invalid GIT path, and now I'm stuck as I can't seem to delete the path which has been set. Clicking delete sends me to the next page, stating that the following; Ideally I want to delete this repository refer...

No dispatch.fcgi on ruby app

Hi I'm trying to interface redmine to IIS 6. It works fine under webrick. So I tried to create a new rails app to reduce the complexity, but that doesn't create the dispatch.fcgi file in the public folder, which leads me to think that my RubyIIS setup is wrong. What am I doing wrong here? I have no idea about ruby or rails, so need ...

Missing interpolation argument error in Redmine

A bit of Googling led me to believe that this error happens in Rails Version < 2.3.6 . So i changed my environment file to RAILS_GEM_VERSION = '2.3.8' unless defined? RAILS_GEM_VERSION Now, I have 2 questions . I continue to get the redmine error. When I do a script/server, I get this : Rails 2.3.5 application starting on http://0...

Redmine vs Codendi ?

Hi ! I am doing a comparison of Codendi and Redmine features. I 've already noticed several functionalities that are available in Codendi and not in Redmine, as project dashboards, graphs, pies, the level of integration of the tools, the Hudson interface... From your side, what do you notice ? Thanks ...

Activating Redmine's roadmap

I recently installed Redmine and started configuring a plethora of items such as roles, statuses, projects, issues, and that kind of good stuff. But to my surprise I found no section for clustering issues into roadmaps. I've searched everywhere in the Administration's settings and there's nothing that could activate the section "Roadmaps...