我正在运行Windows 7 32位。我刚刚安装了Ruby 1.9.2和Rails 3.0.1。我设置了我的Rails示例应用程序,一切似乎都正常工作。我尝试从github安装restful_authentication
插件,这是一场噩梦。我执行以下命令:无法在Rails中安装插件
rails plugin install -force git://github.com/technoweenie/restful-authentication.git
...我得到得到以下错误:
Cannot install using checkout because this project is not under subversion.
我如何解决此得到什么?我已经安装了SVN和Git命令行客户端,它们都在我的PATH中。
restful-authentication不是Rails 3.0.1的好选择它甚至不兼容。 – shingara 2010-10-29 09:28:36
为什么-force选项? – shingara 2010-10-29 09:30:19