I'm a newbie Ruby on Rails developer. I have installed the 'paperclip' gem by modifying the config/environment.rb
file and adding the following:
config.gem 'paperclip', :source => 'http://gemcutter.org'
and then running rake->gems->install
and rake->gems->unpack
. Now, I would like to run the 'paperclip' generator however, it does not appear in the list of generators? The only example I found on how to use it was at: http://wiki.github.com/thoughtbot/paperclip/usage
and it states that I can use the following command script/generate paperclip User avatar
. How can I do that in the Eclipse IDE with RadRails perspective on?