How to add an external CSS stylesheet to your ROR application

I assume that you already have your css and html.erb files. Hello folks, when you make your first app using ruby on rails then you want it to look good especially when you know how the magic of css works and then end up using html tags for css stylesheet. but it dont work at […]

Develop Hello World! Plugin With Redmine

In this article , we are going to develop Hello World ! plugin with Redmine. For this tutorial , we have used Ubuntu 20.04 LTS as a base and Redmine 4.1.1 also Ruby version is 2.7 . Note : Before getting started we assume that you have a working Redmine installation. Step 1: Develop Hello […]

Develop Your Own Redmine Plugin

So you want to develop your own redmine plugin then your search ends here. Internet does have all the information but few steps and methods are for old version of redmine and those steps may not work with redmine 4.0 or later version. This will be our opening post and more posts to be followed […]

Install Redmine on Disco Dingo Ubuntu 19.10 With Solved Build Errors

This step by step tutorial guides you through the detail process of installing Redmine 4.1.0 on Ubuntu 19.10. During installation there are few build errors related to nokogiri and mysql2, this post describes how to install redmine on Disco Dingo Ubuntu 19.10 with solved build errors. To get working Redmine 4.1.0 we need to follow […]

REDMINE 4.1 PLUGIN Development Steps

Here is information on redmine plugin development steps. I . Creating a new Plugin STEP 1: For creating plugin , we need to first set RAILS_ENV variable as follows: on window , just go to plugin directory i.e. C:\Bitnami\redmine-4.1.0-0\apps\redmine\htdocs\plugins , open CMD and enter following command set RAILS_ENV=production Note: In LINUX environment , command will […]

Bitnami Redmine Installation On Windows

In this post we will explain details steps on how to install redmine on windows operating system. We will also explain steps on how to install new plugin and test it. We are using redmine 4.1 and windows 10 for this exercise. As you know redmine is one of the popular web based project management […]