Installing Extensions: HostingRails.com

I am very new, but I am having fun and learning everyday.

mysaw.com is up !!! I actually go this running on hostingrails.com
without any help. I KNOW I have a lot of work to do, but it’s start and
it’s real. BTW, this is my hobby site. My hobby is woodworking !!! If
you are interested here is the shop
http://picasaweb.google.com/bartee/ShopJuly2008

So I started looking at extensions and found a post about paperclipped.

The instructions for paperclipped are:

To install it, just run rake radiant:extensions:migrate, then run rake
radiant:extensions:paperclipped:update to install the javascripts,
images and css.

What I got from hostingRails.com is this:

xxxxxx@bunyan [~/radiant]$ rake radiant:extensions:migrate
(in /home/enterpr/radiant)
rake aborted!
Don’t know how to build task ‘radiant:extensions:migrate’

(See full trace by running task with --trace)
xxxxxx@bunyan [~/radiant]$ rake radiant:extensions:paperclipped:update
(in /home/enterpr/radiant)
rake aborted!
Don’t know how to build task ‘radiant:extensions:paperclipped:update’

Any help will be appreciated…

paperclipped sounds very exciting…

…bartee…

You might try specifying the production database in your rake
commands, like

rake production radiant:extensions:paperclipped:migrate
rake production radiant:extensions:paperclipped:update

by default the rake commands run on the development database. Or in
your database.yml file set your development database to point to your
production db, like

development:
production

production:
adapter: sqlite3
database: db/production.sqlite3.db