I have developed a gem which implements some algorithms that we\'ll use within a deployment of Redmine (Rails 2.3.5).
I am unable to setup email notifications on Redmine 1.0.3. I get following error when I ry sending a test mail:
I have a plugin that needs to add something the the base Redmine layout. The change consists of a couple divs and a call to a JavaScript function.开发者_如何学C Currently I am accomplishing this by si
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 is
A bit of Googling led me to believe that this erro开发者_开发问答r happens in Rails Version < 2.3.6 .
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 f
开发者_如何转开发When i\'m running ruby script/server webrick -e production it gives error => Booting WEBrick
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 qu开发者_如何学JAVAestion:
I am modifying a Ruby Rails application - Redmine. I want to modify a function th开发者_高级运维at renders a partial preview. In the view I believe this is accomplished via
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.