Sha256: 6610abf97f0f3c45f892d4569a89032d3516fe279dc7d99aa4d75f4b4e78543b

Contents?: true

Size: 426 Bytes

Versions: 5

Compression:

Stored size: 426 Bytes

Contents

Description:
  Generates an RTML Widget. See the Rtml::Widget class documentation for more
information.

Example:
  ./script/generate widget Thing [entry_point_1 entry_point_2]

  This will create:
    lib/rtml/widgets/thing.rb

    And Test::Unit tests:
      test/unit/rtml/widgets/thing_test.rb

    -or-

    RSpec and/or Cucumber tests:
      spec/rtml/widgets/thing_spec.rb
      features/rtml/widgets/thing.feature
    

Version data entries

5 entries across 5 versions & 1 rubygems

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