amco / dolly

Not an ORM for CouchDB in rails.
8 stars 3 forks source link

Couch views should support CommonJS modules #104

Open norcal82 opened 8 years ago

norcal82 commented 8 years ago

Users should be able to add filename.lib.coffee files to the db/designs folder and have them imported as views are. This will give users the ability to put JS code in modules and keep our views DRY

https://wiki.apache.org/couchdb/CommonJS_Modules

views: {
      lib: { 
        module_name: "exports.bar = 42;" 
}