Thanks for your advices! I found out that not all subfolders of my plugins were commited via git, thus I had these uninitialized constant errors. After deleting and re-installing these plugins in my local app the git commit worked just fine and everything is running perfectly!
Really easy deployment!! On 26 Apr., 16:32, Baptiste Decroix <[email protected]> wrote: > What you want is probably herokugarden which have a online editor. > > > > On Sun, Apr 26, 2009 at 5:20 PM, Oren Teich <[email protected]> wrote: > > > All file level interface is done via git with heroku. > > > Assuming your local copy is in ~/site/ > > then just add whatever you want to ~/site/vendor/plugins (or remove) > > commit the changes to git with git add -A and git commit -a, then git > > push heroku. That will update heroku with whatever changes you've > > made to the files. > > > Oren > > > On Sun, Apr 26, 2009 at 1:21 PM, jawosis <[email protected]> wrote: > > >> Hi, > > >> I tried to figure out how to upload plugins to my Heroku app but > >> cannot find any possibility to "edit" my app nor access the file > >> system via the Heroku webinterface (to go to the vendor directory for > >> example). > > >> There is only a "My Apps" link in the menu which lists all my current > >> apps. For each app there is a "settings" link which allows me to > >> change the app name, add collaborators and define a domain name. > >> Apart from that I can just click on each app in order to see it - but > >> in my case it doesn't work because of a lack of plugins. > > >> So where can I see the apps files? > >> How can I upload plugins? > > >> I really don't understand the Heroku webinterface! > > >> Thanks for any help! > > -- > Baptiste Decroix > Software Engineer > +1 514 313 7320www.Dental-Wings.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/heroku?hl=en -~----------~----~----~----~------~----~------~--~---
