Skip to content

Instantly share code, notes, and snippets.

@zhiyao
Created November 30, 2012 10:42
Show Gist options
  • Save zhiyao/4175067 to your computer and use it in GitHub Desktop.
Save zhiyao/4175067 to your computer and use it in GitHub Desktop.
issues-development-log
Completed 500 Internal Server Error in 64ms
NoMethodError (undefined method `products' for #<Spree::Promotion::Rules::FirstOrder:0x007fc21936ff78>):
activemodel (3.2.9) lib/active_model/attribute_methods.rb:407:in `method_missing'
activerecord (3.2.9) lib/active_record/attribute_methods.rb:149:in `method_missing'
activerecord (3.2.9) lib/active_record/associations/collection_proxy.rb:89:in `map'
activerecord (3.2.9) lib/active_record/associations/collection_proxy.rb:89:in `method_missing'
/Users/kennychan/.bundler/ruby/1.9.1/spree-df8470bcc693/core/app/models/spree/calculator/per_item.rb:36:in `matching_products'
/Users/kennychan/.bundler/ruby/1.9.1/spree-df8470bcc693/core/app/models/spree/calculator/per_item.rb:16:in `block in compute'
activerecord (3.2.9) lib/active_record/associations/collection_proxy.rb:89:in `each'
activerecord (3.2.9) lib/active_record/associations/collection_proxy.rb:89:in `reduce'
activerecord (3.2.9) lib/active_record/associations/collection_proxy.rb:89:in `method_missing'
/Users/kennychan/.bundler/ruby/1.9.1/spree-df8470bcc693/core/app/models/spree/calculator/per_item.rb:15:in `compute'
/Users/kennychan/.bundler/ruby/1.9.1/spree-df8470bcc693/core/lib/spree/core/calculated_adjustments.rb:47:in `compute_amount'
/Users/kennychan/.bundler/ruby/1.9.1/spree-df8470bcc693/promo/app/models/spree/promotion/actions/create_adjustment.rb:37:in `compute_amount'
/Users/kennychan/.bundler/ruby/1.9.1/spree-df8470bcc693/core/lib/spree/core/calculated_adjustments.rb:42:in `update_adjustment'
/Users/kennychan/.bundler/ruby/1.9.1/spree-df8470bcc693/core/app/models/spree/adjustment.rb:63:in `update!'
/Users/kennychan/.bundler/ruby/1.9.1/spree-df8470bcc693/core/app/models/spree/order.rb:612:in `block in update_adjustments'
activerecord (3.2.9) lib/active_record/associations/collection_proxy.rb:89:in `each'
activerecord (3.2.9) lib/active_record/associations/collection_proxy.rb:89:in `method_missing'
/Users/kennychan/.bundler/ruby/1.9.1/spree-df8470bcc693/core/app/models/spree/order.rb:612:in `update_adjustments'
/Users/kennychan/.bundler/ruby/1.9.1/spree-df8470bcc693/promo/app/models/spree/order_decorator.rb:14:in `update_adjustments_with_promotion_limiting'
/Users/kennychan/.bundler/ruby/1.9.1/spree-df8470bcc693/core/app/models/spree/order.rb:209:in `update!'
/Users/kennychan/.bundler/ruby/1.9.1/spree-df8470bcc693/core/app/models/spree/line_item.rb:84:in `update_order'
activesupport (3.2.9) lib/active_support/callbacks.rb:449:in `_run__3962220574801840939__save__4469579675244873875__callbacks'
activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_save_callbacks'
activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks'
activerecord (3.2.9) lib/active_record/callbacks.rb:264:in `create_or_update'
activerecord (3.2.9) lib/active_record/persistence.rb:84:in `save'
activerecord (3.2.9) lib/active_record/validations.rb:50:in `save'
activerecord (3.2.9) lib/active_record/attribute_methods/dirty.rb:22:in `save'
activerecord (3.2.9) lib/active_record/transactions.rb:259:in `block (2 levels) in save'
activerecord (3.2.9) lib/active_record/transactions.rb:313:in `block in with_transaction_returning_status'
activerecord (3.2.9) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction'
activerecord (3.2.9) lib/active_record/transactions.rb:208:in `transaction'
activerecord (3.2.9) lib/active_record/transactions.rb:311:in `with_transaction_returning_status'
activerecord (3.2.9) lib/active_record/transactions.rb:259:in `block in save'
activerecord (3.2.9) lib/active_record/transactions.rb:270:in `rollback_active_record_state!'
activerecord (3.2.9) lib/active_record/transactions.rb:258:in `save'
activerecord (3.2.9) lib/active_record/associations/has_many_association.rb:16:in `insert_record'
activerecord (3.2.9) lib/active_record/associations/collection_association.rb:496:in `block (2 levels) in concat_records'
activerecord (3.2.9) lib/active_record/associations/collection_association.rb:344:in `add_to_target'
activerecord (3.2.9) lib/active_record/associations/collection_association.rb:495:in `block in concat_records'
activerecord (3.2.9) lib/active_record/associations/collection_association.rb:493:in `each'
activerecord (3.2.9) lib/active_record/associations/collection_association.rb:493:in `concat_records'
activerecord (3.2.9) lib/active_record/associations/collection_association.rb:134:in `block in concat'
activerecord (3.2.9) lib/active_record/associations/collection_association.rb:149:in `block in transaction'
activerecord (3.2.9) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction'
activerecord (3.2.9) lib/active_record/transactions.rb:208:in `transaction'
activerecord (3.2.9) lib/active_record/associations/collection_association.rb:148:in `transaction'
activerecord (3.2.9) lib/active_record/associations/collection_association.rb:134:in `concat'
activerecord (3.2.9) lib/active_record/associations/collection_proxy.rb:116:in `<<'
/Users/kennychan/.bundler/ruby/1.9.1/spree-df8470bcc693/core/app/models/spree/order.rb:263:in `add_variant'
/Users/kennychan/.bundler/ruby/1.9.1/spree-df8470bcc693/core/app/controllers/spree/orders_controller.rb:62:in `block in populate'
/Users/kennychan/.bundler/ruby/1.9.1/spree-df8470bcc693/core/app/controllers/spree/orders_controller.rb:60:in `each'
/Users/kennychan/.bundler/ruby/1.9.1/spree-df8470bcc693/core/app/controllers/spree/orders_controller.rb:60:in `populate'
actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (3.2.9) lib/abstract_controller/base.rb:167:in `process_action'
actionpack (3.2.9) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (3.2.9) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
activesupport (3.2.9) lib/active_support/callbacks.rb:458:in `_run__83722739026603221__process_action__287785630438107690__callbacks'
activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.9) lib/abstract_controller/callbacks.rb:17:in `process_action'
actionpack (3.2.9) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument'
activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument'
actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
actionpack (3.2.9) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
activerecord (3.2.9) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (3.2.9) lib/abstract_controller/base.rb:121:in `process'
actionpack (3.2.9) lib/abstract_controller/rendering.rb:45:in `process'
actionpack (3.2.9) lib/action_controller/metal.rb:203:in `dispatch'
actionpack (3.2.9) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
actionpack (3.2.9) lib/action_controller/metal.rb:246:in `block in action'
actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `call'
actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:36:in `call'
journey (1.0.4) lib/journey/router.rb:68:in `block in call'
journey (1.0.4) lib/journey/router.rb:56:in `each'
journey (1.0.4) lib/journey/router.rb:56:in `call'
actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:601:in `call'
/Users/kennychan/.bundler/ruby/1.9.1/spree-df8470bcc693/core/lib/spree/core/middleware/redirect_legacy_product_url.rb:13:in `call'
/Users/kennychan/.bundler/ruby/1.9.1/spree-df8470bcc693/core/lib/spree/core/middleware/seo_assist.rb:27:in `call'
railties (3.2.9) lib/rails/engine.rb:479:in `call'
railties (3.2.9) lib/rails/railtie/configurable.rb:30:in `method_missing'
journey (1.0.4) lib/journey/router.rb:68:in `block in call'
journey (1.0.4) lib/journey/router.rb:56:in `each'
journey (1.0.4) lib/journey/router.rb:56:in `call'
actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:601:in `call'
warden (1.1.1) lib/warden/manager.rb:35:in `block in call'
warden (1.1.1) lib/warden/manager.rb:34:in `catch'
warden (1.1.1) lib/warden/manager.rb:34:in `call'
actionpack (3.2.9) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
rack (1.4.1) lib/rack/etag.rb:23:in `call'
rack (1.4.1) lib/rack/conditionalget.rb:35:in `call'
actionpack (3.2.9) lib/action_dispatch/middleware/head.rb:14:in `call'
actionpack (3.2.9) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
actionpack (3.2.9) lib/action_dispatch/middleware/flash.rb:242:in `call'
rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
actionpack (3.2.9) lib/action_dispatch/middleware/cookies.rb:341:in `call'
activerecord (3.2.9) lib/active_record/query_cache.rb:64:in `call'
activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__3666878497548182459__call__4469579675244873875__callbacks'
activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (3.2.9) lib/action_dispatch/middleware/reloader.rb:65:in `call'
actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app'
railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call'
activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged'
railties (3.2.9) lib/rails/rack/logger.rb:16:in `call'
actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call'
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
rack (1.4.1) lib/rack/lock.rb:15:in `call'
actionpack (3.2.9) lib/action_dispatch/middleware/static.rb:62:in `call'
railties (3.2.9) lib/rails/engine.rb:479:in `call'
railties (3.2.9) lib/rails/application.rb:223:in `call'
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call'
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
/Users/kennychan/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
/Users/kennychan/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
/Users/kennychan/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment