Sha256: ecdf8c8ff31c0f209971c92d207693c9515ca45240cd20cd12e1b70e88bcd0d6

Contents?: true

Size: 208 Bytes

Versions: 11

Compression:

Stored size: 208 Bytes

Contents

generate(:controller, "home index")

remove_file 'app/views/home/index.html.haml'
create_file 'app/views/home/index.html.haml' do
<<-FILE
%h1 #{app_name.humanize}
FILE
end

route("root :to => 'home#index'")  

Version data entries

11 entries across 11 versions & 4 rubygems

Version Path
rails-maker-0.1.1 templates/default/lib/home_controller.rb
gypsum-0.9.1 templates/default/lib/home_controller.rb
gypsum-0.9.0 templates/default/lib/home_controller.rb
gypsum-0.8.0 templates/default/lib/home_controller.rb
prologue-0.6.0 templates/default/lib/home_controller.rb
prologue-0.5.5 templates/home_controller.rb
prologue-0.5.0 templates/home_controller.rb
prologue-0.4.0 templates/home_controller.rb
prologue-0.3.11 templates/home_controller.rb
mologue-0.0.1 templates/home_controller.rb
prologue-0.3.10 templates/home_controller.rb