Recently I started using Radiant (edge version from git https://github.com/radiant/radiant.git), But I'm facing little trouble when I try to run rake tasks which are in extensions, As an example
I was successfully able to install paper_clipped extension using
script/extension install paperclipped
But when I try to run the rake tasks
rake radiant:extensions:paperclipped:update
it tells me
Don't know how to build task 'radiant:extensions:paperclipped:update'
But all my other rake tasks are working fine, only the rake tasks inside the extensions giving this error
can any one help me out
I'm on
ruby 1.8.7 (2011-06-30 patchlevel 352) [i686-linux] Rails 2.3.14
Thanks in advance