Sanjeev Kumar Mishra

Results 2 issues of Sanjeev Kumar Mishra

Trying to connect to Oracle 11g database using following Gemfile: ````ruby source 'https://rubygems.org' gem 'mongify', '~> 1.3.1' gem 'ruby-oci8' gem 'activerecord-oracle_enhanced-adapter' ```` My translation looks like following: ````ruby table "pcm_customer"...

I have the following code: = best_in_place req, :looking_for_list, :url => user_request_path(user, req) the method 'looking_for_list' returns me an array of string values e.g ["coffee", "tea"]. I want to display...