search for: create_a

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

Did you mean: create_ah
2006 Jul 19
4
Rails crashes my fcgid/fastcgi/scgi on apache2/lighttpd :<
...ing with lighttpd, every time. Here is the action from the controller: ------------------- def crashme @orders = Order.find(:all, :order => "`id` ASC", :offset => 0, :limit => 200) emails_array = Array.new @orders.each{ |order| a_email = OrderMailer.create_a(order, price, pre_tax_price, sales_tax) emails_array << a_email if order.confirmed_email? verification_email = OrderMailer.create_a_verification (order, pre_tax_price, sales_tax) emails_array << verification_email end } flash[:notice]...
2023 Apr 30
1
PHP API
Hi Michal Are there plans to implement snapshot create_as version of the following function where XML could be passed? https://github.com/libvirt/libvirt-php/blob/afe404b2cf4bb46cdd39c6ea4df1c7c65b2d0b1b/src/libvirt-snapshot.c#L105 Regards Simon. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.c...
2023 May 15
0
PHP API
...om, > > > On Wed, May 3, 2023 at 12:42?PM Michal Pr?vozn?k <mprivozn at redhat.com > <mailto:mprivozn at redhat.com>> wrote: > > On 4/30/23 20:29, Simon Fairweather wrote: > > Hi Michal > > > > Are there plans to implement? snapshot create_as version of the > > following function where XML could be passed? > > Honestly, there are no plans for libvirt-php. I maintain it in my spare > time and implement features as somebody requests them. Let me implement > it. And also fix the issue you've filled e...