Displaying 4 results from an estimated 4 matches for "mcname".
Did you mean:
cname
2007 May 22
2
find :all :include broken on Oracle 10
Hi,
I am trying the following in Ruby using InstantRails 1.7 on WindowsXP
Publication.find(:all, :include => [:doc_type, :release_state] )
but I get the error:
OCIError: ORA-00904: "DOC_TYPES"."PUBLICATION_ID": invalid identifier:
SELECT publications.id AS t0_r0, publications.docid AS t0_r1,
publications.doc_type_id AS t0_r2, publications.title AS t0_r3,
2009 Oct 22
1
Help regarding removing Inf from dataframe, creating new dataframe with selected variables, count function
...t, I want to read latest status of market cap.
4. Change in market cap represent by 0/1 so even if market cap status changed once, take value 1.
5. create output file containing some already existed variables and newly created variables.
following is sample data:
Date AssetId Name Country Liquidity MCName
2006_12_31 322833 YPF 'D' Argentina 1 LC
2006_12_31 321948 TELECOM ARGN.'B' Argentina 1 LC
2006_12_31 320205 TELEFONICA DE ARGN.'B' Argentina 1 LC
2007_12_31 874140 YPF 'D' Argentina 1 LC
2006_12_31 281678 PETROBRAS ENGA.PPC.'B' Argentina 1 LC
2006_12_31 9922...
2007 May 29
4
undefined method `define_a_column' for class `OCI8::Cursor'
Hi,
Environment: Solaris 10, Orale 10g, Apache 2.2, Ruby 1.8.4, Rails
1.2.3, Ruby OCI8 1.0.0-rc2
As soon as I compiled and installed the Ruby/OCI8 interface, I got the
following error from my application:
=========================
[notice] mod_fcgid: call /export/home/invido/invido/portal2/public/
dispatch.fcgi with wrapper /usr/local/bin/ruby /export/home/invido/
2007 May 08
1
Can't get Ruby on Rails with Apache and FastCGI
Hi!
Environment
=========
Solaris 10
Apache 2.2.0 with fcgid_module
Ruby 1.8.4
Rails 1.2.3
I am trying to get FastCGI working. Initially I used "dispatch.cgi"
successfully but when I switched to "dispatch.fcgi" I get
====================================================
Application error
Rails application failed to start properly