Embedded Plugin
Added by Rafi Greenberg over 12 years ago
Could someone please post a version of this plugin that is compatible with Redmine 2.0.x?
Replies (11)
RE: Embedded Plugin - Added by Rafi Greenberg over 12 years ago
This plugin used to ship with Redmine and is now broken. We rely on this plugin for daily use. A little help please???
Thanks :)
RE: Embedded Plugin - Added by Rafi Greenberg over 12 years ago
I can almost do this myself, if someone can help translate the following routing lines to Rails 3:
class << ActionController::Routing::Routes;self;end.class_eval do define_method :clear!, lambda {} end ActionController::Routing::Routes.draw do |map| map.connect 'embedded/:id/*path', :controller => 'embedded', :action => 'index' end
RE: Embedded Plugin - Added by Rafi Greenberg over 12 years ago
Ok, here's my daily plea for help with this plugin.
RE: Embedded Plugin - Added by Rafi Greenberg over 12 years ago
I'm just about ready to offer to pay someone to handle this? Anybody interested?
RE: Embedded Plugin - Added by Reuben Mallaby over 12 years ago
Hi Rafi,
As in http://www.redmine.org/boards/2/topics/31477 I am currently working on this.
RE: Embedded Plugin - Added by Reuben Mallaby over 12 years ago
Hi Rafi - would you like to try http://www.redmine.org/plugins/redmine-embedded and see if it works for you?