search for: my_test2

Displaying 2 results from an estimated 2 matches for "my_test2".

Did you mean: my_test
2009 Nov 04
0
The error occurred while evaluating nil.prefetch_primary_key
...9;' in ConnectionCost. I get the following error-message after creating a ConnectionCost : >> ConnectionCost.create NoMethodError: You have a nil object when you didn''t expect it! The error occurred while evaluating nil.prefetch_primary_key? from /home/markus/Development/GPT2/my_test2/vendor/rails/activerecord/lib/active_record/base.rb:2721:in `create_without_callbacks'' from /home/markus/Development/GPT2/my_test2/vendor/rails/activerecord/lib/active_record/callbacks.rb:237:in `create_without_timestamps'' from /home/markus/Development/GPT2/my_test2/vendor/rai...
2012 Jul 05
7
proper usage of global variables / node variables / +=
Hello puppet masters, I am cleaning up some puppet modules, using puppet-lint. The warning I am getting is: top-scope variable being used without an explicit namespace I can turn this particular check off, but in doing my research I''m finding all sorts of messages saying to avoid using +=, to avoid using variables in the node scope, and to switch to a parameterized class whenever