RubyMine 3.1 上的 Rails 2.x 应用程序
我已经升级到 rubymine 3.1,现在 rubymine 将所有项目都视为 Rails 3 项目,但矿井不是。你们中有人遇到这个问题吗?当我尝试运行应用程序
运行配置错误:发现 Rails 2.x 启动器而不是 Rails 3.x 时, Ruby 我的会触发此消息。你需要'/script/rails' 启动 Rails 服务器的脚本。请根据 Rails 3.x 文档更新服务器启动器
我的最终状态是我可以从 rubymine 运行 Rails 2.x 应用程序服务器
你知道如何实现这一点吗?
i've upgraded to rubymine 3.1 and now rubymine take all project as rails 3 project, but the mine are not. Does anybody of you face this problem. Ruby mine fires up this message, when i try to run application
Run configuration error: Rails 2.x launcher found instead of Rails 3.x one. You need '/script/rails'
script to launch Rails server. Please update server launcher according to Rails 3.x documentation
My final state is i can run rails 2.x app server from rubymine
Do you know how to achieve that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在使用 Rails 2.3 和 RubyMine 3.1 时遇到了这个问题——我的解决方案是查看项目设置(文件 -> 设置)并选择 Ruby SDK 和 Gems。仔细查看您附加的导轨宝石。我的项目中附加了 Rails 2.x 和 Rails 3.x gem。
I had this problem using Rails 2.3 and RubyMine 3.1 -- my solution was to look at the project settings (File -> Settings) and select Ruby SDK and Gems. Look through your attached rails gems. I had both rails 2.x and rails 3.x gems attached to my project.