-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CouchDB and SimplyStored #3
Comments
First up, SimplyStored is untested with Rails 3.x. We're using it with 2.3 for now, so your mileage with 3.x may vary. Could you be a bit more specific as to which CouchDB version you're using, what your model exactly looks like and what index method is called? Would sure help a lot figuring out the issues you may have. Plus, any output from the CouchDB log would be useful. Also, which version of CouchRest got installed? |
CouchDB 0.11 , include SimplyStored::Couch index called method Post.all couchrest versions both 1.0.0.beta2, 0.37 installed. |
What happens when you create an object on the console and then call Post.all? Does it take a long time to finish? |
Can anyone shed some light on how to configure simply_stored with Rails 3.x? I'm trying to simply do a hello world type example using this setup and struggling a bit. I've got: gem 'simply_stored' in my GemFile but not sure where to add the database configuration for CouchPotato I understand this is untested...curious if it's possible. Thanks in advance! |
Dears, i was trying SimplyStored with CouchDB today with rails master and simply_stored master
after configure and running i got the following :
firstly, when calling the index method of the model "localhost:3000/posts" .. its shows RestClient::RequestTimeout (Request Time Out).
when trying to create a model which have Date property as :type => Date or :type => :date
i got the following undefined method `start_date(1i)='
The text was updated successfully, but these errors were encountered: