ruby on rails - Dragonfly question -


i tried switching gem rails 3.0.0.rc rails 3.0.0 in gemfile , when doing got problem dragonfly when starting server. error message says:

/library/ruby/gems/1.8/gems/aws-s3-0.6.2/lib/aws/s3/extensions.rb:206:in `const_missing': uninitialized constant dragonfly::config::herokurailsimages (nameerror) 

from /users/erikostling/spatziba/config/initializers/dragonfly.rb:4

switching rc doesn't help. have idea on wrong?

my dragonfly.rb looks this:

require "dragonfly" app = dragonfly::app[:images] app.configure_with(dragonfly::config::herokurailsimages, "static.my-app-domain.com") app.parameters.default_format = :jpg dragonfly.active_record_macro(:image, app) 

any appreciated!

e

make sure follow rails 3 installation instructions.


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -