socrata / soda-ruby

A RubyGem for the Socrata Open Data API

Home Page:http://socrata.github.io/soda-ruby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gem not installing

styliii opened this issue · comments

added 'soda-ruby' to my gem file, but my app isn't picking up the module for some reason. Trying to simply run this command in console
@client = SODA::Client.new({:domain => "sandbox.demo.socrata.com", :app_token => "K6rLY8NBK0Hgm8QQybFmwIUQw" })

but it keeps saying uninitialized constant SODA.

Sorry for the crazy long delay, but we fixed this ages ago. I'm going to close this issue.

Hey I could use that answer. :)

Care to post?

Thanks,

What are you requiring?

require 'soda/client' should do the trick.

On Tue, May 20, 2014 at 6:14 AM, Tom Bullers notifications@github.com
wrote:

Hey I could use that answer. :)
Care to post?

Thanks,

Reply to this email directly or view it on GitHub:
#1 (comment)

Thanks - I'll try that.

-tom

On Tue, May 20, 2014 at 12:24 PM, Chris Metcalf notifications@github.comwrote:

What are you requiring?

require 'soda/client' should do the trick.

On Tue, May 20, 2014 at 6:14 AM, Tom Bullers notifications@github.com
wrote:

Hey I could use that answer. :)
Care to post?

Thanks,

Reply to this email directly or view it on GitHub:
#1 (comment)


Reply to this email directly or view it on GitHubhttps://github.com//issues/1#issuecomment-43648775
.

Tom D. Bullers