allright - I understand - but should Product.all return nil (there are no products - but nil to me is like 'false' ?
[1] pry(#<ShopsController>)> ShopifyAPI::Base.site = "https://6f41f25185766a24a3854033cbdae840:870b5ea84dc6739310f9ce023ff12ea6@alco-18.myshopify.com/admin"
=> "https://6f41f25185766a24a3854033cbdae840:870b5ea84dc6739310f9ce023ff12ea6@alco-18.myshopify.com/admin"
[2] pry(#<ShopsController>)> ShopifyAPI::Product.all
=> nil
and shouldn't I at least be able to do
[7] pry(#<ShopsController>)> ShopifyAPI::Product.create( { "product" => { "title" => 'jack' } } )
ActiveResource::ResourceNotFound: Failed. Response code = 404. Response message = Not Found.
from /Users/walther/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/activeresource-4.0.0/lib/active_resource/connection.rb:144:in `handle_response'
I'm so sorry to be such a dumb f... :(