Displaying 1 result from an estimated 1 matches for "felenstein".
2006 Jun 17
4
Simple tutorial weirdness
Sorry - working on a simple tutorial but something is throwing me
here. I''m supposed to get a Time.now() print to the page but it''s not
working and I can''t figure out why.
No errors are thrown my the page shows:
Howdy, world! My name is Stuart Felenstein.
This was verified at .
So no time stamp showing. I went into IRB , did a Time.now() and it''s
working there so am I missing something ?
In my controller:
class NamerController < ApplicationController
def index
@my_name = ''Stuart''
end
def timestamped
@my_name = '...