I see a command in environment.rb
that says
config.gem 'thoughtbot-paperclip', :lib => 'paperclip', :source => 'http://gems.github.com'
If I wanted to manually do it, it would be
gem install thoughtbot-papperclip --source http://gems.github.com
Where does the lib
fit in to the command line gem call?