[前][次][番号順一覧][スレッド一覧]

rails:2677

From: roppongitoppogi@y...
Date: Sat, 10 May 2008 21:39:57 +0900 (JST)
Subject: [rails:2677] Re: script/console で OK な SQL が、 Class.find(〜) では「 Couldn'tfindClasswithout an ID 」エラー

>あべさん
参考になります。ありがとうございます。

・・・作ってはみたものの、ページネーションという大きな壁
が現れました。現在表示中の週の前週、次週に移動させたいの
ですが。。初心者には高い壁です。。。

--- Abe <aliasdice@m...> wrote:

> あべです。
> 
> 解決されたようですが、おせっかいながら一点。
> 
> >
> 一週間以内に作成されたレコードを表示するページが作りた
くて;
> ということであれば
> 
> one_week_ago = Date.today - 7
> Note.find(:all, :conditions => ["created_on > ?",
> one_week_ago])
> 
> のように書く方が良いのではないでしょうか?
> もし SQL テーブルの定義が
> 
> create table notes(
>  ...
>  ...
>  created_on timestamp
> );
> 
> のように定義されている場合、 "created_on = ?"
> の形式ではヒットしないような気がします。
> 
> 
> -- 
>      慎太郎
> 
> --
> ML: rails@r...
> 使い方: http://QuickML.com/
> 


--------------------------------------
GANBARE! NIPPON! Win your ticket to Olympic Games 2008.
http://pr.mail.yahoo.co.jp/ganbare-nippon/

--
ML: rails@r...
使い方: http://QuickML.com/

[前][次][番号順一覧][スレッド一覧]

      2670 2008-05-09 17:50 [moronatural@g...    ] [ANN] Rails勉強会@東京を5/18(日)に大森で実施します
      2671 2008-05-10 08:30 ┗[roppongitoppogi@y...] script/console で OK な SQL が、 Class.find(〜) では「 Couldn't find Class without an ID 」エラー 
      2673 2008-05-10 10:51  ┗[ofl@c...            ]                                     
      2674 2008-05-10 11:37   ┗[roppongitoppogi@y...]                                   
      2675 2008-05-10 11:44    ┗[roppongitoppogi@y...]                                 
      2676 2008-05-10 12:23     ┗[aliasdice@m...      ]                               
->    2677 2008-05-10 14:39      ┗[roppongitoppogi@y...]                             
      2678 2008-05-10 18:55       ┗[aliasdice@m...      ]