Adam Markowski
Adam Markowski
Hi guys, I'm dealing with the same issue, nevertheless I can't find any tips about configuration sessions at the couchbase. Where I have to put the config file and what...
Actually this is my entire User model, nothing more at the beginning of setting up the project and playing around. Could it be caused by the environment config? I'm starting...
This also occur when changed ruby to 2.0.0 and rails to 4.0.0
It seems that cql-rb works fine: ''' 2.1.5 :001 > client = Cql::Client.connect(hosts: ['localhost']) 2.1.5 :002 > client.use('activiter_development') => nil 2.1.5 :014 > client.execute("INSERT INTO users (id, bio, user_name) VALUES...