I'm trying to install WebOrb for Rails.
In a new test Rails 3 project, I do:开发者_高级运维
rails plugin install http://themidnightcoders.net:8089/svn/weborb
but all I get back is
Plugin not found ["http://themidnightcoders.net:8089/svn/weborb"]
Variations on the url also return the same error. Is there some sort of connection issue on my end, or is the resource down?
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.
精彩评论