On 18 Nov 2009, at 18:39, David Nawara wrote:

This thread should be titled: "rspec-rails gem changing connection
adapter?"

I did some puts's and found that something is changing the connection
adapter to ActiveRecord::ConnectionAdapters::SQLite3Adapter, from my
specified ActiveRecord::ConnectionAdapters::MysqlAdapter. Or maybe it's
causing my connection settings not to apply?

Still not sure if I'm barking up the wrong tree, but the problem still
does fix itself when i comment out my rspec-rails gem.

Which version of the rspec-rails gem are you using?

Can you check the value of RAILS_ENV before and after the connection adapter gets changed? There are plugins and various other things (including an old version of rspec-rails) that stomp on RAILS_ENV when they load. That might be the problem.

cheers,
Matt

+447974 430184
m...@mattwynne.net
http://mattwynne.net

_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to