Quantcast
Channel: a day in the pit » Code
Viewing all articles
Browse latest Browse all 2

Validating Emails in Ruby on Rails

$
0
0
It's time to validate e-mail addresses and you're sitting in a Ruby on Rails application. Fortunately, there are a few methods to tackle such a task, and a combination of them can yield a pretty nice solution. The first idea is to use some lengthy regular expressions. But why enumerate/describe in regular expressions what we [...]

Viewing all articles
Browse latest Browse all 2

Trending Articles