缺少耙子任务?
我已经运行了 gem install Rails 并正在运行 2.3.4,
但我缺少一些 rake 任务,例如“db”和“gems”
但是如果我运行 rake -T 我会得到以下任务, 。我怎样才能得到所有其他的?
rake apache2 # 构建 Apache 2 模块
rake clean # 删除编译文件
rake clobber # 删除所有生成的 文件
rake default # 构建一切
rake doc # 生成所有文档
rake doxygen # 生成 Doxygen C++ API 文档如果...
rake doxygen:clobber # 删除 生成的 Doxygen C++ API 文档...
rake doxygen:force # 力生成 Doxygen C++ API 文档...
rake fakeroot # 创建一个 fakeroot, 对于建设国家有用...
rake nginx # 构建 Nginx 辅助服务器
rake package # 构建所有包
rake package:clean # 删除包 产品展示
rake package:debian # 创建 Debian 包
rake package:force # 强制重建 包文件的数量
rake package:gem # 构建gem文件 Passenger-2.2.4.gem
rake rdoc # 构建 rdoc HTML 文件
rake rdoc:clobber # 删除 rdoc 产品展示
rake rdoc:force # 强制重建 RDOC 文件
rake sloccount # 运行 'sloccount' 到 看看有多少代码通过了...
rake test # 运行所有单元测试并 集成测试
rake test:cxx # 运行单元测试 Apache 2 和 Nginx ...
rake test:integration # 运行全部 集成测试
rake test:integration:apache2 # 运行 Apache 2 集成测试
rake test:integration:nginx # 运行 Nginx 集成测试
rake test:oxt # 运行单元测试 OXT库
rake test:rcov # 运行覆盖率测试 对于 Ruby 库
rake test:restart # 运行“重新启动” 集成测试无限...
耙子测试:红宝石
如果有人知道为什么会发生这种情况,我如何修复它或其他任何可以帮助的东西,请告诉我,
非常感谢 里克
I have ran gem install rails and am running 2.3.4
but i am missing some rake tasks like 'db' and 'gems'
if i run rake -T i get the following tasks. How can i get all the others ?
rake apache2 # Build Apache 2 module
rake clean # Remove compiled files
rake clobber # Remove all generated
filesrake default # Build everything
rake doc # Generate all documentation
rake doxygen # Generate Doxygen C++
API documentation if ...rake doxygen:clobber # Remove
generated Doxygen C++ API documenta...rake doxygen:force # Force generation
of Doxygen C++ API docume...rake fakeroot # Create a fakeroot,
useful for building nat...rake nginx # Build Nginx helper server
rake package # Build all the packages
rake package:clean # Remove package
productsrake package:debian # Create a Debian
packagerake package:force # Force a rebuild
of the package filesrake package:gem # Build the gem file
passenger-2.2.4.gemrake rdoc # Build the rdoc HTML Files
rake rdoc:clobber # Remove rdoc
productsrake rdoc:force # Force a rebuild of
the RDOC filesrake sloccount # Run 'sloccount' to
see how much code Passe...rake test # Run all unit tests and
integration testsrake test:cxx # Run unit tests for the
Apache 2 and Nginx ...rake test:integration # Run all
integration testsrake test:integration:apache2 # Run
Apache 2 integration testsrake test:integration:nginx # Run
Nginx integration testsrake test:oxt # Run unit tests for the
OXT libraryrake test:rcov # Run coverage tests
for the Ruby librariesrake test:restart # Run the 'restart'
integration test infinit...rake test:ruby
If anyone knows why this has happened, how i can fix it or anything else that could help, please let me know
thanks alot
rick
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看起来像是 mod_rails 的 rake 任务。
要运行 Rails 测试,请转到rails 文件夹。
seems like the rake tasks for mod_rails.
To run the tests for rails go to rails folder.