Hello Keenan,

Thanks a lot for your answer.
Stupid me.

The problem was that the extension was installed as a submodule.
I thought that I had verified that, but I was wrong.

Sorry for this mistake, and thanks for your help.
Everything is working fine.

Thomas.

And I don't see any error locally. Everything works just fine

On Sep 25, 3:46 pm, Keenan Brock <kee...@thebrocks.net> wrote:
> Hi Thomas,
>
> for testing, sometimes I:
> chmod -R 555 rails_app
> chmod 755 rails_app/tmp
>
> and I run from there
>
> That usually allows me to recreate the problem locally and I go from  
> there.
>
> Keep the questions coming,
> --K
>
> On Sep 25, 2009, at 6:02 AM, Thomas Balthazar wrote:
>
>
>
>
>
> > Hello John,
>
> > Thanks a lot for your answer.
> > That's exactly what I did, but the extension isn't activated on
> > Heroku... :-/
>
> > Any idea?
> > Best,
> > Thomas.
>
> > On Sep 25, 5:24 am, john <johnm...@gmail.com> wrote:
> >> the update command for most extensions modifies the file system (adds
> >> files to public/javascripts and/or public/stylesheets) so i think
> >> you're hitting the read-only filesystem restriction.
>
> >> if it's working locally you can commit all of the changes the
> >> extension made and then run:
>
> >> git push heroku master
> >> heroku db:push
>
> >> which will copy all the new files (the ones from the update command)
> >> and copy up your database (from the migrate command).
>
> >> On Sep 23, 3:52 pm, Thomas Balthazar <gro...@suitmymind.com> wrote:
>
> >>> Hello,
>
> >>> I've successfully installed Radiant 0.8.1 on Heroku.
> >>> Now, I'm trying to install an extension (http://github.com/tricycle/
> >>> radiant-page-preview-extension) but I cannot manage to do it. It  
> >>> works
> >>> perfectly locally, just by running 'rake
> >>> radiant:extensions:page_preview:update', but when I try to run this
> >>> command on Heroku 'heroku rake  
> >>> radiant:extensions:page_preview:update'
> >>> I get the following error :
> >>> --
> >>> rake aborted!
> >>> Don't know how to build task  
> >>> 'radiant:extensions:page_preview:update'
> >>> --
>
> >>> I've double-checked, and the 'page_preview' is present in my vendor/
> >>> extensions folder.
>
> >>> Any idea?
>
> >>> Thanks,
> >>> Thomas.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to heroku@googlegroups.com
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to