Skip to content

Instantly share code, notes, and snippets.

@will-s-owen
will-s-owen / gist:1008379
Created June 4, 2011 21:27
s3 error in spre 0.11
Showing c:/ruby/lib/ruby/gems/1.8/gems/spree-0.11.0/vendor/extensions/theme_default/app/views/shared/_products.html.erb where line #16 raised:
You did not provide both required access keys. Please provide the access_key_id and the secret_access_key.
Extracted source (around line #16):
13: <% products.each do |product| %>
14: <% if Spree::Config[:show_zero_stock_products] || product.has_stock? %>
15: <li id="product_<%= product.id %>">
16: <%= link_to small_image(product), product %>
@will-s-owen
will-s-owen / ENV
Created June 4, 2011 16:51
`require': no such file to load -- rubygems (LoadError)
HOMEDRIVE=C:
HOMEPATH=\Users\God
Path=C:\Program Files\ImageMagick-6.6.9-Q16;C:\Program Files (x86)\IBM\WebSphere
MQ\Java\lib;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program
Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files\Intel\DMIX;C:\
Program Files (x86)\Common Files\Roxio Shared\DLLShared\;C:\Program Files (x86)\
Common Files\Roxio Shared\10.0\DLLShared\;C:\Program Files (x86)\Common Files\Ul
ead Systems\MPEG;C:\Program Files (x86)\QuickTime\QTSystem\;C:\Program Files (x8
6)\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Ser
ver\100\DTS\Binn\;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\M
@will-s-owen
will-s-owen / Gemfile
Created May 31, 2011 22:28
Bundle Install failure of repos
source 'http://rubygems.org'
gemspec
gem 'sqlite3'
group :development do
gem 'jeweler'
end