Redmine is a flexible project management web application written using Ruby on Rails framework.
Questions tagged [redmine-plugins]
377 questions
0
votes
1 answer
how to replace null by value of an attribute in rails console
I'm writing a redmine plugin where model is Allissue. I added two attributes project_name and create_date. First, I added column project_name and assigned them some values. Second, I added one more column created_date for which values become null as…

Dipendra Singh
- 542
- 1
- 6
- 23
0
votes
1 answer
Plugin migrations for Redmine: place plugin in db/migrate instead of plugin folder
I'm a newbie in ruby on rails and creating a redmine plugin. I created a model Allissue without using any column. Now I wanted to add a column project_name with the help of migration ./script/generate migration AddRoleToAllissue…

Dipendra Singh
- 542
- 1
- 6
- 23
0
votes
1 answer
Redmine plugin: model not found, I have to copy to core app/models
I am using Redmine 2.0.3. I developed a custom plugin called cg_process.
Inside the directory plugins/cg_process/app/models/ there is the model file called "ProjectInfo.rb".
When I use the plugin, Redmine cannot find the model.
It gives the…

user1505575
- 51
- 1
- 3
0
votes
1 answer
Integrating Hudson plugin into Redmine
I want to add the Hudson plugin to Redmine but I have some errors.
Mysql::Error: Table 'redmine_default.hudson_settings' doesn't exist: SELECT * FROM `hudson_settings` WHERE (project_id = 3) LIMIT 1
RAILS_ROOT: /usr/share/redmine
Application…

TliliDroid
- 26
- 8
0
votes
2 answers
stack level to deep Rails 2.3.14
I'm developing a plugin for a management framework and when I start the webrick server in the development mode, a strange error raises(stack level too deep). It happens when an action (e.g. the show action) starts to render a template. Unfortunately…

haendwic
- 3
- 2
0
votes
1 answer
How to add an image to the redmine top menu?
I want to put an image on the top menu of my redmine plugin index page.
In init.rb
menu :top_menu, :my_link, {:controller => 'my_controller', :action => 'my_action'},
:caption => "My title"
where could a link to any image fit in this syntax?

Nidhin Bose J.
- 1,092
- 15
- 28
0
votes
1 answer
Trouble with install redmine-hudson plugin on bitnami redmine 1.4.1
everyone.
I tried to install redmine-hudson plugin(1.0.8) on bitnami redmine 1.4.1.
I just follow the installation guide down here.
>Installing a plugin
>
>1. Copy your plugin directory into #{RAILS_ROOT}/vendor/plugins. If you are downloading the…

wrbae
- 1
- 2
0
votes
2 answers
Redmine Plugin - How to use existing helper
I am created a Redmine plug in for message system. Along with messages user can able to attach files. For that purpose I am trying to use existing AttachmentsHelper.
Here is my sample code
in index.html.erb
<% if not @members.blank? %>
<% form_for…

Karthi Ponnusamy
- 2,031
- 2
- 25
- 41
0
votes
1 answer
Multiple Authentication Sources in Redmine
Is it possible to have multiple authentication sources enabled in Redmine.
This is to say that I can login using both my google apps account and/or my existing redmine username and password.

GeekTantra
- 11,580
- 6
- 41
- 55
-1
votes
3 answers
Which one? Agilo+Trac+SVN or Redmine+RedmineBacklogs+SVN
I'm trying to setup an agile system (SCRUM) for our small team. I know that I can use the following two options:
1- Agilo + Trac + SVN
2- Redmine + RedmineBacklogs + SVN
Which one is better? Is there any other free setup?

mans
- 17,104
- 45
- 172
- 321
-1
votes
1 answer
Change Redmine Source code - Plugin or Migration
I would like to generate new pages in Redmine, with new Controllers, views and models. I would like to know if the only way to do this is by writing my own plugins?
There may be times where I will have to use a Jquery dialog. Does this also require…

yovan juggoo
- 73
- 1
- 6
-1
votes
2 answers
Bootstrap won't work in Redmine plugin
I've spent hours trying to use bootstrap for my rails web app, but it's doing absolutely nothing! I can't call any classes for it!
Here's my index.html.erb:
Welcome to the User Database

ineedahero
- 488
- 2
- 7
- 22
-1
votes
2 answers
Combine Redmine and TFS
Our company want to implement an bug tracker, which will be usable for our partners. Currently we are using TFS as our source control and ALM system. Now i'm confused, how to combine these two systems, because in the TFS we have our product versions…

BendEg
- 20,098
- 17
- 57
- 131
-1
votes
1 answer
How to require redmine core components, such as models etc., in redmine plugin?
i would like to include core components (to be specific: the group Model) in my redmine plugin.
Is there a special require statement for doing this?
I want to use the redmine Group Model in a rake task of my Plugin.
I tried using require_dependency…

kevdev
- 1,054
- 8
- 9
-1
votes
2 answers
Redmine 2.0.0 plugin install error ActionController::RoutingError uninitialized constant
I have install Redmine 2.0.0 and try to Install plugin in plugins directory from github.
I had try to install two plugins Monitoring_Controlling and Redmine-Bulk-User-Assignments follow the installation steps written on github plugin but in both…

urjit on rails
- 1,763
- 4
- 19
- 36