在 Rails 中使用 DBI

发布于 2024-10-02 15:56:14 字数 171 浏览 3 评论 0原文

我正在使用 Rails 3.0.0.rc 并在我的 gemfile 中安装了“dbi”gem 并运行了捆绑安装。但是当我执行以下要求时,它返回“没有要加载的此类文件 - dbi”的错误,

require 'dbi'

我做错了什么?我使用了错误的宝石吗?请帮忙。

I'm using Rails 3.0.0.rc and have installed the 'dbi' gem inside my gemfile and ran bundle install. But when I do the following require, it returns an error of 'no such file to load -- dbi'

require 'dbi'

What am I doing wrong? Am I using the wrong gem? Please help.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

巴黎盛开的樱花 2024-10-09 15:56:14

一旦 gem 进入 Gemfile,您就不必再需要它了。

You shouldn't have to require the gem once it's in your Gemfile.

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