使用rails 4.2.0中的命令(不是beta版本),Im会出错
rails g 错误:
Could not find activesupport-4.2.0 in any of the sources
Run `bundle install` to install missing gems.但是运行bundle安装我确实安装了activesupport-4.2.0 .
Using thread_safe 0.3.4
Using tzinfo 1.2.2
Using activesupport 4.2.0
.....这个命令
bundle exec show activesupport错误
bundler: command not found: show
Install missing gem executables with `bundle install`这个命令
bundle show activesupport 输出
/home/todd/.rvm/gems/ruby-2.1.4@blog/gems/activesupport-4.2.0正在运行
bundle exec rails g给出与运行“rails g”相同的错误
范围
echo $PATH | grep rvm输出/home/todd/.rvm/gems/ruby2.1.4@blog/bin:/home/todd/.rvm/gems/ruby2.1.4@global/bin:/home/todd/.rvm/rubies/ruby-2.1.4/bin:/home/todd/.rvm/bin:/home/todd/bin:/usr/local/bin/exercism:/usr/local/heroku/bin:/home/todd/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
发布于 2015-01-17 18:15:52
似乎您的rails可执行文件不是来自包,请尝试:
bundle exec rails g 发布于 2015-01-17 20:52:59
我认为这是rvm路径问题或安装错误。我刚刚重新安装了应用程序,并创建了一个新的rvm。现在它就像一种魅力。谢谢你的帮助!
https://stackoverflow.com/questions/28001904
复制相似问题