2008-03-31から1日間の記事一覧

ファイルアップロード

http://livedocs.adobe.com/flex/3_jp/html/help.html?content=17_Networking_and_communications_7.htmlAS3でかなり簡単に出来るようだ

AS3からRails2.0にPOST

id:shokaiさんの記事を参考にAS3からRails2.0にデータを投げるもちょっとうまくいかなかったので追記以下を参考にRails2.0で作成 http://d.hatena.ne.jp/shokai/20080321/1206057388 $ rails testbbs $ cd testbbs $ ruby script/generate scaffold message …

sqlite3インストールメモ

http://www.sqlite.org/download.html 上記サイトのDownloadからPrecompiled Binaries For Windowsの中 sqlitedll-3_5_7.zipをダウンロード解凍 c:\windows\system32にこぴー

Rails2.0

仕様かわりすぎ orzとりあえずscaffoldのときに name:string comment:text とかやらないと何も作ってくれない。 まあ、どっちが良いとはいえませんが・・・ せめてなにも引数もたせないときくらい動作変わらないように出来なかったのかなあ・・と