Results for: ruby

Announcing General Availability Of Couchbase Ruby SDK 3.0 !

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...

September 8, 2020
Announcing Couchbase Ruby SDK 3.0 (Beta)

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...

August 11, 2020
Ruby and SQL for Documents (formerly N1QL): A First Taste

Ruby and SQL for Documents (formerly N1QL): A First Taste

N1QL features are coming to more and more SDKs– now including Ruby. I'd like to give a quick intro of how structured queries in ruby work. At the moment library does not provide an ODM or some other high-level abstraction atop of...

Handling Runtime Errors in Ruby, Python and C Clients

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

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

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

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...

December 16, 2014
Ruby on Rails and Couchbase-Model for a Social Application!

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...

December 16, 2014
Using Couchbase Lite from RubyMotion

Using Couchbase Lite from RubyMotion

Couchbase Lite has been released for sometime now, so I thought it was time to give an update on using CouchbaseLite from RubyMotion. When I ported ToDoLite-iOS to RubyMotion originally there where some bumps in the road, but it worked...

December 16, 2014
Using Couchbase Ruby Gem with EventMachine

Using Couchbase Ruby Gem with EventMachine

As you may have noticed the new couchbase ruby gem has been released recently. The release 1.2.2 is mostly a maintenance release with several bug fixes, but yet you can try one new experimental feature: integration with EventMachine library. This...

Couchbase Capella iQ is Now Generally Available

Couchbase Capella iQ is Now Generally Available

We’re excited to announce the general availability of Capella iQ, our AI coding assistant for developers. iQ allows developers to interact with the Couchbase database platform using natural language conversation, making database interactions more intuitive, efficient, and accessible. Developers can...

A Guide to Backend Databases

A Guide to Backend Databases

The backend is the part of an application responsible for storing and processing data. It’s the opposite of the front end, the part of the application that users interact with. The backend typically comprises servers, application programming interfaces (APIs), and...

September 7, 2023