Hi there,
I added Adam G.'s S3 Rake script to my rails app. and it works
great on my local box under development but after ‘cap deploy’ on the
production server it wont run saying,
rake RAILS_ENV=production s3:backup:db --trace
Don’t know how to build task ‘s3:backup:db’
If I run locally “rake -T” the task gets displayed but if I do “rake -
T” on the server the task wont show.
I have the same rake versions on both machines (rake, version 0.7.3)
and the same Rails versions 1.2.2
anybody knows what is wrong ?