`
hideto
  • 浏览: 2679526 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

每天一剂Rails良药之Generate Documentation For Your Application

    博客分类:
  • Ruby
阅读更多
1,查看安装的gems
gem_server

或者gem_server -p 2600来指定端口,默认是8808
然后访问http://localhost:8808即可看到本机安装的gems的文档
如果Rails是使用RubyGems安装的,也可以用这种方式看到

2,生成Rails文档
rake doc:rails

如果Rails是使用rake rails:freeze:edge安装的,可以用这种方式生成Rails的文档,文档位于doc/api

3,生成插件的文档
rake doc:plugins

文档位于doc/plugins/each_plugin_name

4,生成app的文档
rake doc:app

文档位于doc/app
分享到:
评论

相关推荐

    Rails 2.1.0 Documentation.chm

    Rails 2.1.0 Documentation.chmRails 2.1.0 Documentation.chm

    Ruby+for+Rails

    `rails generate migration AddColumnToBooks column:type`会生成一个新的迁移文件,然后通过`rails db:migrate`执行迁移,更新数据库。 7. **路由(Routing)** Rails的路由系统将URL映射到控制器的动作上,定义...

    Rails c&c web application for spying Android devices.zip

    c web application for spying Android devices.zip" 涉及的主要知识点是使用Ruby on Rails框架构建一个命令与控制(C&C)Web应用程序,该程序旨在监控和收集Android设备的数据。Ruby on Rails是一种流行的开源Web...

    jQAPI - Alternative jQuery Documentation - For Version 1.7

    The alternative Rails documentation Rails API is my favorite documentation for my favorite server-side tool. Unfortunately my favorite client-side tool did not have such a fast and slick documentation...

    [Rails] Crafting Rails Applications (英文版)

    [Pragmatic Bookshelf] Crafting Rails Applications Expert Practices for Everyday Rails Development (E-Book) ☆ 图书概要:☆ Rails 3 is a huge step forward. You can now easily extend the framework, ...

    RJS Templates for Rails

    RJS templates are an exciting and powerful new type of template added to Rails 1.1. Unlike conventional Rails templates that generate HTML or XML, RJS templates generate JavaScript code that is ...

    Ruby for Rails

    Ruby for Rails 英文原版, pdf格式 <br>本书是一部专门为Rails实践而写的经典Ruby著作,由四部分组成,共17章。第一部分讲述Ruby和Rails的编程环境。第二部分和第三部分与 Rails紧密联系,着重对Ruby这门语言...

    ruby on rails for dummies

    《Ruby on Rails for Dummies》是一本专门为初学者设计的Ruby on Rails教程,它旨在帮助新手快速理解并掌握这个强大的Web开发框架。Ruby on Rails(简称Rails)是基于Ruby编程语言构建的一个开源Web应用程序框架,它...

    Ruby.on.Rails.Enterprise.Application.Development

    《Ruby on Rails Enterprise Application Development》是一本非常实用的书籍,不仅适合已经有一定Ruby on Rails基础的开发者阅读,也适合希望了解企业级应用开发流程的项目经理和技术管理人员。通过学习本书,你...

    Rails for Zombies

    Rails for Zombies是一份面向初学者的教程,通过学习本教程,用户能够掌握创建Ruby on Rails应用程序的基本知识。 Rails for Zombies教程中的"Deep in the CRUD"部分深入讲解了CRUD(创建Create、读取Retrieve、...

    rails-documentation-1-2-1.zip

    标题 "rails-documentation-1-2-1.zip" 暗示这是一份关于 Ruby on Rails 框架的文档,版本为 1.2.1。Ruby 是一种面向对象的编程语言,而 Rails 是一个基于 Ruby 的开源 Web 应用程序框架,遵循 Model-View-...

    Rails.Angular.Postgres.and.Bootstrap.2nd.Edition

    Also new is Webpack coverage, to develop the front-end code for your Rails application. Create a usable and attractive login form using Bootstrap's styles, while ensuring the database table backing ...

    rails-documentation-2-0-2

    rails-documentation-2-0-2

    Bootstrap for Rails

    Bootstrap is a free, open source CSS and JS framework that helps you create websites in minutes, and Ruby on Rails, or Rails as it's known, is an open source web application framework written in the ...

Global site tag (gtag.js) - Google Analytics