summaryrefslogtreecommitdiff
path: root/core/lib/extensions/couchrest.rb
AgeCommit message (Expand)Author
2014-04-08moving all of core into toplevel, tests fail.Azul
2013-12-17catch all rest client exceptions during initializationAzul
2013-12-13proceed even if the couch is unreachableAzul
2013-12-12reraise with a better explaination on couch failureAzul
2013-11-19add dump_design_docs to CouchRest::Model::Utils:MigrateAzul
2013-10-09Fix couchrest model migrations to work with latest versionAzul
2013-04-08Merge pull request #38 from azul/feature/meainingful_couch_errorjessib
2013-04-05make sure only our own models are loadedAzul
2013-03-14catch Errno's and RestClient errors and throw a more meaningful couchrest errorAzul
2013-03-06make sure couchrest actually finds our models in the enginesAzul
2013-01-22render 404 if neededAzul
2013-01-03adding default reduce function to couch views read from filesAzul
2012-12-22moving the js for view definitions into separate filesAzul
2012-12-20Define ascending method in CouchRest::Model::Designs::View so we can call the...jessib