Advertisement
Guest User

Untitled

a guest
Sep 26th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. TypeError (no implicit conversion of String into Integer)
  2.  
  3. CarrierWave.configure do |config|
  4. config.fog_provider = 'fog/aws'
  5. config.fog_credentials = {
  6. provider: 'AWS',
  7. aws_access_key_id: 'MYKEY',
  8. aws_secret_access_key: 'MYKEY',
  9. region: 'eu-west-1'
  10. }
  11. config.permissions = '0666'
  12. config.fog_directory = 'sushiartist'
  13. end
  14.  
  15. Processing by ShopsController#update as HTML
  16. 2016-09-26T17:15:59.794750+00:00 app[web.1]: Completed 500 Internal Server Error in 11ms
  17. 2016-09-26T17:15:59.783946+00:00 app[web.1]: Parameters: {"utf8"=>"✓", "authenticity_token"=>"VPi4Svgup6sRCNXa1nwZPIIPVb0TY7re9pqQVewl15k=", "shop"=>{"name"=>"Pozas", "city"=>"Bilbao", "phone"=>"94 652 13 99", "direction"=>"Licenciado Poza, 50", "cover"=>#<ActionDispatch::Http::UploadedFile:0x007fd15cb0ba00 @tempfile=#<Tempfile:/tmp/RackMultipart20160926-3-1efzhcb>, @original_filename="york (1).png", @content_type="image/png", @headers="Content-Disposition: form-data; name="shop[cover]"; filename="york (1).png"rnContent-Type: image/pngrn">, "latitude"=>"43.2625685", "longitude"=>"-2.9425845000000663", "email"=>"", "proximamente"=>"0", "nuevo"=>"0"}, "commit"=>"Editar", "id"=>"5"}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement