Rails 和 Amazon SimpleDB 身份验证

发布于 2024-08-16 09:30:51 字数 177 浏览 3 评论 0原文

我正在尝试将 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

瀞厅☆埖开 2024-08-23 09:30:51

我们(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

飘逸的'云 2024-08-23 09:30:51

这是 2008 年的 Ruby on Rails SimpleDB 文章它引用 ruby​​forge 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文