Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support for 1.4 stable series? #6

Open
akohlsmith opened this issue Jun 4, 2012 · 3 comments
Open

support for 1.4 stable series? #6

akohlsmith opened this issue Jun 4, 2012 · 3 comments

Comments

@akohlsmith
Copy link

Is this plugin still being maintained? Which version of rdiscount is needed? When I try to install the plugin on a 1.4.2stable Redmine install with rdiscount 1.6.8 (and rpeg-markdown 1.4.6) I get a rake error stating that it can't load the file rdiscount. Freenode #redmine suggested that this patch is no longer compatible with the newer versions of Redmine or perhaps the version of rdiscount that I have installed.

Unfortunately I'm a pretty green ruby newbie and have not been successful in figuring this out on my own.

@axolx
Copy link

axolx commented Jun 13, 2012

afaik the plugin should work on 1.4. rdiscount is a required gem by the plugin so you'll have to install it.

@fly2never
Copy link

me too,rdiscount 1.6.8 doesn't work

@bashhu
Copy link

bashhu commented Mar 15, 2015

When I try to install the plugin on a 2.5.0.stable Redmine install with 2.5.0.stable (and rpeg-markdown-1.4.6)Successfully installed ,but stating that it can't load the file rdiscount.

/usr/local/lib/ruby/gems/2.1.0/gems/activesupport-3.2.17/lib/active_support/dependencies.rb:251:in require': cannot load such file -- rdiscount (LoadError) from /usr/local/lib/ruby/gems/2.1.0/gems/activesupport-3.2.17/lib/active_support/dependencies.rb:251:inblock in require'
from /usr/local/lib/ruby/gems/2.1.0/gems/activesupport-3.2.17/lib/active_support/dependencies.rb:236:in load_dependency' from /usr/local/lib/ruby/gems/2.1.0/gems/activesupport-3.2.17/lib/active_support/dependencies.rb:251:inrequire'
from /opt/redmine/plugins/redmine_markdown_formatter/lib/redmine_markdown_formatter/wiki_formatter.rb:1:in <top (required)>' from /usr/local/lib/ruby/gems/2.1.0/gems/activesupport-3.2.17/lib/active_support/dependencies.rb:251:inrequire'
from /usr/local/lib/ruby/gems/2.1.0/gems/activesupport-3.2.17/lib/active_support/dependencies.rb:251:in block in require' from /usr/local/lib/ruby/gems/2.1.0/gems/activesupport-3.2.17/lib/active_support/dependencies.rb:236:inload_dependency'
from /usr/local/lib/ruby/gems/2.1.0/gems/activesupport-3.2.17/lib/active_support/dependencies.rb:251:in require' from /usr/local/lib/ruby/gems/2.1.0/gems/activesupport-3.2.17/lib/active_support/dependencies.rb:359:inrequire_or_load'
from /usr/local/lib/ruby/gems/2.1.0/gems/activesupport-3.2.17/lib/active_support/dependencies.rb:502:in load_missing_constant' from /usr/local/lib/ruby/gems/2.1.0/gems/activesupport-3.2.17/lib/active_support/dependencies.rb:192:inblock in const_missing'
from /usr/local/lib/ruby/gems/2.1.0/gems/activesupport-3.2.17/lib/active_support/dependencies.rb:190:in each' from /usr/local/lib/ruby/gems/2.1.0/gems/activesupport-3.2.17/lib/active_support/dependencies.rb:190:inconst_missing'
from /opt/redmine/plugins/redmine_markdown_formatter/init.rb:14:in block in <top (required)>' from /opt/redmine/lib/redmine/plugin.rb:73:ininstance_eval'
from /opt/redmine/lib/redmine/plugin.rb:73:in register' from /opt/redmine/plugins/redmine_markdown_formatter/init.rb:8:in<top (required)>'
from /usr/local/lib/ruby/gems/2.1.0/gems/activesupport-3.2.17/lib/active_support/dependencies.rb:251:in require' from /usr/local/lib/ruby/gems/2.1.0/gems/activesupport-3.2.17/lib/active_support/dependencies.rb:251:inblock in require'
from /usr/local/lib/ruby/gems/2.1.0/gems/activesupport-3.2.17/lib/active_support/dependencies.rb:236:in load_dependency' from /usr/local/lib/ruby/gems/2.1.0/gems/activesupport-3.2.17/lib/active_support/dependencies.rb:251:inrequire'
from /opt/redmine/lib/redmine/plugin.rb:133:in block in load' from /opt/redmine/lib/redmine/plugin.rb:124:ineach'
from /opt/redmine/lib/redmine/plugin.rb:124:in load' from /opt/redmine/config/initializers/30-redmine.rb:19:in<top (required)>'
from /usr/local/lib/ruby/gems/2.1.0/gems/activesupport-3.2.17/lib/active_support/dependencies.rb:245:in load' from /usr/local/lib/ruby/gems/2.1.0/gems/activesupport-3.2.17/lib/active_support/dependencies.rb:245:inblock in load'
from /usr/local/lib/ruby/gems/2.1.0/gems/activesupport-3.2.17/lib/active_support/dependencies.rb:236:in load_dependency' from /usr/local/lib/ruby/gems/2.1.0/gems/activesupport-3.2.17/lib/active_support/dependencies.rb:245:inload'
from /usr/local/lib/ruby/gems/2.1.0/gems/railties-3.2.17/lib/rails/engine.rb:593:in block (2 levels) in <class:Engine>' from /usr/local/lib/ruby/gems/2.1.0/gems/railties-3.2.17/lib/rails/engine.rb:592:ineach'
from /usr/local/lib/ruby/gems/2.1.0/gems/railties-3.2.17/lib/rails/engine.rb:592:in block in <class:Engine>' from /usr/local/lib/ruby/gems/2.1.0/gems/railties-3.2.17/lib/rails/initializable.rb:30:ininstance_exec'
from /usr/local/lib/ruby/gems/2.1.0/gems/railties-3.2.17/lib/rails/initializable.rb:30:in run' from /usr/local/lib/ruby/gems/2.1.0/gems/railties-3.2.17/lib/rails/initializable.rb:55:inblock in run_initializers'
from /usr/local/lib/ruby/gems/2.1.0/gems/railties-3.2.17/lib/rails/initializable.rb:54:in each' from /usr/local/lib/ruby/gems/2.1.0/gems/railties-3.2.17/lib/rails/initializable.rb:54:inrun_initializers'
from /usr/local/lib/ruby/gems/2.1.0/gems/railties-3.2.17/lib/rails/application.rb:136:in initialize!' from /usr/local/lib/ruby/gems/2.1.0/gems/railties-3.2.17/lib/rails/railtie/configurable.rb:30:inmethod_missing'
from /opt/redmine/config/environment.rb:14:in <top (required)>' from /usr/local/lib/ruby/gems/2.1.0/gems/activesupport-3.2.17/lib/active_support/dependencies.rb:251:inrequire'
from /usr/local/lib/ruby/gems/2.1.0/gems/activesupport-3.2.17/lib/active_support/dependencies.rb:251:in block in require' from /usr/local/lib/ruby/gems/2.1.0/gems/activesupport-3.2.17/lib/active_support/dependencies.rb:236:inload_dependency'
from /usr/local/lib/ruby/gems/2.1.0/gems/activesupport-3.2.17/lib/active_support/dependencies.rb:251:in require' from /opt/redmine/config.ru:3:inblock in

'
from /usr/local/lib/ruby/gems/2.1.0/gems/rack-1.4.5/lib/rack/builder.rb:51:in instance_eval' from /usr/local/lib/ruby/gems/2.1.0/gems/rack-1.4.5/lib/rack/builder.rb:51:ininitialize'
from /opt/redmine/config.ru:in new' from /opt/redmine/config.ru:in'
from /usr/local/lib/ruby/gems/2.1.0/gems/rack-1.4.5/lib/rack/builder.rb:40:in eval' from /usr/local/lib/ruby/gems/2.1.0/gems/rack-1.4.5/lib/rack/builder.rb:40:inparse_file'
from /usr/local/lib/ruby/gems/2.1.0/gems/rack-1.4.5/lib/rack/server.rb:200:in app' from /usr/local/lib/ruby/gems/2.1.0/gems/railties-3.2.17/lib/rails/commands/server.rb:46:inapp'
from /usr/local/lib/ruby/gems/2.1.0/gems/rack-1.4.5/lib/rack/server.rb:304:in wrapped_app' from /usr/local/lib/ruby/gems/2.1.0/gems/rack-1.4.5/lib/rack/server.rb:254:instart'
from /usr/local/lib/ruby/gems/2.1.0/gems/railties-3.2.17/lib/rails/commands/server.rb:70:in start' from /usr/local/lib/ruby/gems/2.1.0/gems/railties-3.2.17/lib/rails/commands.rb:55:inblock in <top (required)>'
from /usr/local/lib/ruby/gems/2.1.0/gems/railties-3.2.17/lib/rails/commands.rb:50:in tap' from /usr/local/lib/ruby/gems/2.1.0/gems/railties-3.2.17/lib/rails/commands.rb:50:in<top (required)>'
from /opt/redmine/script/rails:6:in require' from /opt/redmine/script/rails:6:in'

what's wrong with me ?


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants