[Rails] Re: Where did this value in a form come from?

2009-12-24 Thread Marnen Laibow-Koser
Ralph Shnelvar wrote: >> Well, it's not in your HTML. Unless you've got some JS in there, my >> best guess is that it's coming from your Web browser, which is probably >> trying to "helpfully" autofill usernames and passwords. Try a different >> browser or a different computer, and I'll bet yo

[Rails] Re: Where did this value in a form come from?

2009-12-24 Thread Ralph Shnelvar
> Well, it's not in your HTML. Unless you've got some JS in there, my > best guess is that it's coming from your Web browser, which is probably > trying to "helpfully" autofill usernames and passwords. Try a different > browser or a different computer, and I'll bet you these entries won't be

[Rails] Re: Where did this value in a form come from?

2009-12-23 Thread Marnen Laibow-Koser
Ralph Shnelvar wrote: > Marnen Laibow-Koser wrote: >> Ralph Shnelvar wrote: >>> Marnen Laibow-Koser wrote: > > So ... what in Rails initializes the fields of a form? > > Ok ... this code is/was provided as example code from > http://www.rubyplus.org/episodes/20-Extended-RESTful-Authenti

Re: [Rails] Re: Where did this value in a form come from?

2009-12-23 Thread ChenJie|抽屉
Hello all, Sorry for jump in.. But, I have to say “I'm totally lost in this thread..." What is the *exactly* question from the very beginning? Do you mean those "Dave" and the "Passwords" ? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group

[Rails] Re: Where did this value in a form come from?

2009-12-23 Thread Ralph Shnelvar
Marnen Laibow-Koser wrote: > Ralph Shnelvar wrote: >> Marnen Laibow-Koser wrote: So ... what in Rails initializes the fields of a form? >>> Ok ... this code is/was provided as example code from http://www.rubyplus.org/episodes/20-Extended-RESTful-Authentication-Rails-2-App.html I downloade

[Rails] Re: Where did this value in a form come from?

2009-12-23 Thread Marnen Laibow-Koser
Ralph Shnelvar wrote: > Marnen Laibow-Koser wrote: >> Ralph Shnelvar wrote: >>> Newb here. >>> >>> I have a form and a value that is being displayed ... and I have no idea >>> where the value came from. >>> >>> I have done a >>> <%= debugger; '' %> >>> in the form and, indeed, the debugger stop

[Rails] Re: Where did this value in a form come from?

2009-12-23 Thread Ralph Shnelvar
Marnen Laibow-Koser wrote: > Ralph Shnelvar wrote: >> Newb here. >> >> I have a form and a value that is being displayed ... and I have no idea >> where the value came from. >> >> I have done a >> <%= debugger; '' %> >> in the form and, indeed, the debugger stops at the statement. >> >> I have

[Rails] Re: Where did this value in a form come from?

2009-12-23 Thread Marnen Laibow-Koser
Ralph Shnelvar wrote: > Newb here. > > I have a form and a value that is being displayed ... and I have no idea > where the value came from. > > I have done a > <%= debugger; '' %> > in the form and, indeed, the debugger stops at the statement. > > I have tried to trace through the code to see