-
Notifications
You must be signed in to change notification settings - Fork 20
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
the plugin can not support the remdine 1.4.X #19
Comments
Hmmm.. not sure why it says it doesn't support xhtml. That's the default output format for ultraviolet. Maybe you could try changing it to "html"? Here's how... Edit
to:
|
maybe in bundle, it could not support xhtml? I am not sure. anyone have any idea? |
I believe I am the only one here. Also, this is an Ultraviolet error. Which gem are you using? 'uv', or 'ultraviolet'? |
I used |
Try 'uv'. |
I not sure .for my ruby is 1.8.7 uv need ruby 1.9 + |
I had this same problem on 1.4.4. I installed ultraviolet with |
The Gemfile was actually added in most of the forks. Maybe pull? |
when I use the plugin to preview the code ,it shows erro.
ArgumentError in Repositories#entry
Showing vendor/plugins/redmine_ultraviolet/app/views/common/_file.rhtml where line #15 raised:
Output for xhtml is not yet implemented
Extracted source (around line #15):
12: </style>
13:
14:
15: <%= syntax_highlight( filename, Redmine::CodesetUtil.to_utf8_by_setting(content) ) %>
16:
17:
18: <% content_for :header_tags do %>
Trace of template inclusion: app/views/repositories/entry.html.erb
RAILS_ROOT: C:/Rails_Prj/Redmine14
the information is :
///////////////////////////////////////////////////////////
Processing RepositoriesController#entry (for 127.0.0.1 at 2012-04-25 15:16:25) [
GET]
Parameters: {"action"=>"entry", "controller"=>"repositories", "id"=>"demoproject", "path"=>["trunk", "Google_APP_SN.txt"], "rev"=>"2"}
Rendering template within layouts/base
Rendering repositories/entry
ActionView::TemplateError (Output for xhtml is not yet implemented) on line #15 of vendor/plugins/redmine_ultraviolet/app/views/common/_file.rhtml:
12: </style>
13:
14:
15: <%= syntax_highlight( filename, Redmine::CodesetUtil.to_utf8_by_setting(content) ) %>
16:
17:
18: <% content_for :header_tags do %>
rhtml_vendor47plugins47redmine_ultraviolet47app47views47common47_file46rhtml_locals_content_file_filename_object'
app/views/repositories/entry.html.erb:11
Rendering rescues/layout (internal_server_error)
///////////////////////////////////////////////////////
The text was updated successfully, but these errors were encountered: