search for: contact_first_name

Displaying 2 results from an estimated 2 matches for "contact_first_name".

2005 Dec 21
4
Who/What is making my field backgrounds yellow?
...in my rails forms the backgrounds are yellow. If I check the page source there is no clue as to why. However, if I *save* the page to disk and then open it in a text editor I can see that the affected fields are like: <input style="background-color: rgb(255, 255, 160);" id="contact_first_name" name="contact[first_name]" size="30" value="Tim" type="text"> How/Why are some of these appearing like this? It only seems to happen in Firefox, not Internet Explorer so perhaps it''s some browser "feature". But what are the r...
2006 Jun 15
6
Newbie''s problem with a nil object he didn''t expect!
Dear Rubyists/Rails gurus, Though I''ve successfully completed the various Rails tutorials online and the Depot application from the Agile Web Development with Rails book, I''m still pretty much a Ruby/Rails newbie. I''m trying to learn by writing my own simple blogging application, but I''ve run into a problem that has had me scratching my head for a few days now.