Skip to content

Instantly share code, notes, and snippets.

@jpemberthy
Created May 15, 2009 20:34
Show Gist options
  • Save jpemberthy/112432 to your computer and use it in GitHub Desktop.
Save jpemberthy/112432 to your computer and use it in GitHub Desktop.
sc
Loading development environment (Rails 2.2.2)
>> scope = 'http://gdata.youtube.com'
=> "http://gdata.youtube.com"
>> next_url = 'http://example.com/change/to/your/app'
=> "http://example.com/change/to/your/app"
>> secure = false
=> false
>> session = true
=> true
>> authsub_link = GData::Auth::AuthSub.get_url(next_url, scope, secure, session)
NameError: uninitialized constant GData
from /Users/jpemberthy/.gem/ruby/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:445:in `load_missing_constant'
from /Users/jpemberthy/.gem/ruby/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:77:in `const_missing'
from /Users/jpemberthy/.gem/ruby/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:89:in `const_missing'
from (irb):5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment