Finally, it works. The problem is i didn't install rails 2.0.1 on local, so, i freeze the rails 2.0.1 to vendor/rails, and push it to the server. If i delete the vendor/rails, everything works find. so, i think i should add vendor/rails to .gitignore.
Also, thanks for the information about how to commit web change. I really like heroku. Thanks, Adam. On Jul 18, 11:15 am, "Adam Wiggins" <[EMAIL PROTECTED]> wrote: > On Thu, Jul 17, 2008 at 10:13 PM, jollibee <[EMAIL PROTECTED]> wrote: > > Also, rake console doesn't work because it cannot found the > > 'database.yml'. > > Are you sure? I just tried it and it worked fine. By rake console, I > mean clicking "edit" next to the app name and then selecting "rake" > from the gear menu, not your local rake. > > > Another problem i got is: If i change something in the web editor, i > > cannot get it back to my local use 'git pull' or 'heroku clone xxx'. > > You need to go to the revisions tab and commit your changes before you > can git pull them. > > > Hope heroku will support 2.1 soon. > > We will. :) > > Adam --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
