From: sas sas Date: 2006-04-07T11:46:44+09:00 Subject: Re: accessing session with session.each unknown wrote: > On Fri, 7 Apr 2006, sas sas wrote: > >> unless @data >> >> And then, taking into account that ruby is a fully interpreted language, >> how come my changes are being ignored??? >> >> Saludos >> >> Sas >> >> PS: I apologize if this is a stupid question. I'm just taking my very >> first steps with ruby and with rails. > > if you are running in fastcgi mode you script, and it's dependancies, > are > loaded only once. is this the case? > > -a I followed the install method from Agile Web Development with Rails, that is I'm using WEBrick, and started it with ruby script/server (well, in fact I'm using radrails, but I guess it's the same), so I guess I'm not using fastcgi. Besides I tried reinitiating the server. Any other idea? -- Posted via http://www.ruby-forum.com/.