[#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:30718] Problem: insert data in two tables from an input form.
From:
"Md. Ruhul Amin" <amin@...>
Date:
2007-04-18 03:33:52 UTC
List:
ruby-dev #30718
Hi guys,
I have two tables.
Table1: output_columns (3 columns)
Table2: file_datas (2 columns)
In any table I can search, show, edit data. But how can I insert data in
two table?
In my input form there are 5 input fields. I want to input 3 data in
table1 and last 2 data in table2. In the OutputColumnsController (the
controller of table1) I have written the following code
def create
@output_column = OutputColumn.new(params[:output_column])
if @output_column.save
flash[:notice] = 'OutputColumn was successfully created.'
redirect_to :action => 'list'
else
render :action => 'new'
end
end
By this code I can save in the table1. But how can I handle the
input data in table2?
Plz help me.
Amin-----------------------------------
株式会社 SAO (エス エー オー)
ラフル アミン
E-Mail:amin@e-sao.co.jp
-----------------------------------