Re: getting started "test database is not configured"

2009-03-26 Thread sarah
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 load

Re: getting started "test database is not configured"

2009-03-26 Thread Adam Wiggins
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 a

getting started "test database is not configured"

2009-03-26 Thread sarah
I just got started with Heroku (at least that was my intent). I've pushed our Rails 2.0.2 app and ran into errors running: $ heroku rake test : /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/ connection_adapters/abstract/connection_specification.rb:217:in `establish_conn