Hello!

Once upon a time, I installed rails-dev-boost in an attempt to speed
up my server.  I began having issues, presumably due to this plugin,
upon removing a resource relationship.  I then removed the plugin.
All I did was 'script/plugin remove' the plugin, without changing any
code*.  Now, at any page I try and load, I get this error on a white
page.

"Internal Server Error

undefined method `klass' for nil:NilClass"

The full stack trace is attached.  What could be going on here?


*note: removing the plugin gave me the following error.  plugins/ is
empty.
$ script/plugin remove git://github.com/thedarkone/rails-dev-boost
svn: '<snip>/vendor/plugins' is not a working copy


Thanks so much!
--Peter


https://github.com/thedarkone/rails-dev-boost

Rails 2.3.8
Ruby: 1.8.7
Hobo 1.0.1

=> Booting WEBrick
=> Rails 2.3.8 application starting on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server
[2010-11-04 23:02:42] INFO  WEBrick 1.3.1
[2010-11-04 23:02:42] INFO  ruby 1.8.7 (2010-08-16) [i686-
darwin10.4.0]
[2010-11-04 23:02:42] INFO  WEBrick::HTTPServer#start: pid=65451
port=3000
[2010-11-04 23:02:45] ERROR NoMethodError: undefined method `klass'
for nil:NilClass
        /Users/peter/.rvm/gems/ruby-1.8.7-p...@rails238b/gems/
hobosupport-1.0.1/lib/hobo_support.rb:29:in `safe_constantize'
        /Users/peter/.rvm/gems/ruby-1.8.7-p...@rails238b/gems/hobo-1.0.1/lib/
hobo/view_hints.rb:36
        /Users/peter/.rvm/gems/ruby-1.8.7-p...@rails238b/gems/hobo-1.0.1/lib/
hobo/view_hints.rb:21:in `instance_exec'
        /Users/peter/.rvm/gems/ruby-1.8.7-p...@rails238b/gems/hobo-1.0.1/lib/
hobo/view_hints.rb:21:in `children'
        /Users/peter/Sites/urenew-PO/app/viewhints/order_hints.rb:6
        /Users/peter/.rvm/gems/ruby-1.8.7-p...@rails238b/gems/
activesupport-2.3.8/lib/active_support/dependencies.rb:380:in
`load_without_new_constant_marking'
        /Users/peter/.rvm/gems/ruby-1.8.7-p...@rails238b/gems/
activesupport-2.3.8/lib/active_support/dependencies.rb:380:in
`load_file'
        /Users/peter/.rvm/gems/ruby-1.8.7-p...@rails238b/gems/
activesupport-2.3.8/lib/active_support/dependencies.rb:521:in
`new_constants_in'
        /Users/peter/.rvm/gems/ruby-1.8.7-p...@rails238b/gems/
activesupport-2.3.8/lib/active_support/dependencies.rb:379:in
`load_file'
        /Users/peter/.rvm/gems/ruby-1.8.7-p...@rails238b/gems/
activesupport-2.3.8/lib/active_support/dependencies.rb:259:in
`require_or_load'
        /Users/peter/.rvm/gems/ruby-1.8.7-p...@rails238b/gems/
activesupport-2.3.8/lib/active_support/dependencies.rb:425:in
`load_missing_constant'
        /Users/peter/.rvm/gems/ruby-1.8.7-p...@rails238b/gems/
activesupport-2.3.8/lib/active_support/dependencies.rb:80:in
`const_missing'
        /Users/peter/.rvm/gems/ruby-1.8.7-p...@rails238b/gems/
activesupport-2.3.8/lib/active_support/dependencies.rb:92:in
`const_missing_before_generators'
        /Users/peter/.rvm/gems/ruby-1.8.7-p...@rails238b/gems/rails-2.3.8/lib/
rails_generator/lookup.rb:15:in `const_missing'
        (eval):1:in `safe_constantize'
        /Users/peter/.rvm/gems/ruby-1.8.7-p...@rails238b/gems/hobo-1.0.1/lib/
hobo/model.rb:371:in `view_hints'
        /Users/peter/.rvm/gems/ruby-1.8.7-p...@rails238b/gems/
hobosupport-1.0.1/lib/hobo_support/enumerable.rb:46:in `send'
        /Users/peter/.rvm/gems/ruby-1.8.7-p...@rails238b/gems/
hobosupport-1.0.1/lib/hobo_support/enumerable.rb:46:in
`method_missing'
        /Users/peter/.rvm/gems/ruby-1.8.7-p...@rails238b/gems/
hobosupport-1.0.1/lib/hobo_support/enumerable.rb:46:in `map'
        /Users/peter/.rvm/gems/ruby-1.8.7-p...@rails238b/gems/
hobosupport-1.0.1/lib/hobo_support/enumerable.rb:46:in `send'
        /Users/peter/.rvm/gems/ruby-1.8.7-p...@rails238b/gems/
hobosupport-1.0.1/lib/hobo_support/enumerable.rb:46:in
`method_missing'
        /Users/peter/.rvm/gems/ruby-1.8.7-p...@rails238b/gems/hobo-1.0.1/lib/
hobo/dryml/dryml_generator.rb:79:in `run'
        /Users/peter/.rvm/gems/ruby-1.8.7-p...@rails238b/gems/hobo-1.0.1/lib/
hobo/dryml/dryml_generator.rb:50:in `run'
        /Users/peter/.rvm/gems/ruby-1.8.7-p...@rails238b/gems/hobo-1.0.1/lib/
hobo/dryml/dryml_generator.rb:33:in `reload_application'
        /Users/peter/.rvm/gems/ruby-1.8.7-p...@rails238b/gems/
actionpack-2.3.8/lib/action_controller/reloader.rb:33:in `run'
        /Users/peter/.rvm/gems/ruby-1.8.7-p...@rails238b/gems/
actionpack-2.3.8/lib/action_controller/dispatcher.rb:108:in `call'
        /Users/peter/.rvm/gems/ruby-1.8.7-p...@rails238b/gems/rails-2.3.8/lib/
rails/rack/static.rb:31:in `call'
        /Users/peter/.rvm/gems/ruby-1.8.7-p...@rails238b/gems/rack-1.1.0/lib/
rack/urlmap.rb:47:in `call'
        /Users/peter/.rvm/gems/ruby-1.8.7-p...@rails238b/gems/rack-1.1.0/lib/
rack/urlmap.rb:41:in `each'
        /Users/peter/.rvm/gems/ruby-1.8.7-p...@rails238b/gems/rack-1.1.0/lib/
rack/urlmap.rb:41:in `call'
        /Users/peter/.rvm/gems/ruby-1.8.7-p...@rails238b/gems/rails-2.3.8/lib/
rails/rack/log_tailer.rb:17:in `call'
        /Users/peter/.rvm/gems/ruby-1.8.7-p...@rails238b/gems/rack-1.1.0/lib/
rack/content_length.rb:13:in `call'
        /Users/peter/.rvm/gems/ruby-1.8.7-p...@rails238b/gems/rack-1.1.0/lib/
rack/handler/webrick.rb:48:in `service'
        /Users/peter/.rvm/rubies/ruby-1.8.7-p302/lib/ruby/1.8/webrick/
httpserver.rb:104:in `service'
        /Users/peter/.rvm/rubies/ruby-1.8.7-p302/lib/ruby/1.8/webrick/
httpserver.rb:65:in `run'
        /Users/peter/.rvm/rubies/ruby-1.8.7-p302/lib/ruby/1.8/webrick/
server.rb:173:in `start_thread'
        /Users/peter/.rvm/rubies/ruby-1.8.7-p302/lib/ruby/1.8/webrick/
server.rb:162:in `start'
        /Users/peter/.rvm/rubies/ruby-1.8.7-p302/lib/ruby/1.8/webrick/
server.rb:162:in `start_thread'
        /Users/peter/.rvm/rubies/ruby-1.8.7-p302/lib/ruby/1.8/webrick/
server.rb:95:in `start'
        /Users/peter/.rvm/rubies/ruby-1.8.7-p302/lib/ruby/1.8/webrick/
server.rb:92:in `each'
        /Users/peter/.rvm/rubies/ruby-1.8.7-p302/lib/ruby/1.8/webrick/
server.rb:92:in `start'
        /Users/peter/.rvm/rubies/ruby-1.8.7-p302/lib/ruby/1.8/webrick/
server.rb:23:in `start'
        /Users/peter/.rvm/rubies/ruby-1.8.7-p302/lib/ruby/1.8/webrick/
server.rb:82:in `start'
        /Users/peter/.rvm/gems/ruby-1.8.7-p...@rails238b/gems/rack-1.1.0/lib/
rack/handler/webrick.rb:14:in `run'
        /Users/peter/.rvm/gems/ruby-1.8.7-p...@rails238b/gems/rails-2.3.8/lib/
commands/server.rb:111
        /Users/peter/.rvm/rubies/ruby-1.8.7-p302/lib/ruby/site_ruby/1.8/
rubygems/custom_require.rb:31:in `gem_original_require'
        /Users/peter/.rvm/rubies/ruby-1.8.7-p302/lib/ruby/site_ruby/1.8/
rubygems/custom_require.rb:31:in `require'
        script/server:3

-- 
You received this message because you are subscribed to the Google Groups "Hobo 
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/hobousers?hl=en.

Reply via email to