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/hostgroups/_form.html.erb
<div class="tab-pane active" id="primary">
<%= select_f f, :parent_id, accessible_hostgroups, :id, :to_label, {:include_blank => true}, {
:onchange => 'hostgroup_changed(this);', :'data-url'=> process_hostgroup_hosts_path,
:help_inline => image_tag('spinner.gif', :id => 'hostgroup_indicator', :class => 'hide').html_safe } %>
:help_inline => image_tag('/assets/spinner.gif', :id => 'hostgroup_indicator', :class => 'hide').html_safe } %>
<%= text_f f, :name %>
<%= select_f f, :environment_id, Environment.all, :id, :to_label, {:include_blank => true},
{:onchange => 'update_puppetclasses(this);', :"data-url" => environment_selected_hostgroups_path} %>

Also available in: Unified diff