Joined May 2012
·
Achievements
50 Karma
0 Total ProTip Views
Ashcat
Make Ruby on Rails better for everyone by getting a commit accepted
Forked
Have a project valued enough to be forked by someone else
Charity
Fork and commit to someone's open source project in need
Mongoose 3
Have at least three original repos where Ruby is the dominant language
Mongoose
Have at least one original repo where Ruby is the dominant language
Actually translation still does not work, because
errors.full_messages
produces a mix of english and russian (in my case) like so:<li>fieldnameinenglish errormessageinrussian</li>
But if I run
object.errors.full_messages
from console, it works correct. I think thatinclude
is being called from a wrong place.Any ideas how to fix?