Summer

Results 7 issues of Summer

user.php 文件增加 isAuthorOf public function isAuthorOf($model) { return $this->id == $model->user_id; }

https://travis-ci.org/summerblue/phphub Using http://codeception.com/docs/modules/REST for test API.

bug

Improve User Experience. https://github.com/summerblue/phphub/blob/master/app/assets/js/main.js#L250-L269

enhancement

现在是运行出错直接就退出,没有报错信息,无法 debug 在哪里出错。 例如说: ![image](https://user-images.githubusercontent.com/324764/65814291-64cdac00-e212-11e9-956a-661594ff787b.png)

## The problem This is the data in database: ![image](https://cloud.githubusercontent.com/assets/324764/5152999/287e2a00-724a-11e4-8d85-e6b5598aad56.png) When I using this code: ![image](https://cloud.githubusercontent.com/assets/324764/5153010/7a014f88-724a-11e4-84f9-82fbc4015d1b.png) This is what I get: ![image](https://cloud.githubusercontent.com/assets/324764/5153012/8b134e2a-724a-11e4-931e-64cb69327513.png) ## The Fix With the fix, using this...

Is the document in https://preview.adonisjs.com/ website are finished? We would like to translate to Chinese.

question