You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for rails-database-url - it looks like a useful little gem to sit alongside queue classic.
I haven't had time to trace this properly, but it looks like there's a bug with it in our tests on Rails 3.2.6.
If we run rake test the test environment is loaded, but it uses our development DB. If we run rake test RAILS_ENV=test it uses the test DB as expected.
If I remove rails-database-url it works as expected. Can you reproduce this at all?
The text was updated successfully, but these errors were encountered:
Thanks for rails-database-url - it looks like a useful little gem to sit alongside queue classic.
I haven't had time to trace this properly, but it looks like there's a bug with it in our tests on Rails 3.2.6.
If we run
rake test
the test environment is loaded, but it uses our development DB. If we runrake test RAILS_ENV=test
it uses the test DB as expected.If I remove rails-database-url it works as expected. Can you reproduce this at all?
The text was updated successfully, but these errors were encountered: