[Rails] Re: field_with_errors.

2010-10-05 Thread Idonas
Hi, If you have your own way of handling errors in your views, you can disable rails default encapsulation by doing ActionView::Base.field_error_proc = Proc.new do |html_tag, instance| html_tag end inside an initializer. and so no field_with_errors div will be wrapped around your fields.

[Rails] Re: Ruby on Rails hosting

2010-09-02 Thread Idonas
Hi all, I suggest Linode's non-managed, vps. Cost effective, reliable, good support. Went to it straight from managed/shared hosting, and never looked back. You should easily find blogposts for getting started on linode with rails. good luck! On Sep 1, 1:43 pm, gezope gez...@gmail.com wrote: