Form validation _without_ activerecord

Hi guys!

I really like to form validation feature of ActiveRecord.

However, what is the most natural way in rails to form-validate
if you don’t have a model?

Best regards
Peter

Hi,

validations are rather tightly integrated into ActiveRecord so
validations without a model might be quite a lot of work.

However, if you want a ‘table-less’ model, then railsweenie apparently
has the answer:

http://tinyurl.com/b9926

Regards,
Trevor

On 21-Nov-05, at 1:43 PM, Pete wrote:

Rails mailing list
[email protected]
http://lists.rubyonrails.org/mailman/listinfo/rails


Trevor S.
http://somethinglearned.com

I asked this question just a short while ago. You can read about it at:

http://www.ruby-forum.com/topic/1559#1109

I’m using the solution right now and it works great.

Steve