Rails' client-side-validation form_for error
问题 I am using client validation rails gem and I got this error. Any idea..... wrong number of arguments (3 for 2) Extracted source (around line #1): <%= form_for @user, :validate => true do |f| %> Trace of template inclusion: app/views/users/new.html.erb 回答1: Based on https://github.com/bcardarella/client_side_validations/issues/494 it looks like CSV will not support Rails 4 for a little bit longer. However it also states I don't see CSV 4.0 coming out for at least 2 months after Rails 4.0 lands