Home  >  Q&A  >  body text

ruby - 为什么无法启动Rails呢?

我之前也安装了meteor,启动地址是localhost:3000,Rails启动后地址也是localhost:3000,,是因为地址冲突了吗?该怎么解决呢?

高洛峰高洛峰2759 days ago657

reply all(2)I'll reply

  • 怪我咯

    怪我咯2017-04-24 09:15:26

    method_missing: ‘undefined method ‘this’’ Find it yourself in your error log

    reply
    0
  • 巴扎黑

    巴扎黑2017-04-24 09:15:26

    This should be a bug in the gem, refer to https://github.com/rubygems/rubygems/issues/1420

    There are two solutions. The first is to manually add this method. Of course, this is not recommended.
    The second one is to upgrade the gem, http://gems.ruby-china.org/ There is a method to upgrade the gem, but it seems to have to bypass the wall

    reply
    0
  • Cancelreply