Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Group info
Language: English
Group categories: Not categorized
More group info »
Active older topics
4 new of 4 - Nov 3 2011
2 new of 2 - Oct 3 2011
1 new of 1 - Oct 3 2011
1 new of 1 - Oct 2 2011
4 new of 4 - Sep 23 2011
1 new of 1 - Sep 15 2011
2 new of 2 - Jul 19 2011
7 new of 7 - May 17 2011
1 new of 1 - May 14 2011
1 new of 1 - Apr 30 2011
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 269  Older »

You cannot post messages because only members can post, and you are not currently a member.
Description: Community and support for people using CouchRest, and Ruby with CouchDB.
 

couchdb.yml is ignored 
  (cross post of [link]) I have weird problem, on my mac it works perfect, on my friends mac (even after clean install of all gems) couch rest simply ignores configuration and fallback to defaults. GIT remote: [link]... more »
By andoriyu  - May 7 - 1 new of 1 message    

Testing with RSpec in Rails 
  Maybe this is a silly question, because I haven't been able to find anything in the documentation, issues, or Stack Overflow on what to do about "transactioning" each test case in RSpec, particularly when testing Rails CouchRest::Model::Base classes. I know CouchDB doesn't support transactions, but when you're using a... more »
By Sean Bowman  - Dec 17 2011 - 2 new of 2 messages    

CouchRest.put throws an error 
  Hi, I need to update a couchdb document, when I and run the following command in ruby irb CouchRest.put('[link], {"_id": "1","_rev": "sdf", "test": "testing"}) I get an error - RestClient::Request::Unauthori zed: 401 Unauthorized: {"error":"unauthorized","reaso n":"You are not a server admin."}... more »
By Divya Varma  - Dec 17 2011 - 2 new of 2 messages    

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 would I need to put in each of the models in order to have each user have their own database? Thanks, David
By davidkpham  - Dec 22 2011 - 1 new of 1 message    

has_one and belongs_to-like associations 
  Hello, How does one replicate the has_one and belongs_to-like associations with CouchRest and CouchRest Model? I would like to be able to do things like: user.build_subscription(:subsc ription_attribute => 'Example') and subscription.user.method Supposing that User has_one Subscription and Subscription belongs_to... more »
By davidkpham  - Dec 22 2011 - 1 new of 1 message    

respond_to on view not working 
  I am using Couchrest_model v1.1.2 I have a Model with view. Lets say there is a model User with view defined as - view :by_email Now when I call User.respond_to? by_email, or anything like ( :by_email or 'by_email'), I get a false. However on calling User.by_email, I do get proper response.... more »
By Sam Wilder  - Oct 31 2011 - 4 new of 4 messages    

Updating values under mass_assign_any_attribute 
  Hello, I have set mass_assign_any_attribute = true I am able to add fields to document which are not defined as properties using update_attributes. However when i try to update these fields using update_attributes, they are not getting updated. Say for e.g. I have class Person < CouchRest::Model::Base... more »
By Sam Wilder  - Oct 5 2011 - 2 new of 2 messages    

1 - 10 of 269   « Newer | Older »

XML       Send email to this group: couchrest@googlegroups.com