-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
carrierwave support #4
Comments
@darkleaf Rack::Test::UploadedFile only in the TEST environment? |
@saratovsource this fails both on production and testing. I think we have to add Eg: class Course < AR::Base
skip_autovalidation_on :image
end |
@akalyaev, I have not found such a method. |
@darkleaf It will be, soon 😄 |
@akalyaev, I think that this method should have another name. |
@darkleaf Now you can use Valle.configure do |config|
config.attributes = {
'Person' => %w(id <other_attributes_except_photo>)
}
end |
May be easier to test class of field? |
@darkleaf see README for details |
I have validtion error because 9759 > string length(255).
The text was updated successfully, but these errors were encountered: