New Force.com and Database.com Ruby gem now available

We are excited to announce the availability of the new Force.com and Database.com Ruby gem, with full source available in Github.

This gem is a great example of how an open source project started way back in 2005, has evolved over time thanks to the active Ruby and Force.com community. The gem, written to leverage the Force.com and Database.com REST APIs, has been designed to be independent of web frameworks (Rails, Sinatra etc.) to allow developer freedom when designing Ruby-based apps. What’s more, with full support for the Chatter REST API (Note: The Chatter REST API is still in developer preview, and subject to change), building Chatter-based social apps in Ruby has never been easier.

If you are attending Dreamforce this year, I highly encourage you to attend the Building and Deploying Great Applications with Salesforce, Ruby, and Heroku in the DevZone lightening theater at 5:00pm on Tuesday. This session, presented by the authors of the gem, Danny Burkes and Richard Zhao of Pivotal Labs,  will give you everything you need to get started building apps that connect  to Force.com and Database.com.

For a great quick start guide, check out the gem docs, or the sample apps available for Rails and Sinatra. Perhaps you could even use it for the Dreamforce developer hackathon?

Happy coding!

tagged , , , , , Bookmark the permalink. Trackbacks are closed, but you can post a comment.
  • http://notso.silent-e.com/2011/08/30/the-databasedotcom-rubygem-404-error-and-a-solution/ The databasedotcom rubygem 404 error and a solution « not so silent (e)

    [...] the databasedotcom gem was announced. This is a giant leap forward for those of us using the old ActiveSalesforce (ASF) gem. Much [...]

  • http://www.highfive.com High Five

    I’m at the DevZone lightening theater now … 5pm Tuesday, but it looks like they are talking HTML CSS….?

  • Anonymous

    Quinton,

    The REST API is great, however I don’t see any way to convert leads from within it. How would you recommend one converts leads using the REST API?

    Thanks

    Kevin

  • Anonymous

    I’m a newbie, setting up a simple Rails app that uses databasedotcom gem… and I’m getting this error: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed.

    Working on localhost on a Windows machine…
    Any advice?

    Here is the code (posted with fake/incomplete parameters values)

    class AlbumsController “Yuctr0aGLN”, :client_secret => “902343333333333299″
    @client.host = ‘test.database.com’
    @client.authenticate :username => “admin@xxxxxxx.workbook”, :password =>”x22222222U6AmPQ9SmvnA”
    end

    end