Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
CouchRest
Conversations
About
CouchRest
Contact owners and managers
1â30 of 278
Mark all as read
Report group
0 selected
Samuel Lown
,Â
Ryan Graham
3
7/17/15
I've moved on from both Ruby and CouchDB since subscribing to this list, but just wanted to say
unread,
I've moved on from both Ruby and CouchDB since subscribing to this list, but just wanted to say
7/17/15
Mike Papper
9/17/14
Looking for an example of CouchRest doing a http POST to support the 'keys' query paramter
I would like to run a CouchDB view against a specific set of keys (more than just 1 single key and
unread,
Looking for an example of CouchRest doing a http POST to support the 'keys' query paramter
I would like to run a CouchDB view against a specific set of keys (more than just 1 single key and
9/17/14
viatropos
, â¦Â
Mike Papper
3
9/17/14
CouchRest.post(url, {:keys => keys})
I believe CouchDB supports the 'keys' query parameter as POST. the docs seem to indicate it
unread,
CouchRest.post(url, {:keys => keys})
I believe CouchDB supports the 'keys' query parameter as POST. the docs seem to indicate it
9/17/14
Filipe Rocha
,Â
Samuel Lown
3
1/21/14
Two different properties from the same property
Hi Sam, thanks. You've helped a lot! :) Since I'm asking for help how would you create a view
unread,
Two different properties from the same property
Hi Sam, thanks. You've helped a lot! :) Since I'm asking for help how would you create a view
1/21/14
davidkpham
,Â
Stephen Benner
2
11/21/13
has_one and belongs_to-like associations
Hi David, I'm not an expert but I'm working hard on developing my own library based on
unread,
has_one and belongs_to-like associations
Hi David, I'm not an expert but I'm working hard on developing my own library based on
11/21/13
Michael Barnes
,Â
Chris Anderson
2
8/20/13
Understanding Couchbase confuguration
You probably want to post this to the " Couchbase" google group. On Monday, August 19, 2013
unread,
Understanding Couchbase confuguration
You probably want to post this to the " Couchbase" google group. On Monday, August 19, 2013
8/20/13
Nilanjan Bhattacharya
,Â
Samuel Lown
2
8/14/13
How do you handle exceptions?
Hi Nilanjan, Errors are generally handled by underlying RestClient. So you end up with exceptions
unread,
How do you handle exceptions?
Hi Nilanjan, Errors are generally handled by underlying RestClient. So you end up with exceptions
8/14/13
Steve Anderson
,Â
Jonathan Stott
4
2/6/13
Bulk save doesn't add keys?
On 5 February 2013 20:25, Steve Anderson <
[email protected]
> wrote: > Thanks Jon, and
unread,
Bulk save doesn't add keys?
On 5 February 2013 20:25, Steve Anderson <
[email protected]
> wrote: > Thanks Jon, and
2/6/13
Ðавел ÐÑгенÑов
6/28/12
pardino + couchrest + kaminari
Hi all. To start with, I've found some recipes how kaminari works with each of the separately.
unread,
pardino + couchrest + kaminari
Hi all. To start with, I've found some recipes how kaminari works with each of the separately.
6/28/12
Garren Smith
6/26/12
CouchRest Instrumentation
Hi All, I'm using Couchrest Model in my current Rails 3.2 project. I added instrumentation so I
unread,
CouchRest Instrumentation
Hi All, I'm using Couchrest Model in my current Rails 3.2 project. I added instrumentation so I
6/26/12
Samuel Lown
,Â
Peter Williams
3
6/12/12
Couchrest Model 1.2.0.beta
Okay, reading the semver doc it seems reasonable to to do a major release. I'll package it next
unread,
Couchrest Model 1.2.0.beta
Okay, reading the semver doc it seems reasonable to to do a major release. I'll package it next
6/12/12
Stephen Bannasch
2
5/25/12
I broke something and now can't add properties to couchrest_model models ???
At 10:50 AM -0400 5/25/12, Stephen Bannasch wrote: >I'm just starting to use couchrest_model -
unread,
I broke something and now can't add properties to couchrest_model models ???
At 10:50 AM -0400 5/25/12, Stephen Bannasch wrote: >I'm just starting to use couchrest_model -
5/25/12
Divya Varma
,Â
Ryan Graham
2
5/22/12
CouchRest.put throws an error
In your example, you're creating a DB, which you need admin access for. It looks like you're
unread,
CouchRest.put throws an error
In your example, you're creating a DB, which you need admin access for. It looks like you're
5/22/12
andoriyu
5/7/12
couchdb.yml is ignored
(cross post of https://github.com/couchrest/couchrest_model/issues/146) I have weird problem, on my
unread,
couchdb.yml is ignored
(cross post of https://github.com/couchrest/couchrest_model/issues/146) I have weird problem, on my
5/7/12
Sean Bowman
,Â
Fernando Almeida
2
5/4/12
Testing with RSpec in Rails
I'm using this: # spec_helper.rb RSpec.configure do |config| ... config.before(:each) do
unread,
Testing with RSpec in Rails
I'm using this: # spec_helper.rb RSpec.configure do |config| ... config.before(:each) do
5/4/12
davidkpham
12/22/11
Proxying and creation of a database for each child
Hello, I have a couple of models with the parent directly and indirectly being the User model. What
unread,
Proxying and creation of a database for each child
Hello, I have a couple of models with the parent directly and indirectly being the User model. What
12/22/11
Sam Wilder
,Â
Samuel Lown
4
11/3/11
respond_to on view not working
Hi, One more question, on a point I came across - is their a specific reason on not having a
unread,
respond_to on view not working
Hi, One more question, on a point I came across - is their a specific reason on not having a
11/3/11
Nolan Darilek
, â¦Â
Samuel Lown
4
11/3/11
Reloading documents
Hi, In CouchRest Model you can call #reload and that should work fine. If your using CouchRest raw,
unread,
Reloading documents
Hi, In CouchRest Model you can call #reload and that should work fine. If your using CouchRest raw,
11/3/11
Sam Wilder
2
10/5/11
Updating values under mass_assign_any_attribute
Did some more investigation. Sounds like this was intended in the codebase. However it us a good
unread,
Updating values under mass_assign_any_attribute
Did some more investigation. Sounds like this was intended in the codebase. However it us a good
10/5/11
Sam Wilder
,Â
Samuel Lown
2
10/3/11
Implementing constraints in couchrest-model
IMHO, the current best practice is to avoid it if at all possible :-) By design you data could be
unread,
Implementing constraints in couchrest-model
IMHO, the current best practice is to avoid it if at all possible :-) By design you data could be
10/3/11
Samuel Lown
10/3/11
Re: [couchrest] Performance benchmark
Hi, CouchRest Model is more about convenience than performance. If you need raw speed, I'd go
unread,
Re: [couchrest] Performance benchmark
Hi, CouchRest Model is more about convenience than performance. If you need raw speed, I'd go
10/3/11
Kevin Patel
10/2/11
Re: Performance benchmark
Raw calls will always be faster. On Oct 1, 8:12 pm, Sam Wilder <
[email protected]
> wrote:
unread,
Re: Performance benchmark
Raw calls will always be faster. On Oct 1, 8:12 pm, Sam Wilder <
[email protected]
> wrote:
10/2/11
Sam Wilder
,Â
Samuel Lown
4
9/23/11
Couchbase Server 2.0 support
Hi, Okay, sorry, I wasn't up to date on the state of Couchbase Server 2.0, I've only used
unread,
Couchbase Server 2.0 support
Hi, Okay, sorry, I wasn't up to date on the state of Couchbase Server 2.0, I've only used
9/23/11
Chang Luo
9/15/11
how to define property in a module ? (for multiple inheritance)
Hi, In my class, I want to include multiple modules. Each module can define its own property to
unread,
how to define property in a module ? (for multiple inheritance)
Hi, In my class, I want to include multiple modules. Each module can define its own property to
9/15/11
Security Radar
,Â
Samuel Lown
2
7/19/11
Is it bad to have lots of databases on a single server?
Hi, I don't think there is any problem at all with having one database per user, indeed, I
unread,
Is it bad to have lots of databases on a single server?
Hi, I don't think there is any problem at all with having one database per user, indeed, I
7/19/11
Pablo L. de Miranda
,Â
Samuel Lown
7
5/17/11
CouchRest Model find methods
Sam, Thank you, this solved my problem. Know I feel comfortable to use the new beta. Regards, Pablo
unread,
CouchRest Model find methods
Sam, Thank you, this solved my problem. Know I feel comfortable to use the new beta. Regards, Pablo
5/17/11
ShenoudaB
5/14/11
CouchRest Tree Structure
Dears, kindly, is their any solution for Tree Data Structure in CouchDB using Couchrest. i have
unread,
CouchRest Tree Structure
Dears, kindly, is their any solution for Tree Data Structure in CouchDB using Couchrest. i have
5/14/11
Samuel Lown
4/30/11
v1.1.0.beta5 - auto database configuration!
Hi, I've just uploaded the fifth and hopefully last beta of the 1.1 series of CouchRest Model.
unread,
v1.1.0.beta5 - auto database configuration!
Hi, I've just uploaded the fifth and hopefully last beta of the 1.1 series of CouchRest Model.
4/30/11
Lucas Renan
,Â
Samuel Lown
5
4/24/11
Couchrest_model method to verify if attribute changed (dirty)
Thanx Sam =) On 21 abr, 06:52, Samuel Lown <
[email protected]
> wrote: > Hi Lucas, > >
unread,
Couchrest_model method to verify if attribute changed (dirty)
Thanx Sam =) On 21 abr, 06:52, Samuel Lown <
[email protected]
> wrote: > Hi Lucas, > >
4/24/11
Samuel Lown
4/20/11
CouchRest Model 1.1.0.beta4 tagged and released
Hi, I've just pushed a new beta release of CouchRest Model. There are some really interesting
unread,
CouchRest Model 1.1.0.beta4 tagged and released
Hi, I've just pushed a new beta release of CouchRest Model. There are some really interesting
4/20/11