Displaying 3 results from an estimated 3 matches for "amazon_s3".
Did you mean:
amazon's
2007 Apr 18
3
nil.symbolize_keys -- error with attachment_fu
I''ve spent at least 2 hours on this one problem. On my local machine
in my controller I have this:
def new
@page_title = "New User"
@user = User.new
@photo = Photo.new
end
All is good.
Now, on the remote server I get an error when accessing the ''new''
view. If I remove @photo = Photo.new from the controller then the
error goes away. This same error
2008 Feb 06
1
RSpec 1.1.3 + ZenTest 3.9.1 + Rails 1.2.6 do NOT ignore folders ^vendor/*
...Dunno! vendor/rails/activerecord/lib/active_record/associations/has_many_through_association.rb
Dunno! vendor/rails/actionpack/lib/action_view.rb
Dunno! vendor/plugins/active_scaffold/test/extensions/array.rb
Dunno! vendor/plugins/active_scaffold/lib/extensions/nil_id_in_url_params.rb
Dunno! config/amazon_s3.yml
Dunno! vendor/rails/actionpack/lib/action_controller/base.rb
Dunno! vendor/plugins/acts_as_solr/lib/solr/response/base.rb
Dunno! vendor/plugins/rake_tasks/init.rb
Dunno! public/images/linqia/icon_groupmember.gif
Dunno! vendor/plugins/acts_as_solr/test/db/test.db
Dunno! vendor/rails/actionpack/l...
2013 Jun 28
1
[HELP PLEASE!] attachment_fu and aws-s3
...,
:storage => :s3,
:max_size => 1.megabyte,
:thumbnails => {
:thumb => ''145x145>'',
:normal => ''480x360>''
}
validates_as_attachment
amazon_s3.yml
development:
bucket_name: ''mybucket''
access_key_id: ''my_access_key''
secret_access_key: ''my_secret_key''
test:
bucket_name:
access_key_id:
secret_access_key:
production:
bucket_name:
access_key_id:
secret_access_key:
Im...