[#30679] IO.popen doesn't fail for non-existent command — nobu@...
なかだです。
4 messages
2007/04/03
[#30681] IO.popen("-") with no fork — Nobuyoshi Nakada <nobu@...>
なかだです。
13 messages
2007/04/03
[#30685] Re: IO.popen("-") with no fork
— "U.Nakamura" <usa@...>
2007/04/04
こんにちは、なかむら(う)です。
[#30686] Re: IO.popen("-") with no fork
— Yukihiro Matsumoto <matz@...>
2007/04/04
Hi,
[#30687] Re: IO.popen("-") with no fork
— Nobuyoshi Nakada <nobu@...>
2007/04/04
なかだです。
[#30688] Re: IO.popen("-") with no fork
— Yukihiro Matsumoto <matz@...>
2007/04/04
まつもと ゆきひろです
[#30722] JSON ライブラリの取り込み — "NARUSE, Yui" <naruse@...>
naruseです。
20 messages
2007/04/21
[#30723] Re: JSON ライブラリの取り込み
— "Akinori MUSHA" <knu@...>
2007/04/21
At Sat, 21 Apr 2007 12:27:47 +0900,
[#30724] Re: JSON ライブラリの取り込み
— "NAKAMURA, Hiroshi" <nakahiro@...>
2007/04/21
-----BEGIN PGP SIGNED MESSAGE-----
[#30729] Re: Ruby 1.9: multiple splats on rvalues in parallel assignment — SASADA Koichi <ko1@...>
ささだです.
6 messages
2007/04/26
[#30730] Re: Ruby 1.9: multiple splats on rvalues in parallel assignment
— Yukihiro Matsumoto <matz@...>
2007/04/26
まつもと ゆきひろです
[ruby-dev:30720] can not convert array to string: problem of a newbie
From:
"Md. Ruhul Amin" <amin@...>
Date:
2007-04-19 09:36:51 UTC
List:
ruby-dev #30720
hi guys,
def fil_string
sql = ActiveRecord::Base.connection()
filter_string=' '
sql.begin_db_transaction
column_ids = sql.execute("SELECT columnid FROM output_columns")
column_ids.each do |column_id|
filter_string=filter_string +" columnid='"+column_id+"'"
end
sql.commit_db_transaction
end
but in the solution
Error: can not convert array to string
at line -- filter_string=filter_string +" columnid='"+column_id+"'" "
--
Please take a hand in my code.
-----------------------------------
株式会社 SAO (エス エー オー)
ラフル アミン
-----------------------------------