erica icon indicating copy to clipboard operation
erica copied to clipboard

tool to manage couchapps

Results 36 erica issues
Sort by recently updated
recently updated
newest added

I tried to compile erica with erlang 20. There are many error because of changed functions like "crypto:md5_init" or "crypto:md5_final". After replacing all obsolete functions with the new ones I...

OS details: OS X El Capitain version 10.11.6 _erica>$ make ==> erica (get-deps) Pulling mochiweb from {git,"https://github.com/mochi/mochiweb.git","v2.7.0 "} Cloning into 'mochiweb'... Pulling couchbeam from {git,"https://github.com/benoitc/couchbeam.git", {tag,"1.1.8"}} Cloning into 'couchbeam'... ==>...

Hello Benoit, the attempt to ```make``` erica from a fresh cloned erica copy fails with: ``` src/couchbeam_util.erl:126: syntax error before: '/' src/couchbeam_util.erl:130: syntax error before: '/' Makefile:17: recipe for target...

``` erlang erica_util:normalize_path("/tmp/1/2/3/../../../../../.."). ``` results in `"/../.."` where I would expect `"/"` when traversing up to or beyond the root folder.

the modifications made here are incomplete and platform specific. - encountered the same error as described in http://erlang.org/pipermail/erlang-questions/2011-June/059155.html - solution: http://www.francolombardo.net/escript-under-windows_post-107.html - i modified the makefile accordingly: https://github.com/jeremytammik/erica/commit/f58643a715983feab9a14466836050abbbf8e28c - encountered...

``` $ erica clone http://localhost:5984/paste/_design/paste ==> paste (clone) ERROR: clone failed while processing /home/damjan/my-work/paste: {'EXIT', {function_clause, [{dict,'-from_list/1-fun-0-', [insecure, {dict,0,16,16,8,80,48, {[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[]}, {{[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[]}}}], [{file,"dict.erl"},{line,111}]}, {lists,foldl,3,[{file,"lists.erl"},{line,1262}]}, {couchbeam_util,propmerge,3, [{file,"src/couchbeam_util.erl"},{line,109}]}, {couchbeam,open_db,3,[{file,"src/couchbeam.erl"},{line,358}]}, {erica_util,parse_couchapp_url,2, [{file,"src/erica_util.erl"},{line,124}]}, {erica_clone,clone1,3,[{file,"src/erica_clone.erl"},{line,30}]}, {erica_core,run_modules,4,[{file,"src/erica_core.erl"},{line,98}]},...

Is it possible to push the special '_security' document to a database with erica? I wasn't really successful trying ;) Thanks!

As was said on the tin, plain installers that new people can run with no previous dependancies

- any .json files found in docs/ would be pushed to the couch as separate normal docs - this should probably also be able to support attachments also - use...