我正在尝试为 Rails 安装 WebOrb。
在一个新的测试 Rails 3 项目中,我这样做:
rails plugin install http://themidnightcoders.net:8089/svn/weborb
但我得到的只是
Plugin not found ["http://themidnightcoders.net:8089/svn/weborb"]
url 的变化也会返回相同的错误。我的终端是否存在某种连接问题,或者资源是否已关闭?
我正在尝试为 Rails 安装 WebOrb。
在一个新的测试 Rails 3 项目中,我这样做:
rails plugin install http://themidnightcoders.net:8089/svn/weborb
但我得到的只是
Plugin not found ["http://themidnightcoders.net:8089/svn/weborb"]
url 的变化也会返回相同的错误。我的终端是否存在某种连接问题,或者资源是否已关闭?
WebORB for Rails is just not compatible with Rails 3. According to this comment there are no plans to start porting WebORB for Rails 3.