From: Brian Candler Date: 2010-02-15T06:46:02+09:00 Subject: Re: can't convert Symbol into String Ralph Shnelvar wrote: > I'm getting the following error > > - - - - - > > TypeError in Users#new > > Showing app/views/users/new.html.erb where line #20 raised: This looks like you are working with Rails. Rails is not Ruby. Ruby is a programming language; Rails is a web application framework which happens to be written *in* Ruby. If you're having a problem with Rails, your best bet is to ask on a Rails mailing list or forum. > Why can't my shnView.label(:email) method create a symbol to sting > conversion ... but f.text_field can? Without seeing the code to your shnView.label method, I couldn't say. But since you used shnView.label('nickname') successfully above, maybe shnView.label('email') is what you want. Regards, Brian. -- Posted via http://www.ruby-forum.com/.