Category: Ruby

It’s Time to Play! Try Couchbase Capella on our Playground
Who said work can’t be fun? At Couchbase, we want every part of working with our database platform to be as easy as possible, including learning and getting started. With that in mind, we designed the Couchbase Playground to be...

Announcing General Availability Of Couchbase Ruby SDK 3.0 !
” We are delighted to announce the General Availability of Couchbase Ruby SDK 3.0 ! “ Useful Links Read Couchbase Ruby SDK 3.0 documentation Read Couchbase Server 6.5.0 documentation Share your thoughts on the Couchbase Forums See all the...

Announcing Couchbase Ruby SDK 3.0 (Beta)
“ No, your eyes do not deceive you, you read correctly. The Couchbase Ruby SDK is back by popular demand and we are thrilled to make this announcement ! ” Useful Links Read Couchbase Ruby SDK 3.0 documentation Read...

Handling Runtime Errors in Ruby, Python and C Clients
Every app will eventually have to deal with an exception – runtime errors occur unexpectedly and your app must know how to deal with them and recover. It’s always good when error handling is transparent to the end-user but at...

Introducing Ruby SDK 2.0 Developer Preview with JRuby Support
Hi everyone, after long preparations, I pleased to announce preview on next generation API for ruby client. In general it just aligns ruby client with all other SDKs, where new document-oriented API had been released about a month ago. At...

Hello World with Couchbase and Ruby
For those of you who might have seen my other blog, my goal is to convey the fact that using Couchbase with any of the language client libraries is very straightforward. The client libraries handle the complexity of the connection...

Multiple Bucket Connections in Couchbase and Ruby
c = Couchbase.new(“http://localhost:8091/pools/default/buckets/my-bucket”) I believe it’s safe to say we are mostly all familiar with the above Ruby code. It establishes a connection from the Ruby SDK to a bucket of our choosing inside our Couchbase cluster. There are, of...

Ruby on Rails and Couchbase-Model for a Social Application!
Also using HAML, SASS, Bootstrap, And Twitter OmniAuth… Before we start – Here’s the GitHub code for this App… We recently had our 3rd Couchbase San Francisco conference which, by the way, was a great success and a fantastic day...