Most voted "redmine" questions
Web application for project management and bug management tool. Redmine is written using the Ruby on Rails framework, is cross-platform and supports multiple databases.
Learn more…19 questions
Sort by count of
-
2
votes1
answer116
viewsCreating Scaffold’s for plugins in Redmine
How do I create a Scaffold in a plugin redmine?
-
2
votes1
answer255
viewsJava file does not receive parameters from Inputstream
I have a problem with a class on my project application server. I need this class after compiled and running, to receive a message: or "MSG_PV" or "MSG_RV" from my REDMINE, to publish projects or…
-
2
votes1
answer114
viewsHow to add a link in the Redmine menu only for logged in users?
I created a link, at the top of Redmine, for a certain sector of the company. I need to know how to hide this link if there is no logged in user. The button was created in the init.Rb file of my…
-
2
votes2
answers157
viewsInitializing the Redmine
I have a little problem initializing my Redmine in the environment. After all Mysql configuration etc... when I use the command to start the application I get the message: ArgumentError (A secret is…
-
1
votes1
answer737
viewsAccessing Rails Link Table Fields
MODIFIED QUESTION: I have an application that has 2 tables: Curso and Cargo and a Third Table curso_cargo that makes the HBTM between them. I would like to know how to access a field of this table…
-
1
votes1
answer728
viewsChange Time of Commit
I wonder if it’s possible to change the time of a commit. Here’s the situation, I have a built-in git server with Redmine. When users are going to upload code in the commit gets the local time of…
-
1
votes0
answers29
viewsCommit Lock with Redmine
I need to block a commit until its condition in Redmine is acceptable. Knowing that the required status index is 2(In progress). Example(I don’t use this just for understanding): if ["status" ==…
-
1
votes1
answer122
viewsIs there an API to collect indicators in Redmine?
Is there any API that sets me charts of indicators like each developer’s work time, delivery punctuality among others? I’m on a project with a team and we’re stuck with Redmine, and I think…
-
1
votes1
answer1840
viewsApplication Pool stopping at IIS7
I installed Redmine in IIS 7 in Windows 7 + Mysql, but whenever I try to access the local URL the page appears with error 503, I found that this is happening because the Application Pool is stopping…
-
1
votes0
answers69
viewsGIT Server integrated with Redmine
I have a built-in git server with Redmine, it’s set right and it’s being used by several people, but when the commit comment has double quotes (") it’s not synchronized. I use a script, below the…
-
0
votes1
answer67
viewsRack - Redmine Plugin Publish Error
I am creating a plugin for Redmine that will act as generator and publisher of projects within a repository, but I am having problems accessing my button Publish project. The function I created to…
-
0
votes1
answer65
viewsHow to create Access Rules for a plugin?
I am developing a plugin for REDMINE. I have a menu created using the :top_menu, so it is at the top of REDMINE , with the Administration , etc... However, I want not all users logged in to the…
-
0
votes1
answer84
viewsSending Records from a new View
I created a new action knowledges on my controller responsabilities and created a view called nested_knowledges. I made the action , render this view. I put the following code in this view: <%=…
-
0
votes1
answer95
viewsNull values in check boxes
In my application, I need that if the User unchecks all check boxes informed to him , be saved a Array nulo or []. I’m using params[:parametro1][:parametro2_ids] ||= [] after initializing my Action…
-
0
votes1
answer83
viewsInstall Redmine Debian 9
I am trying to install Redmine in debian 9 (stretch), following the tutorial: http://www.redmine.org/projects/redmine/wiki/HowTo_Install_Redmine_on_Debian_9 When I go to migrate from the bank, the…
-
0
votes1
answer72
viewsRedmine, Docker and container view
Well, I’m totally new to Docker and I’ll try to be as brief as possible. I have a container with Redmine, to do the process I’m wanting I need to put in Redmine the path to a directory, my doubt is…
-
0
votes1
answer266
viewsHow to get issues through the Redmine REST API
Using the API of Redmine using the wrapper of Kevin Saliou, I’m trying to get the issues of a particular project but is not being returned correctly, both issues open as to the closed are incorrect.…
-
0
votes1
answer302
viewsClass 'Simplexmlelement' not found
As debug of cakephp in the Snippet down below: p.error { font-family: Monaco, Consolas, Courier, monospace; font-size: 140%; padding: 0.8em; margin: 1em 0; } .success, .message, .cake-error,…
-
-2
votes1
answer151
viewsError while initializing Redmine
After making the modification in one of my plugins in development in Redmine , it can no longer initialize and returns me the following message: ActionView::Template::Error (can not load…