Slide 30
Slide 30 text
~/code rails plugin new engines/engineX --mountable
create
create README.rdoc
create Rakefile
create engine_x.gemspec
create MIT-LICENSE
create .gitignore
create Gemfile
create app
create app/controllers/engine_x/application_controller.rb
create app/helpers/engine_x/application_helper.rb
create app/mailers
create app/models
create app/views/layouts/engine_x/application.html.erb
create app/assets/images/engine_x
create app/assets/images/engine_x/.keep
create config/routes.rb
create lib/engine_x.rb
create lib/tasks/engine_x_tasks.rake