Has anyone seen this happening to their apps?
I'm starting to get errors like this come across from one of my apps:
ActiveRecord::UnknownAttributeError: unknown attribute: <script type
The parameters being sent are:
{"user"=>
{"email_confirmation"=>"some...@example.com",
"wants_new_message_notifications"=>"1",
"is_admin"=>"0",
"<script type"=>"=MyLastName",
"first_name"=>"MyFirstName",
"email"=>"some...@example.com"},
"account_id"=>"1",
"action"=>"create",
"controller"=>"users",
"_"=>""}
Obviously it throws this error since my user model doesn't have a
property named "<script type".
So far it looks like it's coming from Safari only, both Windows and
Mac.
I'm wondering what could be renaming the form field names on the
client side to cause this? I have verified that the rendered HTML is
correct.
--
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Talk" group.
To post to this group, send email to rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.