search for: b252

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

Did you mean: 252
2007 Oct 14
0
naming join models for has_many :through
...ing my join models. The tables in question are: - stores (list of company branches / stocking locations) - items (inventory items) - items_stores (item xyz is stocked by store_id 7, their re-order point is 10, their sales price $27.50) - items_locations (store_id 7 keeps part xyz on shelf B252) While I believe items_stores would be proper naming for a HABTM type relationship, everything I''ve found says to make up a new name for has_many :through join models. I''d be willing to change any of these names if someone can suggest an elegant solution. Another issue I am con...
2013 Nov 26
37
get a *structured* version of the puppet agent output
puppet agent --verbose shows a verbose output of the changes done by puppet, such as: notice: /Stage[main]/Logstash::Config/Logstash::Configdir[agent]/File[/etc/logstash/agent/config]/owner: owner changed ''root'' to ''logstash'' notice: /Stage[main]/Varnish/Service[varnish]/ensure: ensure changed ''stopped'' to ''running''