[Rails] Re: Rails 3.2.6 hates dbi gem ?

2012-09-16 Thread Satish S.
Fred - Thanks for the reply I have tried the bundler fix .. the following works too Bundler.with_clean_env do system ("ruby pgm.rb") end Of course rails hates dbi and it has to come off the gemfile .. i like it that way -- Posted via http://www.ruby-forum.com/. -- You received this messag

[Rails] Rails 3.2.6 hates dbi gem ?

2012-09-15 Thread Satish S.
I have a bad problem I have a small rails app .. was running fine with ruby 1.8x and rails 2.x In my extreme stupidity I decided to move to ruby 1.9.x and rails 3 .. and it's a glorious pain. My ruby app uses mysql .. and I use active record for that. However there is an earlier pgm I had writte