Project

General

Profile

« Previous | Next » 

Revision feacea35

Added by Amos Benari about 11 years ago

  • ID feacea35f07f362d9e2c694a83516bbc902321a0

upgrade foreman to rails 3.2.13

This commit updates from rails 3.0.x to 3.2.x, main changes include:

  • Asset pipline support
  • cleanup of existing assets (javascript, css, images)

Users who uses foreman in production, make sure that you now compile
your assets, e.g

rake assets:precompile

Paired-with: Joseph Mitchell Magen <>
Paired-with: Ohad Levy <>

Signed-off-by: Ohad Levy <>

View differences:

app/views/hosts/console/vnc.html.erb
<%= content_for(:head) { javascript_tag "var INCLUDE_URI = '#{javascript_path("noVNC").sub(/\.js.*$/, "/")}';" } %>
<%= javascript 'noVNC/vnc', 'noVNC/ui', 'noVNC' %>
<%= javascript_include_tag("noVNC/util", "noVNC/webutil", "noVNC/base64", "noVNC/websock",
"noVNC/des", "noVNC/input", "noVNC/display", "noVNC/rfb",
"noVNC/jsunzip", "noVNC/ui", "noVNC") %>
<% title "#{@console[:name]}" %>
<%= title_actions(
button_group(link_to("Ctrl-Alt-Del", "#", :id => "sendCtrlAltDelButton", :class => "btn"),

Also available in: Unified diff