The Artima Developer Community
Sponsored Link

Agile Buzz Forum
eXPlainPMT Requires RedCloth

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
John Wilger

Posts: 151
Nickname: killalldas
Registered: Sep, 2004

John Wilger is a professional web applications developer for SchoolOutfitters.com
eXPlainPMT Requires RedCloth Posted: Mar 30, 2005 2:51 PM
Reply to this message Reply

This post originated from an RSS feed registered with Agile Buzz by John Wilger.
Original Post: eXPlainPMT Requires RedCloth
Feed Title: eXPlain Project Management Tool
Feed URL: http://www.explainpmt.com/feed/
Feed Description: Official eXPlainPMT Website
Latest Agile Buzz Posts
Latest Agile Buzz Posts by John Wilger
Latest Posts From eXPlain Project Management Tool

Advertisement
Just a quick note that eXPlainPMT makes extensive use of the Rails "textile" methods, so it requires that you have RedCloth installed in order to work properly. If you get a message resembling the following:
  NoMethodError in  Session#login

  Showing /session/login.rhtml where line #36 raised  undefined method
  `textilize_without_paragraph' for #<ActionView::Base:0x267afec>
  33:       <div id="SystemError"><%= textilize_without_paragraph(@flash['error'])
  34:         %></div>
  35:       <% elsif @flash['status'] %>
  36:       <div id="SystemStatus"><%= textilize_without_paragraph(@flash['status'])
  37:         %></div>
  38:       <% end %>
  39:       <form action="<%= url_for(:controller => 'session',

Then (assuming you have RubyGems installed) running:

  gem install RedCloth

should fix you right up.

Read: eXPlainPMT Requires RedCloth

Topic: Wakarimasen Previous Topic   Next Topic Topic: Painfree RCP in 3.1M5

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use