如何在控制台中强制要求文件? “重新加载!”命令不起作用!
我使用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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
确保您处于开发模式,然后尝试以下操作:
Make sure you're in dev mode, then try this: