From: Gennady Bystritsky Date: 2006-05-11T04:28:41+09:00 Subject: Re: changing the type of a variable That's it. If it still complains, make sure that you changed it in the right/all place(s). Puts some messages around the code to make sure that the problem is really in between those messages. You can also use @items.inspect in those messages to see what type @items really is. Whatever you output with puts should appear in the terminal where you ran your server from. Gennady. > -----Original Message----- > From: list-bounce@example.com > [mailto:list-bounce@example.com] On Behalf Of Allison Newman > Sent: Wednesday, May 10, 2006 12:20 > To: ruby-talk ML > Subject: Re: changing the type of a variable > > Gennady Bystritsky wrote: > > You may need to restart your Rails application so that your > changes may > > be picked up. > > > > Gennady. > > Without wanting to sound really dumb, how do I restart a > Rails app. As > far as I can see, the only thing that is actually running is > the server > (WEBrick), which I had already tried restarting, without > success... :-/ > > -- > Posted via http://www.ruby-forum.com/. > >