#83 ✓resolved
Pascal Rettig

HTTParty required by wizard not listed in dependencies

Reported by Pascal Rettig | August 19th, 2010 @ 12:12 PM

Shoot, really should to remember to preview:

rake gems
(in /Users/joe/src/Webiva)
 - [I] mysql 
 - [F] mime-types 
 - [F] radius 
 - [F] RedCloth 
 - [F] BlueCloth 
 - [F] gruff 
 - [F] slave 
 - [I] hpricot 
 - [F] daemons 
 - [F] maruku 
    - [F] syntax >= 1.0.0
 - [F] net-ssh 
 - [F] rmagick 
 - [F] libxml-ruby 
 - [F] soap4r 
    - [F] httpclient >= 2.1.1
 - [I] json 
 - [F] memcache-client 
 - [I] activemerchant = 1.5.1
    - [R] activesupport >= 2.3.2
    - [F] builder >= 2.0.0

I = Installed
F = Frozen
R = Framework (loaded before rails starts)

Comments and changes to this ticket

  • joep

    joep August 19th, 2010 @ 02:49 PM

    Date: Thu, 19 Aug 2010 13:40:37 -0500
    From: noreply@mytest.com
    Subject: New mytest.com Issue #6: A NameError Exception occurred in structure#wizard
    Mime-Version: 1.0
    Content-Type: text/html; charset=utf-8

    Issue #6 - reported

    Reported By:

    Administrative User

    Location: cms:/website/structure/wizard/wizards/simple_site

    Reported Type: auto

    Reporting Domain: mytest.com

    Behavior


    A NameError Exception occurred in structure#wizard

    uninitialized constant ActiveWebService::HTTParty
    [RAILS_ROOT]/vendor/rails/activesupport/lib/active_support/dependencies.rb:105:in `const_missing'

    * URL: http://www.mytest.com:3000/website/structure/wizard/wizards/simple_...
    * Parameters: {"commit"=>"Submit", "wizard"=>{"name"=>"Mytest", "pages"=>"Home\r\nAbout\r\nNews\r\nContact"}, "action"=>"wizard", "authenticity_token"=>"O0p0wYzaV1y2wbVltnwoPgUa2LggC0ft7O9o+FcsKEA=", "version"=>"1", "path"=>["wizards", "simple_site"], "controller"=>"structure"}
    * Rails root: /Users/joe/src/Webiva
    * User Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; en-US; rv:1.9.1.11) Gecko/20100701 Firefox/3.5.11* Process: 95137
    * Server : MacBook

    [RAILS_ROOT]/vendor/rails/activesupport/lib/active_support/dependencies.rb:105:in `const_missing'
    [RAILS_ROOT]/lib/active_web_service.rb:90
    [RAILS_ROOT]/vendor/rails/activesupport/lib/active_support/dependencies.rb:380:in `load_without_new_constant_marking'
    [RAILS_ROOT]/vendor/rails/activesupport/lib/active_support/dependencies.rb:380:in `load_file'
    [RAILS_ROOT]/vendor/rails/activesupport/lib/active_support/dependencies.rb:521:in `new_constants_in'
    [RAILS_ROOT]/vendor/rails/activesupport/lib/active_support/dependencies.rb:379:in `load_file'
    [RAILS_ROOT]/vendor/rails/activesupport/lib/active_support/dependencies.rb:259:in `require_or_load'
    [RAILS_ROOT]/vendor/rails/activesupport/lib/active_support/dependencies.rb:425:in `load_missing_constant'
    [RAILS_ROOT]/vendor/rails/activesupport/lib/active_support/dependencies.rb:80:in `rails_official_const_missing'
    [RAILS_ROOT]/lib/webiva_monkey_patches.rb:94:in `const_missing'
    [RAILS_ROOT]/vendor/rails/activesupport/lib/active_support/dependencies.rb:92:in `const_missing'
    [RAILS_ROOT]/vendor/rails/activesupport/lib/active_support/dependencies.rb:98:in `send'
    [RAILS_ROOT]/vendor/rails/activesupport/lib/active_support/dependencies.rb:98:in `const_missing'
    [RAILS_ROOT]/lib/dummy_text.rb:48
    [RAILS_ROOT]/vendor/rails/activesupport/lib/active_support/dependencies.rb:380:in `load_without_new_constant_marking'
    [RAILS_ROOT]/vendor/rails/activesupport/lib/active_support/dependencies.rb:380:in `load_file'
    [RAILS_ROOT]/vendor/rails/activesupport/lib/active_support/dependencies.rb:521:in `new_constants_in'
    [RAILS_ROOT]/vendor/rails/activesupport/lib/active_support/dependencies.rb:379:in `load_file'
    [RAILS_ROOT]/vendor/rails/activesupport/lib/active_support/dependencies.rb:259:in `require_or_load'
    [RAILS_ROOT]/vendor/rails/activesupport/lib/active_support/dependencies.rb:425:in `load_missing_constant'
    [RAILS_ROOT]/vendor/rails/activesupport/lib/active_support/dependencies.rb:80:in `rails_official_const_missing'
    [RAILS_ROOT]/lib/webiva_monkey_patches.rb:94:in `const_missing'
    [RAILS_ROOT]/vendor/rails/activesupport/lib/active_support/dependencies.rb:92:in `const_missing'
    [RAILS_ROOT]/vendor/rails/activesupport/lib/active_support/dependencies.rb:437:in `load_missing_constant'
    [RAILS_ROOT]/vendor/rails/activesupport/lib/active_support/dependencies.rb:80:in `rails_official_const_missing'
    [RAILS_ROOT]/lib/webiva_monkey_patches.rb:94:in `const_missing'
    [RAILS_ROOT]/vendor/rails/activesupport/lib/active_support/dependencies.rb:98:in `send'
    [RAILS_ROOT]/vendor/rails/activesupport/lib/active_support/dependencies.rb:98:in `const_missing'
    [RAILS_ROOT]/app/models/wizards/simple_site.rb:58:in `run_wizard'
    [RAILS_ROOT]/app/models/page_revision.rb:288:in `push_paragraph'
    [RAILS_ROOT]/app/models/wizards/simple_site.rb:57:in `run_wizard'
    [RAILS_ROOT]/app/models/site_node.rb:152:in `push_subpage'
    [RAILS_ROOT]/app/models/wizards/simple_site.rb:54:in `run_wizard'
    [RAILS_ROOT]/app/models/wizards/simple_site.rb:51:in `each'
    [RAILS_ROOT]/app/models/wizards/simple_site.rb:51:in `run_wizard'
    [RAILS_ROOT]/app/controllers/structure_controller.rb:90:in `wizard'
    [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/base.rb:1331:in `send'
    [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/base.rb:1331:in `perform_action_without_filters'
    [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/filters.rb:617:in `call_filters'
    [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/filters.rb:610:in `perform_action_without_benchmark'
    [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
    [RAILS_ROOT]/vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb:17:in `ms'
    /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/benchmark.rb:308:in `realtime'
    [RAILS_ROOT]/vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb:17:in `ms'
    [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
    [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/rescue.rb:160:in `perform_action_without_flash'
    [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/flash.rb:146:in `perform_action'
    [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/base.rb:532:in `send'
    [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/base.rb:532:in `process_without_filters'
    [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/filters.rb:606:in `process'
    [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/base.rb:391:in `process'
    [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/base.rb:386:in `call'
    [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/routing/route_set.rb:437:in `call'
    [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:87:in `dispatch'
    [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:121:in `_call'
    [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:130:in `build_middleware_stack'
    [RAILS_ROOT]/vendor/rails/activerecord/lib/active_record/query_cache.rb:29:in `call'
    [RAILS_ROOT]/vendor/rails/activerecord/lib/active_record/query_cache.rb:29:in `call'
    [RAILS_ROOT]/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:34:in `cache'
    [RAILS_ROOT]/vendor/rails/activerecord/lib/active_record/query_cache.rb:9:in `cache'
    [RAILS_ROOT]/vendor/rails/activerecord/lib/active_record/query_cache.rb:28:in `call'
    [RAILS_ROOT]/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb:361:in `call'
    [RAILS_ROOT]/vendor/gems/rack-1.0.0/lib/rack/head.rb:9:in `call'
    [RAILS_ROOT]/vendor/gems/rack-1.0.0/lib/rack/methodoverride.rb:24:in `call'
    [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/params_parser.rb:15:in `call'
    [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/session/abstract_store.rb:122:in `call'
    [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/failsafe.rb:26:in `call'
    [RAILS_ROOT]/vendor/gems/rack-1.0.0/lib/rack/lock.rb:11:in `call'
    [RAILS_ROOT]/vendor/gems/rack-1.0.0/lib/rack/lock.rb:11:in `synchronize'
    [RAILS_ROOT]/vendor/gems/rack-1.0.0/lib/rack/lock.rb:11:in `call'
    [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:114:in `call'
    [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/reloader.rb:34:in `run'
    [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:108:in `call'
    [RAILS_ROOT]/vendor/rails/railties/lib/rails/rack/static.rb:31:in `call'
    [RAILS_ROOT]/vendor/gems/rack-1.0.0/lib/rack/urlmap.rb:46:in `call'
    [RAILS_ROOT]/vendor/gems/rack-1.0.0/lib/rack/urlmap.rb:40:in `each'
    [RAILS_ROOT]/vendor/gems/rack-1.0.0/lib/rack/urlmap.rb:40:in `call'
    [RAILS_ROOT]/vendor/rails/railties/lib/rails/rack/log_tailer.rb:17:in `call'
    [RAILS_ROOT]/vendor/gems/rack-1.0.0/lib/rack/content_length.rb:13:in `call'
    [RAILS_ROOT]/vendor/gems/rack-1.0.0/lib/rack/chunked.rb:15:in `call'
    [RAILS_ROOT]/vendor/gems/rack-1.0.0/lib/rack/handler/mongrel.rb:61:in `process'
    /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:159:in `process_client'
    /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `each'
    /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `process_client'
    /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
    /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `initialize'
    /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `new'
    /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
    /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `initialize'
    /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `new'
    /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `run'
    [RAILS_ROOT]/vendor/gems/rack-1.0.0/lib/rack/handler/mongrel.rb:34:in `run'
    [RAILS_ROOT]/vendor/rails/railties/lib/commands/server.rb:111
    /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
    /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `require'
    script/server:3

    Notes

  • Pascal Rettig

    Pascal Rettig September 2nd, 2010 @ 08:00 AM

    • State changed from “new” to “resolved”

    HTTParty removed as a dependency (was used in lib/dummy_text.rb)

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

Shared Ticket Bins

People watching this ticket

Referenced by

Pages