[Rails] Re: upgrading from rails 1.1.6 to 2.3.2; problems with activerecord-oracle-adapter

2009-09-05 Thread Seth Green
sultan wrote: Thanks Joyce. I am a step ahead when I went to ruby-oci8 1.0.4 Now I am struggling with the following: /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require': no such file to load -- environments/ localization_environment (MissingSourceFile)

[Rails] Re: upgrading from rails 1.1.6 to 2.3.2; problems with activerecord-oracle-adapter

2009-05-18 Thread sultan
Thanks Joyce. I am a step ahead when I went to ruby-oci8 1.0.4 Now I am struggling with the following: /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require': no such file to load -- environments/ localization_environment (MissingSourceFile) On May 17, 11:48 

[Rails] Re: upgrading from rails 1.1.6 to 2.3.2; problems with activerecord-oracle-adapter

2009-05-17 Thread Joyce Zhan
Rails 2.3 does not work with ruby-oci8 2.0.0. gem install ruby-oci8 -v 1.0.4 You can find detail info at http://wiki.rubyonrails.org/database-support/oracle. -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ You received this message because you

[Rails] Re: upgrading from rails 1.1.6 to 2.3.2; problems with activerecord-oracle-adapter

2009-05-16 Thread Jeffrey L. Taylor
Quoting sultan sultan.bha...@gmail.com: I'm upgrading from rails 1.1.6 to 2.3.2 and having problems with activerecord-oracle-adapter. I really suggest you upgrade from 1.1.6 to 1.2.6 first. Rails 1.2.6 has many checks for deprecated (soon to be dropped) features. When your app runs

[Rails] Re: upgrading from rails 1.1.6 to 2.3.2; problems with activerecord-oracle-adapter

2009-05-16 Thread sultan
Hi Jeffrey Colin, Thanks for your quick response. Just to give you a brief back ground: Currently we have the application on a production box where we make the client requested changes in the evenings or week-ends. We have recently got a development box where I installed ruby 1.8.6; rubygems