I get error when click on step 2 in checkout process . Something is wrong
with delivery calculation.
this is my log
NoMethodError in Spree::CheckoutController#edit
undefined method `locked?' for #<Spree::Adjustment:0x007fb035e3f070>
Rails.root: /Users/mile/Sites/blackapple
Application Trace <http://blackapple.dev/checkout/delivery#> | Framework
Trace <http://blackapple.dev/checkout/delivery#> | Full Trace<http://blackapple.dev/checkout/delivery#>
activemodel (3.2.11) lib/active_model/attribute_methods.rb:407:in `method_missing'
activerecord (3.2.11) lib/active_record/attribute_methods.rb:149:in `method_missing'
/Users/mile/.rvm/gems/ruby-1.9.3-p125/bundler/gems/spree-0c27bc6b59f9/core/app/models/spree/adjustment.rb:61:in `update!'
/Users/mile/.rvm/gems/ruby-1.9.3-p125/bundler/gems/spree-0c27bc6b59f9/core/app/models/spree/order_updater.rb:124:in `block in update_adjustments'
activerecord (3.2.11) lib/active_record/associations/collection_proxy.rb:89:in `each'
activerecord (3.2.11) lib/active_record/associations/collection_proxy.rb:89:in `method_missing'
/Users/mile/.rvm/gems/ruby-1.9.3-p125/bundler/gems/spree-0c27bc6b59f9/core/app/models/spree/order_updater.rb:124:in `update_adjustments'
/Users/mile/.rvm/gems/ruby-1.9.3-p125/bundler/gems/spree-0c27bc6b59f9/promo/app/models/spree/order_updater_decorator.rb:4:in `update_adjustments_with_promotion_limiting'
/Users/mile/.rvm/gems/ruby-1.9.3-p125/bundler/gems/spree-0c27bc6b59f9/core/app/models/spree/order_updater.rb:24:in `update'
/Users/mile/.rvm/gems/ruby-1.9.3-p125/bundler/gems/spree-0c27bc6b59f9/core/app/models/spree/order.rb:221:in `update!'
/Users/mile/.rvm/gems/ruby-1.9.3-p125/bundler/gems/spree-0c27bc6b59f9/core/app/models/spree/adjustment.rb:79:in `update_adjustable'
activesupport (3.2.11) lib/active_support/callbacks.rb:438:in `_run__180764871342421530__save__3884975317328749452__callbacks'
activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_save_callbacks'
activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
activerecord (3.2.11) lib/active_record/callbacks.rb:264:in `create_or_update'
activerecord (3.2.11) lib/active_record/persistence.rb:84:in `save'
activerecord (3.2.11) lib/active_record/validations.rb:50:in `save'
activerecord (3.2.11) lib/active_record/attribute_methods/dirty.rb:22:in `save'
activerecord (3.2.11) lib/active_record/transactions.rb:259:in `block (2 levels) in save'
activerecord (3.2.11) lib/active_record/transactions.rb:313:in `block in with_transaction_returning_status'
activerecord (3.2.11) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction'
activerecord (3.2.11) lib/active_record/transactions.rb:208:in `transaction'
activerecord (3.2.11) lib/active_record/transactions.rb:311:in `with_transaction_returning_status'
activerecord (3.2.11) lib/active_record/transactions.rb:259:in `block in save'
activerecord (3.2.11) lib/active_record/transactions.rb:270:in `rollback_active_record_state!'
activerecord (3.2.11) lib/active_record/transactions.rb:258:in `save'
activerecord (3.2.11) lib/active_record/associations/has_many_association.rb:16:in `insert_record'
activerecord (3.2.11) lib/active_record/associations/collection_association.rb:436:in `block (2 levels) in create_record'
activerecord (3.2.11) lib/active_record/associations/collection_association.rb:344:in `add_to_target'
activerecord (3.2.11) lib/active_record/associations/collection_association.rb:434:in `block in create_record'
activerecord (3.2.11) lib/active_record/associations/collection_association.rb:149:in `block in transaction'
activerecord (3.2.11) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction'
activerecord (3.2.11) lib/active_record/transactions.rb:208:in `transaction'
activerecord (3.2.11) lib/active_record/associations/collection_association.rb:148:in `transaction'
activerecord (3.2.11) lib/active_record/associations/collection_association.rb:433:in `create_record'
activerecord (3.2.11) lib/active_record/associations/collection_association.rb:119:in `create'
activerecord (3.2.11) lib/active_record/associations/collection_proxy.rb:46:in `create'
/Users/mile/.rvm/gems/ruby-1.9.3-p125/bundler/gems/spree-0c27bc6b59f9/core/lib/spree/core/calculated_adjustments.rb:32:in `create_adjustment'
/Users/mile/.rvm/gems/ruby-1.9.3-p125/bundler/gems/spree-0c27bc6b59f9/core/app/models/spree/shipment.rb:166:in `ensure_correct_adjustment'
activesupport (3.2.11) lib/active_support/callbacks.rb:450:in `block in _run__4135547630448330878__save__3884975317328749452__callbacks'
activesupport (3.2.11) lib/active_support/callbacks.rb:215:in `block in _conditional_callback_around_1415'
state_machine (1.1.2) lib/state_machine/integrations/active_record.rb:480:in `block in around_save'
state_machine (1.1.2) lib/state_machine/transition_collection.rb:149:in `block in run_actions'
state_machine (1.1.2) lib/state_machine/transition_collection.rb:169:in `catch_exceptions'
state_machine (1.1.2) lib/state_machine/transition_collection.rb:147:in `run_actions'
state_machine (1.1.2) lib/state_machine/transition_collection.rb:132:in `run_callbacks'
state_machine (1.1.2) lib/state_machine/transition_collection.rb:211:in `run_callbacks'
state_machine (1.1.2) lib/state_machine/transition_collection.rb:63:in `block (2 levels) in perform'
state_machine (1.1.2) lib/state_machine/transition_collection.rb:63:in `catch'
state_machine (1.1.2) lib/state_machine/transition_collection.rb:63:in `block in perform'
state_machine (1.1.2) lib/state_machine/transition_collection.rb:185:in `within_transaction'
state_machine (1.1.2) lib/state_machine/transition_collection.rb:62:in `perform'
state_machine (1.1.2) lib/state_machine/integrations/active_record.rb:480:in `around_save'
activesupport (3.2.11) lib/active_support/callbacks.rb:310:in `_callback_around_1170'
activesupport (3.2.11) lib/active_support/callbacks.rb:214:in `_conditional_callback_around_1415'
activesupport (3.2.11) lib/active_support/callbacks.rb:403:in `_run__4135547630448330878__save__3884975317328749452__callbacks'
activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_save_callbacks'
activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
activerecord (3.2.11) lib/active_record/callbacks.rb:264:in `create_or_update'
activerecord (3.2.11) lib/active_record/persistence.rb:104:in `save!'
activerecord (3.2.11) lib/active_record/validations.rb:56:in `save!'
activerecord (3.2.11) lib/active_record/attribute_methods/dirty.rb:33:in `save!'
activerecord (3.2.11) lib/active_record/transactions.rb:264:in `block in save!'
activerecord (3.2.11) lib/active_record/transactions.rb:313:in `block in with_transaction_returning_status'
activerecord (3.2.11) lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction'
activerecord (3.2.11) lib/active_record/transactions.rb:208:in `transaction'
activerecord (3.2.11) lib/active_record/transactions.rb:311:in `with_transaction_returning_status'
activerecord (3.2.11) lib/active_record/transactions.rb:264:in `save!'
activerecord (3.2.11) lib/active_record/validations.rb:41:in `create!'
/Users/mile/.rvm/gems/ruby-1.9.3-p125/bundler/gems/spree-0c27bc6b59f9/core/app/models/spree/order.rb:338:in `create_shipment!'
/Users/mile/.rvm/gems/ruby-1.9.3-p125/bundler/gems/spree-0c27bc6b59f9/core/app/models/spree/order.rb:21:in `block (2 levels) in <class:Order>'
/Users/mile/.rvm/gems/ruby-1.9.3-p125/bundler/gems/spree-0c27bc6b59f9/core/app/models/spree/order/checkout.rb:125:in `call'
/Users/mile/.rvm/gems/ruby-1.9.3-p125/bundler/gems/spree-0c27bc6b59f9/core/app/models/spree/order/checkout.rb:125:in `block in checkout_steps'
/Users/mile/.rvm/gems/ruby-1.9.3-p125/bundler/gems/spree-0c27bc6b59f9/core/app/models/spree/order/checkout.rb:123:in `each'
/Users/mile/.rvm/gems/ruby-1.9.3-p125/bundler/gems/spree-0c27bc6b59f9/core/app/models/spree/order/checkout.rb:123:in `checkout_steps'
/Users/mile/.rvm/gems/ruby-1.9.3-p125/bundler/gems/spree-0c27bc6b59f9/core/app/controllers/spree/checkout_controller.rb:49:in `ensure_valid_state'
activesupport (3.2.11) lib/active_support/callbacks.rb:473:in `_run__242151275035520786__process_action__1637023135444935624__callbacks'
activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
actionpack (3.2.11) 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.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
/Users/mile/.rvm/gems/ruby-1.9.3-p125/bundler/gems/spree-0c27bc6b59f9/core/lib/spree/core/middleware/redirect_legacy_product_url.rb:13:in `call'
/Users/mile/.rvm/gems/ruby-1.9.3-p125/bundler/gems/spree-0c27bc6b59f9/core/lib/spree/core/middleware/seo_assist.rb:27:in `call'
railties (3.2.11) lib/rails/engine.rb:479:in `call'
railties (3.2.11) 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.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
meta_request (0.2.1) lib/meta_request/middlewares/app_request_handler.rb:11:in `call'
rack-contrib (1.1.0) lib/rack/contrib/response_headers.rb:17:in `call'
meta_request (0.2.1) lib/meta_request/middlewares/headers.rb:16:in `call'
meta_request (0.2.1) lib/meta_request/middlewares/meta_request_handler.rb:13:in `call'
sass (3.2.5) lib/sass/plugin/rack.rb:54: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.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
rack (1.4.4) lib/rack/etag.rb:23:in `call'
rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4446279743156158451__call__3884975317328749452__callbacks'
activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
rack (1.4.4) lib/rack/runtime.rb:17:in `call'
activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
rack (1.4.4) lib/rack/lock.rb:15:in `call'
actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
railties (3.2.11) lib/rails/engine.rb:479:in `call'
railties (3.2.11) lib/rails/application.rb:223:in `call'
railties (3.2.11) lib/rails/railtie/configurable.rb:30:in `method_missing'
/Users/mile/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
/Users/mile/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
/Users/mile/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
/Users/mile/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
/Users/mile/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
/Users/mile/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
/Users/mile/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
/Users/mile/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
/Users/mile/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'
Request
*Parameters*:
{"state"=>"delivery"}
Show session dump <http://blackapple.dev/checkout/delivery#>
Show env dump <http://blackapple.dev/checkout/delivery#>
Response
*Headers*:
None
--