我已经开始使用基础教程了(是的,我很新鲜.)在尝试运行"rails db:create"时,我得到了错误
could not find activesupport-3.1.2.rc2 in any of the sources
run 'bundle install' to install我已经尝试安装了所有的包和特定的创业板(并得到:“无法获得有效的创业板”),而且我仍然会收到这个错误。
有什么想法吗?
发布于 2011-12-14 15:13:58
您可能正在使用某个版本(您实际运行了rake db:create吗?)并没有装上邦德勒。尝试使用以下方法:
bundle exec rake db:createhttps://stackoverflow.com/questions/8503460
复制相似问题