Ruby on Rails Thursday, December 27, 2012

I've used it on both Ubuntu and Redhat Linux successfully.

A friendly advice is to prefer a UNIX based environment - Linux or Mac for both development and deployment because many of the gems available are written in native code and would compile only in UNIX.
This might give you some hints:
http://thefountainofwisdom.blogspot.in/2012/04/deploying-rails-applicaition-on-red-hat.html

On Tuesday, December 25, 2012 5:58:42 PM UTC+5:30, rails_fan wrote:
im new one to rails practising rails with sqlite but now it a situation for me to use oracle with rails i have tried to configure oracle with rails but is show me the following error 
activerecord oracle_enhanced adapter could not load ruby-oci8 load error
but i have installed needed gems for configuring oracle 
gem 'activerecord-oracle_enhanced-adapter', '~> 1.4.0'
gem 'ruby-oci8', '~> 2.1.0'
and also i have downloaded oracle instant client but still it does'nt work 
ill be happy if any body give me the step by step explanation on how to configure oracle?

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/vtnE-M_GkjQJ.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

No comments:

Post a Comment