Well it wasn't working as I expected, which is why I thought to run the tests, but I understand your reasoning. I wonder if there is a better way to simulate you environment locally so I can test. In any case, I'll dig into the console errors a bit more... seems like one of my plugins isn't loading correctly. Any debugging tips would be appreciated :)
On Mar 26, 4:51 pm, Adam Wiggins <[email protected]> wrote: > Heroku doesn't provide a test database, so "heroku rake test" won't work. > This might be an interesting feature to provide at some point, although > automated CI systems like runcoderun.com may be a better approach than > trying to run tests on a production system. > > If you're just tinkering with a new app, one thing to try is "heroku > console". This will let you run methods and see if it seems like everything > is working the way you expect. > > 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 -~----------~----~----~----~------~----~------~--~---
