简体   繁体   English

宝石“受抵押”是否与Rails 5 API兼容?

[英]Is the gem 'thredded' compatible with rails 5 api?

I am currently developing a social media-ish app, and it needs a forum. 我目前正在开发类似社交媒体的应用,因此需要一个论坛。 I wanted to use a gem for the forum side of the app. 我想在应用程序的论坛端使用gem。 We are using Rails as a backend API serving json responses to the frontend using Angular. 我们使用Rails作为后端API,使用Angular为前端提供json响应。

With that, I've seen the thredded readme, and it seems that it has a view side to it which Rails 5 api clearly lacks. 有了它,我已经看到了很多自述文件,似乎它具有Rails 5 API显然缺乏的观点。 With that, will it still smoothly work with Rails 5 api? 有了它,它是否仍可以与Rails 5 API一起顺利使用? Just checking out if someone has tried this out already. 只要检查是否有人已经尝试过。 Thanks a bunch. 谢谢你

if you go there home page on github https://github.com/thredded/thredded you will see a message that reads 如果您转到github https://github.com/thredded/thredded上的主页,则会看到一条消息,内容为:

@glebm glebm Bump Rails to 5.0.1 in spec/gemfiles/rails_5_0.gemfile enter image description here @glebm glebm凹凸的Rails 5.0.1在规格/ gemfiles / rails_5_0.gemfile 在这里输入图像描述

that message will change on the next commit 该消息将在下次提交时更改

now if what you are asking if they are using action cable. 现在,如果您要问他们是否使用动作电缆。 I did not find anything to say that they were. 我什么也没说。

but they are rails 5 compatible 但它们与rails 5兼容

I hope that this helps 我希望这个对你有用

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM