缺少耙子任务?

发布于 2024-08-11 17:14:24 字数 1538 浏览 2 评论 0原文

我已经运行了 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
files

rake 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
products

rake package:debian # Create a Debian
package

rake package:force # Force a rebuild
of the package files

rake package:gem # Build the gem file
passenger-2.2.4.gem

rake rdoc # Build the rdoc HTML Files

rake rdoc:clobber # Remove rdoc
products

rake rdoc:force # Force a rebuild of
the RDOC files

rake sloccount # Run 'sloccount' to
see how much code Passe...

rake test # Run all unit tests and
integration tests

rake test:cxx # Run unit tests for the
Apache 2 and Nginx ...

rake test:integration # Run all
integration tests

rake test:integration:apache2 # Run
Apache 2 integration tests

rake test:integration:nginx # Run
Nginx integration tests

rake test:oxt # Run unit tests for the
OXT library

rake test:rcov # Run coverage tests
for the Ruby libraries

rake 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

看透却不说透 2024-08-18 17:14:24

看起来像是 mod_rails 的 rake 任务。
要运行 Rails 测试,请转到rails 文件夹。

seems like the rake tasks for mod_rails.
To run the tests for rails go to rails folder.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文