Displaying 2 results from an estimated 2 matches for "all_nod".
Did you mean:
all_load
2006 Sep 08
1
(Probably Easy) ActiveRecord help needed!
...;s class is:
require ''rubygems''
require ''active_record''
class Node < ActiveRecord::Base
def to_s
"#{id}) #{node_name}"
end
end
###########
I insert 17 records here.
Well. After establishing a connection I do the following:
# # # # # # #
all_nodes = Node.find(:all)
all_nodes.each do |n|
puts "#{n}" # this is the "problem line"
end
# # # # # # #
But when i run it I get this:
C:/ruby/lib/ruby/gems/1.8/gems/activerecord-1.14.3/lib/active_record/connection_adapters/mysql_adapter.rb:292:in
`columns'': undefined...
2011 Nov 04
2
ANNOUNCE: Puppet-Dashboard 1.2.3rc1 available
...ipt was using all the pidfiles in
the pid directory, it should only only consider the delayed_job
pidfiles. This fixes that.
-- Fix #10198 fixes display issue when no nodes in group
* Adds a clearfix so the parent element visually contains all
floating children.
* Pushes the all_nodes.present conditional up one level so the
div containing the run failure status will not be displayed
if there are no nodes in the group
-- Feature #10543 Rake task to add all nodes to a group
Adds the ability to add all nodes to a given group using rake
1.2.3rc1 Changelog
===
* (...