README.rdoc in attached-0.2.4 vs README.rdoc in attached-0.2.5

- old
+ new

@@ -1,8 +1,8 @@ = Attached -Attached is a Ruby on Rails file attachment tool that lets users upload to the cloud, then process in the cloud. The gem supports AWS, Google and Rackspace for storage networks by default. It is influenced (and copied) from Paperclip. +Attached is a Ruby on Rails file attachment tool that lets users upload to the cloud. The gem supports AWS, Google and Rackspace for storage networks by default. It is influenced (and copied) from Paperclip and uses the incredibly awesome Fog library in the back. == Requirements The gem has only been tested with Ruby 1.9.2 and Rails 3.0.3 but may well work with other versions of Ruby and Rails. @@ -68,14 +68,14 @@ # app/models/person.rb has_attached :avatar, :medium => :aws, :credentials => "#{Rails.root}/config/aws.yml" # app/models/person.rb - has_attached :avatar, :medium => :google, "#{Rails.root}/config/google.yml" + has_attached :avatar, :medium => :google, :credentials => "#{Rails.root}/config/google.yml" # app/models/person.rb - has_attached :avatar, :medium => :rackspace, "#{Rails.root}/config/rackspace.yml" + has_attached :avatar, :medium => :rackspace, :credentials => "#{Rails.root}/config/rackspace.yml" # config/initializers/attached.rb Attached::Attachment.options[:medium] = :aws Attached::Attachment.options[:credentials] = "#{Rails.root}/config/aws.yml" @@ -97,10 +97,10 @@ } === Aliases # app/initializer/attached.rb - Attached::Attachment.options[:alias] = http://c0378198.cdn2.cloudfiles.rackspacecloud.com + Attached::Attachment.options[:alias] = http://c0378198.cdn2.cloudfiles.rackspacecloud.com/ # app/initializer/attached.rb Attached::Attachment.options[:aliases] = %w( http://d1kf5um3mxa8kv.cloudfront.net/ http://d3d5wf186mp1rv.cloudfront.net/