Gintautas S. wrote in post #1105766:
> private/protected methods? What r u trying to accomplish?

> --
> Pagarbiai,
> Gintautas

I want to validate data from a form - an email string and a
password string. The Rails do not have special validator classes for the
common use cases (emails, digits, ip's, etc), (please correct me if I'm
wrong but I couldn't find any).

But there are some validators in ActiveModel and I'm trying to
understand what they offer and whether I can use them.

I do not use Rails ActiveRecord (--skip-active-record) and yet didn't
created any models. I'm just testing POST requests, receiving password
and email in my "create" action method. And want to validate them. Is it
possible with the validators Rails offer?

-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to