couchapp icon indicating copy to clipboard operation
couchapp copied to clipboard

The official repo is now at http://github.com/couchapp/couchapp

Results 11 couchapp issues
Sort by recently updated
recently updated
newest added

In OSX you must do the following to actually install... `sudo env ARCHFLAGS="-arch i386 -arch x86_64 -Wno-error=unused-command-line-argument-hard-error-in-future" pip install couchapp` That stupid `-Wno-error=unused-command-line-argument-hard-error-in-future` was a big problem to find. Hah.

would be nice to add handling *.coffee scripts instead of .js, and then pass out to coffeescript compiler before uploading to database. Who is interested to handle coffeescript ? :)...

Hi I followed the instructions in the wiki to generate a test application. The procedure completed successfully; but when I point my browser to the server: http://tulligweb:5984/mytestapp/_design/test/index.html I get this...

hi, i got an Error while pushing a fresh couchapp with a ExtJs lib as attachment to my couch. couchapp: Couchapp (version 0.7.1) couchdb: Apache CouchDB 1.0.1 ubuntu: ubuntu: 10.10,...

i had a problem with pushing my app, cause i have such files in app root: couchapp.json and couchapp.json~ just put for name in os.listdir(current_dir): name = name.rstrip("~") ... at...

PROBLEM: C:\stux> couchapp generate test Traceback (most recent call last): File "C:\dev\RAD\Tools\Python25\Scripts\couchapp-script.py", line 8, in load_entry_point('couchapp==0.3.1', 'console_scripts', 'couchapp')() File "c:\dev\rad\tools\python25\lib\site-packages\couchapp-0.3.1-py2.5.egg\couchapp\bin\couchapp_cli.py", line 125, in main cli = CouchappCli(options.verbose) File "c:\dev\rad\tools\python25\lib\site-packages\couchapp-0.3.1-py2.5.egg\couchapp\bin\couchapp_cli.py", line...

Hi. I have two .js files in /lists/ and two .html files in /templates/ Both list functions are like this: function(head, req) { // !json templates } When pushed to...

It is admittedly not part of the JSON spec, but I would suggest that .json files be permitted to contain comments in the javascript style.

If a document ending in .json is loaded using !json, it should be validated as being valid JSON markup. I had a large object that had one instance of ;...

The help states: couchapp generate [appdir] However in reality the arguments are reversed as such that one have to write couchapp generate [appdir]