public
Description: The full source code for projects used in Railscasts episodes.
Homepage: http://railscasts.com
Clone URL: git://github.com/ryanb/railscasts-episodes.git
railscasts-episodes / episode-135
name age message
..
file README Sun Nov 09 22:28:20 -0800 2008 adding episode 135 [ryanb]
directory uniquify/ Sun Nov 09 22:28:20 -0800 2008 adding episode 135 [ryanb]
episode-135/README
Railscasts Episode #135: Making a Gem

http://railscasts.com/episodes/135

Commands

  sudo gem install echoe
  mkdir -p uniquify/lib
  touch README.rdoc Rakefile lib/uniquify.rb
  rake -T
  rake manifest
  rake install
  rake build_gemspec
  git init
  git add .
  git commit -m "initial commit"
  git remote add origin git@github.com:ryanb/uniquify.git
  git push
  touch CHANGELOG
  touch init.rb