search for: 2750flesk

Displaying 3 results from an estimated 3 matches for "2750flesk".

2006 Aug 09
3
rel=nofollow or akismet
...and I guess it is becoming a problem now. I looked around on suggested ways to address the problem and found two systems - CAPTCH and Akismet. I consider both of them in this email along with the reasons why I am debating using neither of them. Then I ask for your advice. CAPTCHA ( http://dev.2750flesk.com/validates_captcha/ ) will keep bots out, but what if some rascals are posting comments just to get a high google page rank. I think these guys are manually posting the "anonymous comments". So CAPTCHA wont solve my problem. Akismet ( http://akismet.com/ ) will solve my problem if...
2006 Jul 16
0
Captcha Fun
Hello, I am trying to integrate a captcha into a form that is used to update a database. I am using a method that is outlined here: http://svn.2750flesk.com/validates_captcha/trunk/README, but things are not working correctly. The captcha image shows up in the user form, but the captcha input is being ignored. The following shows my controller file: class PublicController < ApplicationController include ActionView::Helpers::TextHelper veri...
2006 Jan 04
5
routing title in url
I''ve set up my app to display a post by retrieving its title instead of id, which works fine, except it looks like this "/post/the+title+of+post%3F" and I want it to be "the_title_of_post?" with underscores instead of plusses. Can anyone shed light? -- Posted via http://www.ruby-forum.com/.