Sha256: 918fe01f515be6e7036465781939a53a907b1c15e97978f5a9d60bc66eb11706

Contents?: true

Size: 584 Bytes

Versions: 5

Compression:

Stored size: 584 Bytes

Contents

Usage (from your Rails application root):
  ruby script/generate rtml

This generator is run for a new RTML application, and should be rerun after
every RTML update. It is responsible for generating the base set of RTML
support files:

  * db/migrate/*.rb
    - Database migrations for RTML models

  * config/tml_dom_ruleset.rb
    - The TML ruleset which governs RTML's document generation rules

  * lib/tasks/rtml.rake
    - RTML-specific rake tasks

  * doc/io_tml-application-development-guidelines.pdf
    - The Incendo Online TML documentation (Never leave home without it!)

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rtml-2.0.4 rails_generators/rtml/USAGE
rtml-2.0.3 rails_generators/rtml/USAGE
rtml-2.0.2 rails_generators/rtml/USAGE
rtml-2.0.1 rails_generators/rtml/USAGE
rtml-2.0.0.alpha.1 rails_generators/rtml/USAGE