Ubuntu11.04 Ruby On Rails 安装
1. 基本是安装以下链接步骤做的,非常清晰详细
http://linux.cn/forum.php?mod=viewthread&tid=7566
?
2. 在做test_app时候遇到 -> rake db:migrate -> stack level too deep
? ? ?解决-> bundle exec rake db:migrate
?
? ? ?或者
?
? ? ?$ gem uninstall rake -a
?
? ? ?StackOverFlow :?http://stackoverflow.com/questions/7227017/rake-dbcreate-not-working
?