MongoDb Ruby on Rails
我是 MongoDb 的新手.. 我已经安装了mongodb驱动 是否有任何将 MongoDb 与 Ruby On Rails 结合使用的“简单”示例??? 先感谢您.. 当我尝试安装 gem bson_ext 时,我也收到错误消息:make.exe:无法找到组件。此应用程序无法启动 bcoz msys 1.0.dll 未找到。重新安装应用程序可能会解决此问题。
iam newbie to MongoDb..
i have installed mongodb driver
Are there any "simple" examples for using MongoDb with Ruby On Rails ???
Thank you in advance..
also im getting an error when i try to install gem bson_ext that says : make.exe :unable to locate component. This application has failed to start bcoz msys 1.0.dll was not found..reinstalling application may fix this problem..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
请参阅此处的 Ruby 教程
还有:
Rails 入门
Rails 3 入门
MongoDB 数据建模和 Rails
与 Ruby 相关的资源列表(屏幕案例、演示文稿、文章...)
那里应该有一些好东西!
See the Ruby tutorial here
There's also:
Getting started with Rails
Getting started with Rails 3
MongoDB Data Modeling and Rails
list of resources relating to Ruby (screencases, presentations, articles...)
Should be some good stuff there!
您是否看过此处和此处
Have you looked at the tutorials here and here