Project

General

Profile

Rework Plugin Guide

Added by sascha ehlers almost 9 years ago

Hey all,

I just wanted to play around and getting started with creating my own plugin.

I found the following guide: http://www.redmine.org/projects/redmine/wiki/Plugin_Tutorial

But just the first command: ruby script/rails generate redmine_plugin <plugin_name>
didn't worked already .. instead i should use bin/rails .. but executing this command i got a bunch of errors and so on..

So if the first command is wrong, I don't know what's even wrong/old in this guide too..

So maybe someone who has much experience in creating plugins could update this guide to the current redmine version 3.0.1

Thanks guys.. :)


Replies (1)

RE: Rework Plugin Guide - Added by Canmor Lam almost 9 years ago

As my experience, try `rails generate redline_plugin <plugin_name>`.

You should use `rails` instead of `ruby script/rails` (since rails 3.0?).

    (1-1/1)