Archive for the ‘couchdb’ Category

September 14th

CouchDB on Rails (part 7 of ?)

Filed under couchdb | No Comments

An introduction to CouchDB
Installing CouchDB
Experimenting with CouchDB’s web interface
Integrating with Rails using ActiveCouch
Integrating with Rails using RelaxDB
Getting to scaffolding using RelaxDB
Installing CouchDB from Subversion source code

Yesterday i started using the couchrest plugin, only to run into problems with the spec tests because it is built for latest latest CouchDB. So i had to install from [...]

Read more of CouchDB on Rails (part 7 of ?)…

September 12th

CouchDB on Rails (part 6 of ?)

Filed under couchdb, ruby on rails | 6 Comments

An introduction to CouchDB
Installing CouchDB
Experimenting with CouchDB’s web interface
Integrating with Rails using ActiveCouch
Integrating with Rails using RelaxDB
Getting to scaffolding using RelaxDB
Installing CouchDB from Subversion source code

Okay, after my brief disappointment earlier, i’ve found a way that seems to work, at least for the time being. I have taken the RelaxDB lines out of environment.rb and [...]

Read more of CouchDB on Rails (part 6 of ?)…

September 11th

CouchDB on Rails (part 5 of ?)

Filed under couchdb, ruby on rails | 8 Comments

An introduction to CouchDB
Installing CouchDB
Experimenting with CouchDB’s web interface
Integrating with Rails using ActiveCouch
Integrating with Rails using RelaxDB
Getting to scaffolding using RelaxDB
Installing CouchDB from Subversion source code

So today i’m going to try using the RelaxDB plugin. I am fortunate in that there is a tutorial already written, which might make it easier. However, the tutorial is [...]

Read more of CouchDB on Rails (part 5 of ?)…

September 9th

CouchDB on Rails (part 4 of ?)

Filed under couchdb | 14 Comments

An introduction to CouchDB
Installing CouchDB
Experimenting with CouchDB’s web interface
Integrating with Rails using ActiveCouch
Integrating with Rails using RelaxDB
Getting to scaffolding using RelaxDB
Installing CouchDB from Subversion source code

A grand moment has come. It is time to attempt to get Rails talking to my CouchDB database.
I have come across four plugins that i intend to try out. ActiveCouch, [...]

Read more of CouchDB on Rails (part 4 of ?)…

September 8th

CouchDB on Rails (part 3 of ?)

Filed under couchdb, ruby on rails | 3 Comments

An introduction to CouchDB
Installing CouchDB
Experimenting with CouchDB’s web interface
Integrating with Rails using ActiveCouch
Integrating with Rails using RelaxDB
Getting to scaffolding using RelaxDB
Installing CouchDB from Subversion source code

Time for a little play with the CouchDB. Let’s see what this thing can do!

Read more of CouchDB on Rails (part 3 of ?)…

September 7th

CouchDB on Rails (part 2 of ?)

Filed under couchdb | 10 Comments

An introduction to CouchDB
Installing CouchDB
Experimenting with CouchDB’s web interface
Integrating with Rails using ActiveCouch
Integrating with Rails using RelaxDB
Getting to scaffolding using RelaxDB
Installing CouchDB from Subversion source code

It occurs to me that before i can get Rails working with CouchDB it would be a good idea to actually install CouchDB! I’m going to try the download rather [...]

Read more of CouchDB on Rails (part 2 of ?)…

September 7th

Productive weekend

Filed under couchdb, ruby on rails | No Comments

I’ve had a really nice weekend: interesting and exciting, both of which are relative terms, i know!
Yesterday i made my own version of the Rails scaffold generator, featuring Low Pro to do as much as possible via AJAX. The JavaScript is completely unobtrusive, all done by Low Pro behaviours. It degrades gracefully for browsers without [...]

Read more of Productive weekend…

September 7th

CouchDB on Rails (part 1 of ?)

Filed under couchdb, ruby on rails | 12 Comments

An introduction to CouchDB
Installing CouchDB
Experimenting with CouchDB’s web interface
Integrating with Rails using ActiveCouch
Integrating with Rails using RelaxDB
Getting to scaffolding using RelaxDB
Installing CouchDB from Subversion source code

This afternoon i decided that what the Internet really needs right now is some information about how to connect Ruby on Rails to a CouchDB database. So i’m going to [...]

Read more of CouchDB on Rails (part 1 of ?)…