【发布时间】:2010-10-29 18:36:26
【问题描述】:
我正在运行 Windows 7 32 位。我刚刚安装了 Ruby 1.9.2 和 Rails 3.0.1。我设置了我的 rails 示例应用程序,一切似乎都运行良好。我尝试从 github 安装 restful_authentication 插件,这是一场噩梦。我正在执行以下命令:
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 的好选择,甚至不兼容。
标签: ruby-on-rails ruby ruby-on-rails-plugins