Displaying 2 results from an estimated 2 matches for "user_last_nam".
Did you mean:
user_last_name
2006 Aug 02
1
Object is populated but attributes are unavailable
...write_log("Org name: #{org.org_name}")
end
----------------------------------------------
...is returning the blank org_name below?
Am I accessing the object''s attribute wrong?
----------------------------------------------
Org: #<Organization:0x39c97d0 @attributes={"user_last_name"=>"James",
"user_first_name"=>"Kevin", "id"=>"1", "org_name"=>"James Photographic
Illustration", "user_email_address"=>"xxx@fakename.com",
"user_password"=>"password&q...
2007 Jan 26
0
Problems with assert_select in integration tests
...account/new_account_step_two\" method=\"post\"><p><label
for=\"user_first_name\">First Name:</label><br/>\n\t<input
id=\"first_name\" name=\"first_name\" type=\"text\" /></p>\n<p><label
for=\"user_last_name\">Last Name:</label><br/>\n\t<input
id=\"last_name\" name=\"last_name\" type=\"text\" /></p>\n<input
name=\"commit\" type=\"submit\" value=\"Create Account\"
/></form>\n\t\t</div>\n\t</...