We're using couch-rest-rails which lets you define a directory structure for the view functions, and edit them as plain .js files in your favourite editor, and run a rake task to push them to couch.
Useful if you're developing a rails app with couchdb as the backend, but not that helpful otherwise. On 10 June 2010 08:57, Wendall Cada <[email protected]> wrote: > On 06/09/2010 12:23 PM, Phat Loc wrote: > >> Hi All, >> >> I am new to Javascript and Couchdb. What tools do you use to create design >> docs or JavaScript? I am not a web page developer so I am looking for a >> JavaScript repl. Futon is very difficult to use for creating list in design >> docs. >> >> I recommend JavaScript Lint (http://www.javascriptlint.com). While not a > repl, it is extremely useful for finding most syntax errors. I use it in > conjunction with vim via the jsl compiler plugin for vim ( > http://www.vim.org/scripts/script.php?script_id=2630) There are compiler > plugins for most editors, you'll have to find one for your specific flavor. > > Wendall > > Thanks >> >> Phat >> >> Sent from my iPhone >> > >
