You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like Ruby 1.8 requires that a splat in an argument list is only used on the last argument in the list; thus, the code in that module is causing an error on 1.8.
I should also mention that I started this project to help with some code I was writing for an employer, and I am no longer working with that employer and don't have access to a Salesforce account, so I'm not sure how much hope there is of this gem being completed.
Hi
I just started added your gem to the Gemfile
gem "rforce-wrapper", :git => "git://github.com/BinaryMuse/rforce-wrapper.git"
starting rails (2.3.8) console/server throws the following error
/Users/dayas/.rvm/gems/ruby-1.8.7-p302@naked/gems/activesupport-2.3.8/lib/active_support/dependencies.rb:156:in `require': /Users/dayas/.rvm/gems/ruby-1.8.7-p302@naked/bundler/gems/rforce-wrapper-eaa7e28351b7/lib/rforce-wrapper/methods/describe.rb:8: syntax error, unexpected tIDENTIFIER, expecting tAMPER or '&' (SyntaxError)
...ctTypePairs, topCategoriesOnly)
Not sure whats causing this, could you please take a look ?
thanks,
-daya
The text was updated successfully, but these errors were encountered: