couchbase-ruby-model icon indicating copy to clipboard operation
couchbase-ruby-model copied to clipboard

The Active Model implementation for Couchbase Server built on couchbase-ruby-client

Results 15 couchbase-ruby-model issues
Sort by recently updated
recently updated
newest added

Is this still maintained or is there any other plan laid out? What is the approach one should follow when it comes to Couchbase and Rails integration?

Hi There, Is it possible to read attachments from a document using couchbase-model? Best

I'd like to add a conditional validation that allows me to create a record without a required field, but become required for subsequent savings, for example: ``` ruby class User...

Trying to run `rails generate model post`, throws error `error couchbase [not found]` config/couchbase.yml: ``` common: &common hostname: 192.168.166.101 port: 8091 username: password: pool: default development:

Couchbase-model shouldn't assume all models will inherit from Couchbase::Model - it essentially breaks the active record model generation flow when the couchbase-model gem is present in the gemfile. Example: My...

There's a lot of use-cases where ActiveModel gets used without including the full rails stack. Since nothing in activemodel validations depends on rails, we can just test if activemodel is...

Corrected a minor typo present in the railtie.rb file

Couchrest model is easily implemented because it generates any missing views at runtime. It would be really great if this could do the same.

I'm trying to do a Sinatra API around Couchbase. I was able to connect with a a config file in config/couchbase.yml and a single ruby file no problem. Now that...