Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-19 | Version 0.2.0: use CouchRest::Changes | Azul | |
This also changes the format of the config file. Please make sure to adjust it. | |||
2013-11-21 | Update default.yaml - couchdb security has members, not readers | azul | |
2013-09-27 | clarify comment for log_file config setting | Azul | |
2013-09-25 | log to file or syslog instead of STDOUT | Azul | |
2013-09-16 | point to default config file for options | Azul | |
add some explainations | |||
2013-09-12 | use CouchRest::Database#changes, store and retrieve seq | Azul | |
This commit bundles a few different changes: * we now use the CouchRest::Database#changes stream instead of our own * we store and read the last sequence number so on a restart we can start where we left * we now have a UserDatabase class rather than the CouchDatabaseCreator. It also knows about it's name and we create an instance of it per database we want to create. It's also more flexible when the databases already exist. | |||
2013-09-11 | write _security to fresh couch | Azul | |
2013-09-10 | we do not need couchrest_model | Azul | |
2013-09-10 | config file added | Azul | |