redmine

Redmine with IronRuby (Windows)?

Has anyone tried to run Redmine using IronRuby? Is it possible? ...

Redmine & Git integration

I am considering moving from svn and Trac to git and Redmine. I'm just wondering what everyone's experience is of this. How well does git integrate with Redmine? I'm pretty set on my decision to change from svn to git - our distributed work, and need to frequently branch and merge would make life considerably easier with git. But we wou...

ruby script/server not reading RAILS_ENV option

Hello, I tried to run ruby script/server RAILS_ENV=production but somehow it always try to read "development" config.. nothings wrong with RAKE XXX RAILS_ENV=production (trying to read production config). Any idea how to troubleshoot? I have my other rails app in the same machine and it works fine. The problem above only happen fo...

How to hook Pivotal Tracker to Redmine?

Our company is currently using Redmine, it's great for general tasks / troubleshooting (operation) but for development, I would like to adopt a more agile tool... and I found it in pivotaltracker. I googled but couldn't find any info., so that gave me a good excuse to try StackOverflow. Has anyone done it? I'm thinking of using Pivota...

Redmine IIS7 installation

Has anybody here ever managed to do it? ...

Redmine configuration - Rake: Don´t know how to build task environment.

Hi, I´m configuring Redmine for the first time. Everything works fine except for the incoming emails part. I have downloaded the latest version of email.rake and I´m invoking it using the following command: rake -f "C:\Archivos de programa\BitNami Redmine Stack\apps\redmine\lib\tasks\email.rake" RAILS_ENV=production redmine:email:receiv...

Is it safe to run a ruby script using sudo ?

I am running redmine on Ubuntu, and I am running it using sudo. If I try to run as my redmine user, I get permission errors on the log file. Is this safe? Should I be concerned? ...

Best way to map requirements to features in Redmine

I am new to Redmine and I'd like to see if there is a good way to relate requirements (as stated by a product manager) to issues in Redmine. To me it seems that a low impact way to do it would be to define a requirement tracker and then add a custom field with a list of links to feature tickets. I have tried doing this but cannot figure...

Adding files to redmine via command line

We have an automatic build system that spits out packages, regression-tested & wrapped into a neat installer, ready for end-users to d/l & deploy. We do tracking of end user support requests/bug reports via redmine. So far we uploaded the packages manually to the resp. 'Files' section of the redmine project, via the web interface. What ...

Rails, Redmine, Mysql and SQL Server encoding problems

We had redmine working with mysql (and mysql works fine with utf8). Now we needed to migrate the database to SQL Server (latin1 is the default for us). The data acentuation is ok in SQL Server after the migration, but in the browser, data coming from the database is showing ? in the acentuation place. What could be the solution to show c...

Ruby require 'rack' fails

Hello, I'm trying to install redmine and I have a problem with phusion-passenger. Installer fails on dependencies saying that rack is missing. I've investigated the code to check where it looks for it, but I've found a line: require 'rack' that is enclosed in what seems to be rubys try-catch block. I've already installed rack through ...

How to host Redmine on Dreamhost?

I was able to install redmine on dreamhost without any problems. I followed the directions from the dreamhost wiki and it is up and running. The problem is that it is very slow. So slow that it errors out sometimes. It gives a pipe broken error. Is there anything that can be done to improve the performance and eliminate the broken pipe e...

Redmine - Ruby - Looking for the value of a custom field.

I checked IRC for redmine and was unable to get help. I was conflicted on weather to stick this on Superuser, ServerFault or here, but as my problem is technically programming oriented I decided to look for help here. We have a Mercurial repository system with a layout based on projects that addresses our needs. I wrote some shell scrip...

Redmine show last user to message in issue list

Is there a plugin to show or a way to display a column for last user who updated an issue in http://myredmine/issues? This is to immediately see who's recently replied on a particular issue without actually opening the issue page. ...

how to get trunk code from repository? (redmine,svn)

I am using turnkey redmine and I can log in and do stuff so everything is working fine. I need to test some features from the trunk and I have no idea how I can install redmine from trunk repository both & svn clients are working from the command line. ...

Please install the postgresql adapter: `gem install activerecord-postgresql-adapter`

I'm trying to get Redmine working with postgres. In my logs I keep seeing. Please install the postgresql adapter: `gem install activerecord-postgresql-adapter` After googling everyone said you needed to do gem install pg. But when I do gem list actionmailer (2.3.5) actionpack (2.3.5) activerecord (2.3.8, 2.3.5) activeresource (2.3....

gitsosis, redmine, passenger: 'not a git repository' error

I installed gitosis and redmine and am running it through apache/passenger on CentOS. The problem is I cannot access the repositories through redmine. The error being "The entry or revision was not found in the repository. My repository is stored at /home/zenna/repositories/myproject.git The error (found in the apache logs) is "fata...

Ruby on Rails application could not be started

As you can see at https://ssl.virtualweb.at/redmine/ i try to get Redmine up & running. At the start i got this error: undefined method `mattr_accessor' for ActiveSupport::Deprecation:Module Could someone be so nice an give some tipps how to get it to run? t.i.a. ...

How do you install a Ruby on Rails apps on Windows/IIS?

I'm trying to get Redmine working on Windows/IIS 7. I've found several walkthroughs online, but none of them work on my Windows Server 2008 R2 box. I got a simple app (create app, no customization) to get as far as RoR error, but Redmine itself shows a 500 error (ruby.exe exited unexpectedly). I installed sqlite since some guides ment...

Redmine feature to configure multiple target versions for each ticket

In Redmine, I need an alternate to the Target Version field in a ticket. Basically, I would like to pre-define a large number of version numbers and then assign more than 1 version number to a ticket. For example a ticket can be assigned Software 1.2.0 and Hardware 1.1.0. The List Format for a Custom Field will not work because you can o...