search for: sales_tax

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

Did you mean: sales_taxes
2006 Jul 19
4
Rails crashes my fcgid/fastcgi/scgi on apache2/lighttpd :<
...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: '' + emai...
2006 Jun 13
6
tax a reserved word?
Is tax a reserved word or am I sleep deprived?? I''m working on a shopping cart and have a table called sales_taxes (at first i named it taxes). I get the following error when i load the controller: uninitialized constant SalesTaxis RAILS_ROOT: script/../config/.. Application Trace | Framework Trace | Full Trace /usr/local/lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/dependencies.rb:123:in...