When I run the following command:
ruby script/generate scaffold Product Admin
The script runs without error but seems to ingore the Admin and creates the following output:
exists app/controllers/
exists app/helpers/
create app/views/products
exists test/functional/
dependency model
exists app/models/
exists test/unit/
exists test/fixtures/
create app/models/product.rb
create test/unit/product_test.rb
create test/fixtures/products.yml
create app/views/products/_form.rhtml
create app/views/products/list.rhtml
create app/views/products/show.rhtml
create app/views/products/new.rhtml
create app/views/products/edit.rhtml
create app/controllers/products_controller.rb
create test/functional/products_controller_test.rb
create app/helpers/products_helper.rb
create app/views/layouts/products.rhtml
create public/stylesheets/scaffold.css
rather than create a controller admin.
Mac OS X V 10.4.2, Rails 0.14.1, MySQL 4.026, Ruby 1.8.2 (2004-12-25) [powerpc-darwin8.0], Ruby fix for OS X installed