rails:725
From: Osakana <osakanas@g...>
Date: Sat, 3 Dec 2005 20:49:38 +0900
Subject: [rails:725] Re: 悩ましい日付型, date_select, select_date
たかぎさん、はじめまして。 おさかなといいます。 Four Days on Rails http://www.rails4days.pwp.blueyonder.co.uk/Rails4Days.pdf Page 27-28 あたりに、以下のようなコードが掲載されています。 def create begin @item = Item.new(@params[:item]) if @item.save flash['notice'] = 'Item was successfully created.' redirect_to :action => 'list_by_priority' else @categories = Category.find_all render_action 'new' end rescue flash['notice'] = 'Item could not be saved.' redirect_to :action => 'new' end end Four Days on Rails は Rails 入門としては、私には少々難しす ぎるドキュメントでしたが、実用的なテクニックが色々と盛り込まれて いるようですね。 -- ML: rails@r... 使い方: http://QuickML.com/ Web Site: http://wiki.fdiary.net/rails/ ML Archives: http://www.fdiary.net/ml/rails/
724 2005-12-03 12:33 [gollum@h... ] 悩ましい日付型, date_select, select_date -> 725 2005-12-03 12:49 ┣[osakanas@g... ] 726 2005-12-03 13:42 ┃┣[kazuhiko@f... ] 727 2005-12-03 13:59 ┃┗[gollum@h... ] 729 2005-12-04 07:02 ┗[moriq@m... ] 730 2005-12-04 07:09 ┣[moriq@m... ] 731 2005-12-04 07:30 ┣[moriq@m... ] 733 2005-12-04 10:26 ┗[gollum@h... ] 734 2005-12-04 11:44 ┗[moriq@m... ] 735 2005-12-04 11:56 ┣[moriq@m... ] 739 2005-12-04 16:49 ┗[gollum@h... ]