Sha256: 16453fff02947b64c0733308e6153441a4894e6c98a40c6498b2621e84cd7290

Contents?: true

Size: 481 Bytes

Versions: 28

Compression:

Stored size: 481 Bytes

Contents

Description:
	Stubs out a new cell widget, its state views and a functional test.
  Pass the cell name, either CamelCased or under_scored, and a list 
  of states as arguments.
	
	This generates a cell class in app/cells and view templates in
	app/cells/cell_name.

Example:
	'./script/generate widget Posting new'
	
	This will create an Apotomo Posting cell:
		Cell: app/cells/posting_cell.rb
		Views: app/cells/posting/new.html.erb
    Test: test/functional/test_posting_cell.rb

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
apotomo-1.3.2 lib/generators/apotomo/USAGE
apotomo-1.3.1 lib/generators/apotomo/USAGE
apotomo-1.3.0 lib/generators/apotomo/USAGE
apotomo-1.2.6 lib/generators/apotomo/USAGE
apotomo-1.2.5 lib/generators/apotomo/USAGE
apotomo-1.2.4 lib/generators/apotomo/USAGE
apotomo-1.2.3 lib/generators/apotomo/USAGE
apotomo-1.2.2 lib/generators/apotomo/USAGE
apotomo-1.2.1 lib/generators/apotomo/USAGE
apotomo-1.2.0 lib/generators/apotomo/USAGE
apotomo-1.1.4 lib/generators/apotomo/USAGE
apotomo-1.1.3 lib/generators/apotomo/USAGE
apotomo-1.1.2 lib/generators/apotomo/USAGE
apotomo-1.1.1 lib/generators/apotomo/USAGE
apotomo-1.1.0 lib/generators/apotomo/USAGE
apotomo-1.1.0.rc1 lib/generators/apotomo/USAGE
apotomo-1.0.5 lib/generators/apotomo/USAGE
apotomo-1.0.4 lib/generators/apotomo/USAGE
apotomo-1.0.3 lib/generators/apotomo/USAGE
apotomo-1.0.2 lib/generators/apotomo/USAGE