Created
September 21, 2015 20:45
-
-
Save hitchcockwill/58f69852f7cde6c882c1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Processing Api::AccountController#disable_auto_renew (for 127.0.0.1 at 2015-09-21 14:44:33) [PUT] | |
Parameters: {"controller"=>"api/account", "action"=>"disable_auto_renew"} | |
User Load (0.2ms) SELECT * FROM `users` WHERE (`users`.`id` = 1897) | |
ProMembership Load (0.2ms) SELECT * FROM `pro_memberships` WHERE (`pro_memberships`.user_id = 1897) LIMIT 1 | |
RecurringPaymentsProfile Load (0.2ms) SELECT * FROM `recurring_payments_profiles` WHERE (`recurring_payments_profiles`.`id` = 186) | |
SQL (0.1ms) BEGIN | |
ProMembership Load (0.1ms) SELECT * FROM `pro_memberships` WHERE (`pro_memberships`.recurring_payments_profile_id = 186) LIMIT 1 | |
ProMembership.before_save START Wed, 21 Oct 2015 20:40:59 UTC +00:00 | |
ProMembership.before_save END Wed, 21 Oct 2015 20:40:59 UTC +00:00 | |
ProMembership Update (0.2ms) UPDATE `pro_memberships` SET `recurring_payments_profile_id` = NULL WHERE `id` = 177 | |
RPP.before_destroy START | |
RPP.get_paypal_recurring_payment_profile START | |
RPP.get_paypal_recurring_payment_profile END | |
RPP.delete_paypal_recurring_payment_profile START | |
User Load (0.3ms) SELECT * FROM `users` WHERE (`users`.`id` = 1897) | |
Guardian Load (0.1ms) SELECT * FROM `guardians` WHERE (`guardians`.user_id = 1897) LIMIT 1 | |
PaypalTransaction Create (0.2ms) INSERT INTO `paypal_transactions` (`ack`, `created_at`, `correlation_id`, `timestamp`, `user_email`, `amount`, `transaction_id`, `original_payment`, `ip_address`, `transaction_type`, `response_string`, `user_id`, `updated_at`, `error_code`) VALUES('Success', '2015-09-21 20:44:35', 'fa4da5f1f1b3c', '2015-09-21T20:44:35Z', '[email protected]', NULL, NULL, 1, NULL, 'Cancel Recurring Payments Profile', '{\"VERSION\"=>[\"58.0\"], \"ACK\"=>[\"Success\"], \"CORRELATIONID\"=>[\"fa4da5f1f1b3c\"], \"TIMESTAMP\"=>[\"2015-09-21T20:44:35Z\"], \"PROFILEID\"=>[\"I-AHMEM9A1FANH\"], \"BUILD\"=>[\"17750617\"]}', 1897, '2015-09-21 20:44:35', NULL) | |
RPP.delete_paypal_recurring_payment_profile END | |
RPP.before_destroy END | |
RecurringPaymentsProfile Destroy (0.1ms) DELETE FROM `recurring_payments_profiles` WHERE `id` = 186 | |
RPP.after_destroy START | |
RPP.after_destroy END | |
SQL (1.3ms) COMMIT | |
ChurnType Load (0.0ms) Mysql::Error: Table 'penzu_multiple_journals.churn_types' doesn't exist: SELECT * FROM `churn_types` WHERE (code = 'AUTORENEW') LIMIT 1 | |
!! problem disabling autorenew | |
ActiveRecord::StatementInvalid: Mysql::Error: Table 'penzu_multiple_journals.churn_types' doesn't exist: SELECT * FROM `churn_types` WHERE (code = 'AUTORENEW') LIMIT 1 | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:227:in `log' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb:324:in `execute' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb:639:in `select' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:7:in `select_all_without_query_cache' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:60:in `select_all' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:81:in `cache_sql' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:60:in `select_all' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/activerecord/lib/active_record/base.rb:666:in `find_by_sql' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/activerecord/lib/active_record/base.rb:1583:in `find_every' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/activerecord/lib/active_record/base.rb:1540:in `find_initial' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/activerecord/lib/active_record/base.rb:618:in `find' | |
/Users/willhitch26/Projects/Development/penzu-core/app/models/churn_type.rb:15:in `find_by_code' | |
/Users/willhitch26/Projects/Development/penzu-core/app/models/churn_type.rb:60:in `find_or_create' | |
/Users/willhitch26/Projects/Development/penzu-core/app/models/churn_type.rb:47:in `auto_renew' | |
/Users/willhitch26/Projects/Development/penzu-core/app/models/churn_type.rb:53:in `auto_renew_disabled' | |
/Users/willhitch26/Projects/Development/penzu-core/app/controllers/api/account_controller.rb:189:in `disable_auto_renew' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/actionpack/lib/action_controller/base.rb:1333:in `send' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/actionpack/lib/action_controller/base.rb:1333:in `perform_action_without_filters' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/actionpack/lib/action_controller/filters.rb:617:in `call_filters' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/actionpack/lib/action_controller/filters.rb:610:in `perform_action_without_benchmark' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/activesupport/lib/active_support/core_ext/benchmark.rb:17:in `ms' | |
/Users/willhitch26/.rvm/rubies/ruby-1.8.7-p374/lib/ruby/1.8/benchmark.rb:308:in `realtime' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/activesupport/lib/active_support/core_ext/benchmark.rb:17:in `ms' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/actionpack/lib/action_controller/rescue.rb:160:in `perform_action_without_flash' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/actionpack/lib/action_controller/flash.rb:151:in `perform_action' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/actionpack/lib/action_controller/base.rb:532:in `send' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/actionpack/lib/action_controller/base.rb:532:in `process_without_filters' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/actionpack/lib/action_controller/filters.rb:606:in `process' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/actionpack/lib/action_controller/base.rb:391:in `process' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/actionpack/lib/action_controller/base.rb:386:in `call' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/actionpack/lib/action_controller/routing/route_set.rb:438:in `call' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/actionpack/lib/action_controller/dispatcher.rb:87:in `dispatch' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/actionpack/lib/action_controller/dispatcher.rb:121:in `_call' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/actionpack/lib/action_controller/dispatcher.rb:130:in `build_middleware_stack' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374@global/gems/sass-3.3.9/rails/../lib/sass/plugin/rack.rb:54:in `call' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374@global/gems/sass-3.3.9/rails/../lib/sass/plugin/rack.rb:54:in `call' | |
/Users/willhitch26/Projects/Development/penzu-core/lib/oauth_filter.rb:90:in `call' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/actionpack/lib/action_controller/string_coercion.rb:25:in `call' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/gems/rack-1.1.6/lib/rack/head.rb:9:in `call' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/gems/rack-1.1.6/lib/rack/methodoverride.rb:24:in `call' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/actionpack/lib/action_controller/params_parser.rb:15:in `call' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/actionpack/lib/action_controller/session/abstract_store.rb:177:in `call' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/activerecord/lib/active_record/query_cache.rb:29:in `call' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:34:in `cache' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/activerecord/lib/active_record/query_cache.rb:9:in `cache' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/activerecord/lib/active_record/query_cache.rb:28:in `call' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb:361:in `call' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/actionpack/lib/action_controller/failsafe.rb:26:in `call' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/gems/rack-1.1.6/lib/rack/lock.rb:11:in `call' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/gems/rack-1.1.6/lib/rack/lock.rb:11:in `synchronize' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/gems/rack-1.1.6/lib/rack/lock.rb:11:in `call' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/actionpack/lib/action_controller/dispatcher.rb:106:in `call' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/railties/lib/rails/rack/static.rb:31:in `call' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/gems/rack-1.1.6/lib/rack/urlmap.rb:47:in `call' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/gems/rack-1.1.6/lib/rack/urlmap.rb:41:in `each' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/gems/rack-1.1.6/lib/rack/urlmap.rb:41:in `call' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/railties/lib/rails/rack/log_tailer.rb:17:in `call' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/gems/rack-1.1.6/lib/rack/content_length.rb:13:in `call' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/gems/rack-1.1.6/lib/rack/chunked.rb:15:in `call' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/gems/rack-1.1.6/lib/rack/handler/mongrel.rb:67:in `process' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/gems/mongrel-1.1.5/lib/mongrel.rb:159:in `process_client' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `each' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `process_client' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `initialize' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `new' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `initialize' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `new' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `run' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/gems/rack-1.1.6/lib/rack/handler/mongrel.rb:38:in `run' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/railties/lib/commands/server.rb:111 | |
./script/server:3:in `require' | |
./script/server:3 | |
Sent mail to [email protected] | |
Date: Mon, 21 Sep 2015 14:44:35 -0600 | |
From: Penzu Support <[email protected]> | |
To: [email protected] | |
Subject: Penzu Exception Report | |
Mime-Version: 1.0 | |
Content-Type: text/plain; charset=utf-8 | |
ProMembership disable autorenew failed | |
ActiveRecord::StatementInvalid: Mysql::Error: Table 'penzu_multiple_journals.churn_types' doesn't exist: SELECT * FROM `churn_types` WHERE (code = 'AUTORENEW') LIMIT 1 | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:227:in `log' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb:324:in `execute' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb:639:in `select' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:7:in `select_all_without_query_cache' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:60:in `select_all' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:81:in `cache_sql' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:60:in `select_all' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/activerecord/lib/active_record/base.rb:666:in `find_by_sql' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/activerecord/lib/active_record/base.rb:1583:in `find_every' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/activerecord/lib/active_record/base.rb:1540:in `find_initial' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/activerecord/lib/active_record/base.rb:618:in `find' | |
/Users/willhitch26/Projects/Development/penzu-core/app/models/churn_type.rb:15:in `find_by_code' | |
/Users/willhitch26/Projects/Development/penzu-core/app/models/churn_type.rb:60:in `find_or_create' | |
/Users/willhitch26/Projects/Development/penzu-core/app/models/churn_type.rb:47:in `auto_renew' | |
/Users/willhitch26/Projects/Development/penzu-core/app/models/churn_type.rb:53:in `auto_renew_disabled' | |
/Users/willhitch26/Projects/Development/penzu-core/app/controllers/api/account_controller.rb:189:in `disable_auto_renew' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/actionpack/lib/action_controller/base.rb:1333:in `send' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/actionpack/lib/action_controller/base.rb:1333:in `perform_action_without_filters' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/actionpack/lib/action_controller/filters.rb:617:in `call_filters' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/actionpack/lib/action_controller/filters.rb:610:in `perform_action_without_benchmark' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/activesupport/lib/active_support/core_ext/benchmark.rb:17:in `ms' | |
/Users/willhitch26/.rvm/rubies/ruby-1.8.7-p374/lib/ruby/1.8/benchmark.rb:308:in `realtime' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/activesupport/lib/active_support/core_ext/benchmark.rb:17:in `ms' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/actionpack/lib/action_controller/rescue.rb:160:in `perform_action_without_flash' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/actionpack/lib/action_controller/flash.rb:151:in `perform_action' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/actionpack/lib/action_controller/base.rb:532:in `send' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/actionpack/lib/action_controller/base.rb:532:in `process_without_filters' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/actionpack/lib/action_controller/filters.rb:606:in `process' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/actionpack/lib/action_controller/base.rb:391:in `process' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/actionpack/lib/action_controller/base.rb:386:in `call' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/actionpack/lib/action_controller/routing/route_set.rb:438:in `call' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/actionpack/lib/action_controller/dispatcher.rb:87:in `dispatch' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/actionpack/lib/action_controller/dispatcher.rb:121:in `_call' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/actionpack/lib/action_controller/dispatcher.rb:130:in `build_middleware_stack' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374@global/gems/sass-3.3.9/rails/../lib/sass/plugin/rack.rb:54:in `call' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374@global/gems/sass-3.3.9/rails/../lib/sass/plugin/rack.rb:54:in `call' | |
/Users/willhitch26/Projects/Development/penzu-core/lib/oauth_filter.rb:90:in `call' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/actionpack/lib/action_controller/string_coercion.rb:25:in `call' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/gems/rack-1.1.6/lib/rack/head.rb:9:in `call' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/gems/rack-1.1.6/lib/rack/methodoverride.rb:24:in `call' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/actionpack/lib/action_controller/params_parser.rb:15:in `call' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/actionpack/lib/action_controller/session/abstract_store.rb:177:in `call' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/activerecord/lib/active_record/query_cache.rb:29:in `call' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:34:in `cache' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/activerecord/lib/active_record/query_cache.rb:9:in `cache' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/activerecord/lib/active_record/query_cache.rb:28:in `call' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb:361:in `call' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/actionpack/lib/action_controller/failsafe.rb:26:in `call' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/gems/rack-1.1.6/lib/rack/lock.rb:11:in `call' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/gems/rack-1.1.6/lib/rack/lock.rb:11:in `synchronize' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/gems/rack-1.1.6/lib/rack/lock.rb:11:in `call' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/actionpack/lib/action_controller/dispatcher.rb:106:in `call' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/railties/lib/rails/rack/static.rb:31:in `call' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/gems/rack-1.1.6/lib/rack/urlmap.rb:47:in `call' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/gems/rack-1.1.6/lib/rack/urlmap.rb:41:in `each' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/gems/rack-1.1.6/lib/rack/urlmap.rb:41:in `call' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/railties/lib/rails/rack/log_tailer.rb:17:in `call' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/gems/rack-1.1.6/lib/rack/content_length.rb:13:in `call' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/gems/rack-1.1.6/lib/rack/chunked.rb:15:in `call' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/gems/rack-1.1.6/lib/rack/handler/mongrel.rb:67:in `process' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/gems/mongrel-1.1.5/lib/mongrel.rb:159:in `process_client' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `each' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `process_client' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `initialize' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `new' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `initialize' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `new' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `run' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/gems/rack-1.1.6/lib/rack/handler/mongrel.rb:38:in `run' | |
/Users/willhitch26/.rvm/gems/ruby-1.8.7-p374/bundler/gems/rails-63daeef511db/railties/lib/commands/server.rb:111 | |
./script/server:3:in `require' | |
./script/server:3 | |
Sorry, there was a problem disabling auto-renew. | |
PenzuException: Problem disbaling auto renew | |
Completed in 4477ms (View: 1, DB: 6) | 200 OK [http://local.penzu.com/api/account/disable_auto_renew] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment