gyorou
Results
2
issues of
gyorou
未登录情况下点击评论里的like会在webview里面进行登录。登录进去的结果是我可以评论发帖点赞,但是由于app端我没登录,没有我的access_token,所以我还是得再登录一次。蛋疼。 https://github.com/ruby-china/homeland/blob/36d9301a1f85edd3f9a4cdda10c700c06b7772a7/app/assets/javascripts/app.coffee#L126 这里直接在页面上跳转了而没通过controller返回401,所以没有弹出app登录的页面。 建议app上直接不render回复和点赞的按钮算了。
I'm not very familiar with R and once I want to put a 600*600 Ruby matrix( each element is a float number)into R, like R.weight_matrix, I got the following error...