search for: delcambre

Displaying 3 results from an estimated 3 matches for "delcambre".

2007 Jan 15
7
Yaml Segfaults on ubuntu puppetd client
...tu with the stock apt ruby1.8.4 package. Puppet also installed from apt. Puppet version 0.18.4 It seems very likely that this isnt a bug in puppet per se, but it is tickling a yaml bug (regardless of where it fails, it is always yaml). But I figure someone else may have seen this. Thanks, Andy Delcambre # puppetd -d debug: puppetd: Setting logdir to ''/var/log/puppet'' debug: puppetd: Setting vardir to ''/var/lib/puppet'' debug: puppetd: Setting rundir to ''/var/run'' debug: puppetconfig/puppet/file=/var/lib/puppet/state/state.yaml: Autorequiring fi...
2007 Apr 09
8
How do I use link_to with all the current options?
In one of my pages I want to create some URLs that go to the same page, but tack on an extra parameter (column sorting stuff). How do I do that? I''ve tried link_to "Title", :sort => "title" and that''s pretty close...it keeps the controller name, but it doesn''t include one of the parameters. I''m using nested routes, so the URL should
2007 Apr 09
6
gruff send_data
Hi, for those with experience of Gruff module: suppose I want to send image from server straight to the browser (as example on gruff web site): send_data(g.to_blob, :disposition => ''inline'', :type => ''image/png'', :filename => "gruff.png") the server seems sending this binary data ok, but I am having