Displaying 1 result from an estimated 1 matches for "pre_tax_price".
2006 Jul 19
4
Rails crashes my fcgid/fastcgi/scgi on apache2/lighttpd :<
...y 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] = ''Array Size: '...