Hi
I have a name field And it has no validation And when I update that
field with this
!@#$%^&*()_+|}{":?><,./;’[]\
It gives error
/usr/lib/ruby/gems/1.8/gems/activerecord-2.2.2/lib/active_record/connection_adapters/postgresql_adapter.rb:557:in
transaction' /usr/lib/ruby/gems/1.8/gems/activerecord-2.2.2/lib/active_record/transactions.rb:129:in
transaction’
Could anybody please suggest a regex to make pass this?
Thanks in advance
Sijo