Rest on Rails 3 的辅助宝石
我知道 Rails 有一些工具可以创建 REST API。但是,像 HATEOS 这样的概念并不受开箱即用的支持。
我在谷歌上搜索了填补空白的宝石。我发现的最完整的 Gem 是 Restfulie (https://github.com/caelum/restfulie)。但我并不完全相信 Restfulie,而且这个项目看起来已经被放弃了。因此,我正在寻找 Restfulie 的良好替代品。
为 Rails 创建 REST API 的最佳 Gem 是什么?
I know that Rails has some tools on board to create a REST API. However, concepts like HATEOS aren't supported out of the box.
I googled around for Gems that are filling the gap. The most complete Gem I found is Restfulie (https://github.com/caelum/restfulie). But I am not complete convinced about Restfulie and the project looks abandoned. Hence, I am looking for good alternatives to Restfulie.
What's the best Gem to create a REST API for Rails?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
流行的选择是 RABL 和 咆哮 / 咆哮。
我个人更喜欢 Roar,因为它可以让你使用你的表示,这对于 RABL 来说有点困难。另一方面,它的概念仍在不断变化,因此事情仍然会发生变化。
Popular choices are RABL and Roar / roar-rails.
I personally like Roar better because it allows you to consume your representations which is a bit harder with RABL. On the other hand, it's concepts are still in flux so things still tend to change.
Grape 值得一试。
Grape is worth a try.