search for: s3_backend

Displaying 4 results from an estimated 4 matches for "s3_backend".

Did you mean: _backend
2008 Feb 02
1
attachment_fu stopped uploading files to S3
Hey everyone, I''ve been using attachment_fu to upload large media files to S3 with great success in my rails application. However, it has recently stopped uploading. My app appears to be uploading to somewhere, as my browser is displaying a ''sending request to..." status message for about the right length of time. The records are also created in my application database.
2007 Apr 18
3
nil.symbolize_keys -- error with attachment_fu
...is the exact same code on my local machine. Here is the error: NoMethodError in UsersController#new You have a nil object when you didn''t expect it! The error occurred while evaluating nil.symbolize_keys #{RAILS_ROOT}/vendor/plugins/attachment_fu/lib/technoweenie/ attachment_fu/backends/s3_backend.rb:136:in `included'' #{RAILS_ROOT}/vendor/plugins/attachment_fu/lib/technoweenie/ attachment_fu.rb:79:in `include'' #{RAILS_ROOT}/vendor/plugins/attachment_fu/lib/technoweenie/ attachment_fu.rb:79:in `has_attachment'' #{RAILS_ROOT}/app/models/photo.rb:9 #{RAILS_ROOT}/app/co...
2007 Jun 06
10
Attachment_fu S3 uploads killing mongrel
I was wondering if anyone here has seen a similar error to this... >From mongrel.log /usr/lib/ruby/gems/1.8/gems/activerecord-1.15.3/lib/active_record/ transactions.rb:85:in `transaction'': Transaction aborted (ActiveRecord::Transactions::TransactionError) from /usr/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/ configurator.rb:293:in `call'' from
2014 Jun 11
0
my webpage does not send emails confimation/notification
...y locale fall back to # the I18n.default_locale when a translation can not be found) config.i18n.fallbacks = true # Send deprecation notices to registered listeners config.active_support.deprecation = :notify config.assets.precompile += %w( refinery/refinery.css ) Refinery::Core.config.s3_backend = true # Log the query plan for queries taking more than this (works # with SQLite, MySQL, and PostgreSQL) # config.active_record.auto_explain_threshold_in_seconds = 0.5 end thank for reading. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails:...