刚使用rake test进行测试报错
Could not find rake-0.9.2 in any of the sources
Run `bundle install` to install missing gems.
使用sudo bundle install
返回:
Fetching source index for http://rubygems.org/
Installing rake (0.9.2)
Using multi_json (1.0.3)
Using activesupport (3.1.1)
Using builder (3.0.0)
Using i18n (0.6.0)
Using activemodel (3.1.1)
Using erubis (2.7.0)
Installing rack (1.3.4)
Using rack-cache (1.1)
Using rack-mount (0.8.3)
Using rack-test (0.6.1)
Using hike (1.2.1)
Using tilt (1.3.3)
Installing sprockets (2.0.2)
Using actionpack (3.1.1)
Installing mime-types (1.16)
Using polyglot (0.3.2)
Using treetop (1.4.10)
Using mail (2.3.0)
Using actionmailer (3.1.1)
Using arel (2.2.1)
Using tzinfo (0.3.30)
Using activerecord (3.1.1)
Using activeresource (3.1.1)
Using bundler (1.0.21)
Installing coffee-script-source (1.1.2)
Installing execjs (1.2.9)
Installing coffee-script (2.2.0)
Using rack-ssl (1.3.2)
Using json (1.6.1)
Installing rdoc (3.10)
Using thor (0.14.6)
Using railties (3.1.1)
Installing coffee-rails (3.1.1)
Installing jquery-rails (1.0.14)
Installing libv8 (3.3.10.2)
Using rails (3.1.1)
Installing sass (3.1.10)
Installing sass-rails (3.1.4)
Installing sqlite3 (1.3.4) with native extensions
Installing therubyracer (0.9.8) with native extensions
Installing uglifier (1.0.3)
再次调用rake test:
rake aborted!
You have already activated rake 0.9.2.2, but your Gemfile requires rake 0.9.2. Using bundle exec may solve this.
解决:
在Gemfile文件 加入
gem 'rake', '0.9.2.2'
再执行:
sudo bundle update rake
done...
分享到:
相关推荐
安装这个版本的rake,开发者通常需要解压文件,然后使用gem(Ruby的包管理器)进行安装,命令可能类似于`gem install rake-0.8.7.gem`。确保安装正确后,就可以在Rails环境中使用rake来执行各种项目任务。 值得注意...
官方离线安装包,亲测可用
rake for rails 安装rails资源
通过运行`gem install rake-0.8.7.gem`命令,开发者可以将这个特定版本的rake添加到他们的开发环境中。而`rake1-0.8.7.tgz`则是一个压缩包,可能包含了源代码和其他相关文件,用于那些希望从源码编译安装的用户。 ...
pip install rake-nltk ``` 接着,在 Python 代码中导入并使用 `Rake` 类: ```python from rake_nltk import Rake # 初始化 Rake 对象 rake = Rake() # 提供待处理的文本 text = "这里填写你的文本" # 运行 ...
官方离线安装包,亲测可用
官方离线安装包,亲测可用
rake-0.8.3.gem redmind安装必需
官方离线安装包,亲测可用
官方离线安装包,亲测可用
官方离线安装包,亲测可用
$ gem install rake-ui 安装完成后,安装发动机 Rails . application . routes . draw do mount RakeUi :: Engine => "/rake-ui" end 测验 bundle exec rake test 要快速迭代,我通常会安装nodemon,也可以使用...
Algorithm-rake-rs.zip,rake防锈算法的多语言实现,算法是为计算机程序高效、彻底地完成任务而创建的一组详细的准则。
RAKE-tutorial, 一种快速自动关键词提取的python 实现 RAKE快速自动关键字提取( 耙) 算法的python 实现,如下所述: ,S,Engel,D,,N,& Cowley,W 。 ( 2010 ) 从单个文档中自动提取关键字。 在M 。W 。& 。 ...
nltk.gitpython rake-nltk/setup.py install快速开始from rake_nltk import Rake# Uses stopwords for english from NLTK, and all puntuation characters by# defaultr = Rake ()# Extraction given the text.r ....
$ gem install rake-delphi 用法 贡献 叉它 创建功能分支( git checkout -b my-new-feature ) 提交更改( git commit -am 'Add some feature' ) 推送到分支( git push origin my-new-feature ) 创建新的...
官方离线安装包,测试可用。使用rpm -ivh [rpm完整包名] 进行安装
直接序列扩频rake接收机的仿真模型,可以应用于各DSCDMA网络的仿真
$ gem install rake-data 用法 TODO:在这里写使用说明 贡献 分叉它( ) 创建您的功能分支( git checkout -b my-new-feature ) 提交您的更改( git commit -am 'Add some feature' ) 推送到分支( git push ...
基于MATLAB的rake接收机的仿真分析,RAKE接收机作用CDMA调制通讯系统常用的接收机,该仿真代码质量较高,可供CDMA通信工程专业本科和硕士毕业论文仿真提供参考