Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

312
Vistas
Creating a plugin for Redmine in a language other than Ruby?

I've been searching for this but haven't found a definitive answer, which is: other than Ruby, can other languages be used to create plugins for Redmine?

If so, will that incurr any workarounds and difficulties in general? Or will using them be as smooth as using Ruby?

I think of Golang primarily. And also of Elixir, Rust, Python.

over 4 years ago · Santiago Trujillo
1 Respuestas
Responde la pregunta

0

Redmine plugins must, well, plug into Redmine. Thus, they need to use internal Redmine APIs (written in and accessible with Ruby) to register its functions and embed into the application. Very often, plugins extend or overwrite parts of Redmine to implement their functionality. Plugins embed themselves into Redmine and run in the same processes to form an integrated program.

As such, you are required to use the same Ruby version as Redmine itself run at. While it may be theoretically possible to write your plugin in C (or compatible languages) and use Ruby's C interfaces, this would most certainly be MUCH more painful than just writing Ruby and would still mostly resemble the equivalent Ruby anyways.

If you want to develop external functionality in a different language, you can however access Redmine via its REST API from any external program using any language you like. It will not be a plugin though and will not extend Redmine itself.

over 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda