Skip to content

Instantly share code, notes, and snippets.

@liwh
Created September 7, 2010 09:50
Show Gist options
  • Save liwh/568098 to your computer and use it in GitHub Desktop.
Save liwh/568098 to your computer and use it in GitHub Desktop.
>> ActionWebService
=> ActionWebService
>> ActionWebService::Dispatcher
=> ActionWebService::Dispatcher
>> ActionWebService::Dispatcher::ActionController
=> ActionWebService::Dispatcher::ActionController
>> ActionWebService::Dispatcher::ActionController::Base
NameError: uninitialized constant ActionWebService::Dispatcher::ActionController::Base
from /usr/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/dependencies.rb:443:in `load_missing_constant'
from /usr/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/dependencies.rb:80:in `rake_original_const_missing'
from /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2503:in `const_missing'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment