Rails 和 Amazon SimpleDB 身份验证
我正在尝试将 Amazon 的 SimpleDB 与 RoR 结合使用。我需要标准的用户注册/身份验证/角色检查。
非常简单,但似乎restful-authentication 插件不适用于SimpleDB。
有人可以指出我的工作解决方案还是我应该从头开始编写自己的解决方案吗?
有人吗?请?
I'm trying to use Amazon's SimpleDB with RoR. I need a standard user registration / authentication / roles checking.
Pretty simple, but it seems that restful-authentication plugin did't work with SimpleDB.
Can someone please point me to working solution or should I write my own from scratch?
Anyone? Please?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我们(Appoxy)非常积极维护 SimpleRecord,它是 SimpleDB 的 Ruby 库,就像 ActiveRecord 一样。非常容易使用。
http://gemcutter.org/gems/simple_record
We (Appoxy) very actively maintain SimpleRecord, which is a Ruby library for SimpleDB that is just like ActiveRecord. Very easy to use.
http://gemcutter.org/gems/simple_record
这是 2008 年的 Ruby on Rails SimpleDB 文章它引用 rubyforge aws-sdb 项目。
rubyforge 上还有一个名为 SimplerDB 的项目,但它更像是一个替代品,而不是一个插件。
这些似乎最近都没有更新。如果它们在当前状态下对您没有用,也许您可以直接联系作者。更新这些项目之一可能比从头开始编写一个项目更容易。
Here is a Ruby on Rails SimpleDB article from 2008. It references the rubyforge aws-sdb project.
There is also a project on rubyforge called SimplerDB but it is more of a replacement than a plugin.
Neither of these appear to have been updated recently. If they are not useful to you in their current state, maybe you can contact the authors directly. It may be easier to update one of these projects than to write one from scratch.