Usage $ rails app_name -m ./ahabman_template.rb
run "rm README" run "rm public/index.html" run "rm public/favicon.ico" run "rm public/robots.txt" run "rm -f public/javascripts/*" gem 'ruby-openid', :lib => 'openid' rake("gems:install", :sudo => true) plugin "kamui_restful_authentication", :git => 'git://github.com/kamui/restful-authentication.git' plugin 'exception_notifier', :git => 'git://github.com/rails/exception_notification.git' plugin 'open_id_authentication', :git => 'git://github.com/rails/open_id_authentication.git' #plugin 'asset_packager', :git => 'http://synthesis.sbecker.net/pages/asset_packager' plugin 'role_requirement', :git => 'git://github.com/timcharper/role_requirement.git' #plugin 'acts_as_taggable_redux', :git => 'http://github.com/geemus/acts_as_taggable_redux/tree/master' #plugin 'restful-authentication', :git => 'git://github.com/technoweenie/restful-authentication.git' generate("authenticated user sessions --include-activation --include-forgot-password --email-as-login") generate("roles", "Role User") #rake('acts_as_taggable:db:create') rake("open_id_authentication:db:create") rake('db:migrate') route "map.root :controller => 'sessions', :action => 'signup' " run "echo generated from ahabman_template > README" run "cp config/database.yml config/example_database.yml" #if yes?("Do you want this thing?") # ... #end #my_var = ask("was up") #generate :something, my_var puts "SUCCESS!"
Your email is never published nor shared. Required fields are marked *
You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
rails template
Usage $ rails app_name -m ./ahabman_template.rb
run "rm README" run "rm public/index.html" run "rm public/favicon.ico" run "rm public/robots.txt" run "rm -f public/javascripts/*" gem 'ruby-openid', :lib => 'openid' rake("gems:install", :sudo => true) plugin "kamui_restful_authentication", :git => 'git://github.com/kamui/restful-authentication.git' plugin 'exception_notifier', :git => 'git://github.com/rails/exception_notification.git' plugin 'open_id_authentication', :git => 'git://github.com/rails/open_id_authentication.git' #plugin 'asset_packager', :git => 'http://synthesis.sbecker.net/pages/asset_packager' plugin 'role_requirement', :git => 'git://github.com/timcharper/role_requirement.git' #plugin 'acts_as_taggable_redux', :git => 'http://github.com/geemus/acts_as_taggable_redux/tree/master' #plugin 'restful-authentication', :git => 'git://github.com/technoweenie/restful-authentication.git' generate("authenticated user sessions --include-activation --include-forgot-password --email-as-login") generate("roles", "Role User") #rake('acts_as_taggable:db:create') rake("open_id_authentication:db:create") rake('db:migrate') route "map.root :controller => 'sessions', :action => 'signup' " run "echo generated from ahabman_template > README" run "cp config/database.yml config/example_database.yml" #if yes?("Do you want this thing?") # ... #end #my_var = ask("was up") #generate :something, my_var puts "SUCCESS!"