require File.expand_path('../../application_template_helper', __FILE__) generate_test_application do #***************************************************************************** # MODELS AND SCAFFOLDING generate(:scaffold, 'galaxy name:string --old-style-hash') generate(:scaffold, 'planet name:string --old-style-hash') generate(:scaffold, 'star name:string --old-style-hash') #***************************************************************************** # MORE CONTROLLERS AND VIEWS generate(:controller, 'home index --old-style-hash') replace_view 'home', 'index', <<-CODE.strip_heredoc
Subtab #1
' replace_view 'subtabs', 'two', 'Subtab #2
' replace_view 'subtabs', 'three', 'Subtab #3
' #***************************************************************************** # MORE ROUTES route "root :to => 'home#index'" route "get 'notabs' => 'no_tabs#index'" #***************************************************************************** # LAYOUT replace_application_layout <<-CODE.strip_heredoc