I am trying to use the new S3 library (thanks Marcel!) but I am
getting an Uninitialized Constant message:
>> Service.buckets
NameError: uninitialized constant Service
from /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.3.1/
lib/active_support/dependencies.rb:100:in
`const_missing_not_from_s3_library'
from /opt/local/lib/ruby/gems/1.8/gems/aws-s3-0.1.1/lib/aws/
s3/extensions.rb:119:in `const_missing'
from /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.3.1/
lib/active_support/dependencies.rb:131:in `const_missing'
from (irb):2
I am calling the following in my environment.rb file:
I am trying to use the new S3 library (thanks Marcel!) but I am
getting an Uninitialized Constant message:
>> Service.buckets
NameError: uninitialized constant Service
from /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.3.1/
lib/active_support/dependencies.rb:100:in
`const_missing_not_from_s3_library'
from /opt/local/lib/ruby/gems/1.8/gems/aws-s3-0.1.1/lib/aws/
s3/extensions.rb:119:in `const_missing'
from /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.3.1/
lib/active_support/dependencies.rb:131:in `const_missing'
from (irb):2
I am calling the following in my environment.rb file: