作者fayhong (风起的瞬间)
看板Ruby
标题[问题] rails 的小问题
时间Sat Jan 20 11:19:50 2007
环境:
WinXP + Ruby 1.8.5 + Rails 1.2.1 + RedRails
AP Server: Mongrel
状况:
我在 say controller 下, 某个叫 hello 的 action 中
有个 instance variable 叫 @time ( @time = Time.now )
(follow Agile Rails 那本书第一章的范例)
想在 hello.rhtml 里的 <%= @time %> 当中显示时间
(呃...这里是 hello.rhtml 没错, 我打错字了
感谢 xamous 兄 :) )
可是现在问题就是, 照着书上写的东西写了
却没显示任何东西
当我改成 <%= Time.now %> 时
又有东西出现了 ~"~a
想请问各位前辈有什麽建议的吗 @@a
附注:
env 是 production, 因此我看了一下 log
可是 log 档里没有什麽异状 :
Processing SayController#hello (for my ip at 2007-01-20 11:40:34) [GET]
Session ID: 2a1e41de8ead800907868a72bc0af14c
Parameters: {"action"=>"hello", "controller"=>"say"}
Rendering say/hello
Completed in 0.00010 (10000 reqs/sec) | Rendering: 0.00000 (0%) | 200 OK
[
http://my host/say/hello]
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 220.132.64.184
※ 编辑: fayhong 来自: 220.132.64.184 (01/20 11:33)
※ 编辑: fayhong 来自: 220.132.64.184 (01/20 11:34)
1F:推 xamous:hello action 对应的应该是 hello.rhtml view 吧. @@a 01/20 12:05
※ 编辑: fayhong 来自: 220.132.64.184 (01/20 12:46)
※ 编辑: fayhong 来自: 220.132.64.184 (01/20 12:56)