search for: search_title

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

2006 May 16
1
Passing text from an rhtml input to a controller
...have that text passed to the controller (e.g. for use by a search routine). The following code has an input box in a form. What would I put in the "title" parameter to have that passed to the controller? When I put in a constant string it works but when I put in things like searcher.search_title.value or document.searcher.search_title.value the error text complains about the first word I use. What would go where the ???? is? <form name="searcher"> <input style="font-size:20" size="50" name="search_title" type="text" value=&...
2011 Feb 17
3
Handling InvalidAuthenticityToken from bots
I''m using exception_notifier to get an email when a 500 error occurs in production. Lately I''m seeing a lot of nonsensical POSTs show up that cause an InvalidAuthenticityToken error. All the fields contain random characters. (For instance, "search_title"=>"BHQWTZpjGeb") Is there a way to detect them and not send the email, while still sending the email in all other cases? I don''t want to get used to these emails and miss one that is an actual bug in production. -- You received this message because you are subscribed t...