Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request to patch connection_adapters/salesforce_adapter.rb #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

btsai
Copy link

@btsai btsai commented May 14, 2013

I can't find any info on this, but these errors below started when we switched to bundle:

 NoMethodError: undefined method `casecmp' for false:FalseClass
   from /Library/Ruby/Gems/1.8/gems/asf-soap-adapter-1.3.1/lib/active_record/connection_adapters/activesalesforce_adapter.rb:419:in `add_rows'

 NoMethodError: undefined method `casecmp' for true:TrueClass
   from /Library/Ruby/Gems/1.8/gems/asf-soap-adapter-1.3.1/lib/active_record/connection_adapters/activesalesforce_adapter.rb:390:in `select_all'

I couldn't find anything online related to this error so the only way around this was to patch this error.

I can't find any info on this, but these errors below started when we switched to bundle:

     NoMethodError: undefined method `casecmp' for false:FalseClass
       from /Library/Ruby/Gems/1.8/gems/asf-soap-adapter-1.3.1/lib/active_record/connection_adapters/activesalesforce_adapter.rb:419:in `add_rows'

     NoMethodError: undefined method `casecmp' for true:TrueClass
       from /Library/Ruby/Gems/1.8/gems/asf-soap-adapter-1.3.1/lib/active_record/connection_adapters/activesalesforce_adapter.rb:390:in `select_all'

I couldn't find anything online related to this error so the only way around this was to patch this error.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant