2011-04-02 67 views
3

我想在Heroku上配置狂歡,我的網站運行使用薄 下線,但時不時會拋出錯誤施普雷0.50.0錯誤登記計算器計算器:: PriceBucket

「錯誤註冊計算器計算器:: PriceBucket」

我已經嘗試設置config.cache_classes既開啓和關閉

而且我的寶石文件的結構如圖

source 'http://rubygems.org' 

# Generic gem dependencies first 
gem 'rails', '3.0.7' 
gem 'sqlite3', :group => :development 
gem 'aws-s3' 

# Followed by spree itself first, all spree-specific extensions second 
gem 'spree', :git => 'git://github.com/spree/spree.git'  
gem 'spree_active_shipping', :git => 'git://github.com/spree/spree_active_shipping.git' 
gem 'spree_product_assembly', :git => 'git://github.com/spree/spree-product-assembly.git' 
gem 'spree_static_content', :git => 'git://github.com/spree/spree_static_content.git' 
gem 'spree_heroku', '1.0.0', :git => 'git://github.com/paxer/spree-heroku.git' 
# EOFs 

如這裏建議http://railsdog.lighthouseapp.com/projects/31096/tickets/1777-error-registering-calculator-calculatorpricebucket

我該如何解決這個問題?

感謝

+0

我只是想知道,有沒有你正在使用的git回購每個寶石,而不是發佈版本的理由嗎?你基本上使用大禮包最新的代碼和它的擴展。這可能是很難調試B/C每顆寶石是一個移動的目標。 – 2011-04-28 02:45:53

回答

0

也許這有助於你...... price-bucket-calculator

+0

我不是完全肯定在哪裏放置下面的代碼,我做的meesh寶石檢出並把它放在一個src文件夾,但無法找到price_bucket.rb代碼放置「修復」 – 2011-04-14 08:32:56

+0

看看/應用/型號/計算器/ price_bucket.rb – alfizqu 2011-04-14 08:57:11

+0

我已經編輯在這裏https://gist.github.com/925139的文件顯示不過我仍然得到了終端內的相同的錯誤消息。 – 2011-04-18 11:02:26