如何在控制台中强制要求文件? “重新加载!”命令不起作用!

发布于 2024-09-11 08:10:06 字数 280 浏览 10 评论 0原文

我使用rails-3.0.0.beta3和ruby-1.9.2-preview3。

我在application_controller.rb中定义了一些新方法,需要在控制台中测试它们。

如果我更改了application_controller.rb中的一些代码。
我必须重新启动控制台。

我尝试过使用“重新加载!”命令,就是不起作用。

然后我使用“require 'applicatioin.rb'”,
还是不行。

帮助!

I use rails-3.0.0.beta3 and ruby-1.9.2-preview3.

I have defined some new methods in the application_controller.rb, and need to test them in the console.

If I changed some codes in the application_controller.rb.
I have to restart the console.

I have tried to use 'reload!' command, just dosen't work.

And then I use "require 'applicatioin.rb'",
still dosen't work.

Help!

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

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

发布评论

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

评论(1

最后的乘客 2024-09-18 08:10:50

确保您处于开发模式,然后尝试以下操作:

ActiveSupport::Dependencies.clear

Make sure you're in dev mode, then try this:

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