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: