summaryrefslogtreecommitdiff
path: root/core/lib
AgeCommit message (Expand)Author
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-21rake tasks clean up expired tokens and sessions (#4568)Azul
2013-11-19couchrest:dump task will dump all design docsAzul
2013-11-19add dump_design_docs to CouchRest::Model::Utils:MigrateAzul
2013-10-09Fix couchrest model migrations to work with latest versionAzul
2013-06-17Use bootswatch rails gem.jessib
2013-04-09return token on successful login via apiAzul
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
2012-12-17Removing references to pjax.jessib
2012-11-26Merge branch 'develop' into help_developjessib
2012-11-26simplified controller and adjusted testsAzul
2012-11-16playing around with pjax-rails but not using it yetjessib
2012-11-06first steps towards warden srp testingAzul
2012-10-11moved core dependency into */Gemfile with :pathAzul
2012-10-11first steps at reducing coreAzul
2012-09-27added in leap web core - merging reposAzul