November 2007
3 posts
Kako posetioci koriste sajt? →
A Micro-CMS in Rails →
A short tutorial on how to build small CMS in Rails.
validates_format_of :username, :with => /^[a-zA-Z][a-z0-9A-Z]{2,10}$/
(usernames starting with a letter, followed by 2 or more letters or
digits up to 10, min username length = 3, max username length = 11)