I have pushed my application on heroku. As of May 2008, the latest
stable version of ruby is 1.8.7, which is what we are using in our
development environment. However on heroku, I found that the version
is 1.8.6. Because of version mismatch, some methods we wrote in the
application were not behaving as desired. It took us sometime to
figure this out. I thought of running tests to see what else may be
failing. Running heroku rake test, always give me an error,
/usr/local/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/
connection_adapters/abstract/connection_specification.rb:62:in
`establish_connection': test database is not configured
(ActiveRecord::AdapterNotSpecified).

So I have two questions
1. Is there a way I can set this database on heroku. With whatever
little knowledge I had, I could not do so
2. Is there a way I can define ruby version to be 1.8.7.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to