ROR error with Salesforce: The requested resource does not exist
问题 I am using the Ruby Gem "databascdotcom" to integrate Salesforce in a Rails app and all works fine. But getting following error on first call to salesforce: **The requested resource does not exist** If I refresh (Ctrl + F5) the page again, it works fine without any error. Here is my code: def SalesForceFeed @oppID = params[:oppid] client = Databasedotcom::Client.new client.client_id #=> foo client.client_secret #=> bar client.authenticate :username => "foo@bar.com", :password =>