Archive for March, 2009
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 [...]