Skip to content

Instantly share code, notes, and snippets.

@yitzhakbg
Created February 19, 2009 17:18
Show Gist options
  • Save yitzhakbg/67009 to your computer and use it in GitHub Desktop.
Save yitzhakbg/67009 to your computer and use it in GitHub Desktop.
load_template "/home/yitzhakbg/matal_template/base.rb"
name = ask("What do you want a user to be called?")
generate :nifty_authentication => " --haml --rspec #{name}"
rake "db:migrate"
git :add => ".", :commit => "-m 'adding authentication'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment