We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the migration I see t.boolean :is_proc, default: false
t.boolean :is_proc, default: false
According to #68 this feature doesnt work since Rails 3.2 likely.
I suspect this feature should be removed otherwise it should be documented in the readme so as to understand the usage.
The text was updated successfully, but these errors were encountered:
I wouldn't remove it It is a known issue and I hope will be fixed eventually
As for the feature itself, here are the tests for it https://github.com/ruby-i18n/i18n/blob/0888807ab2fe4f4c8a4b780f5654a8175df61feb/lib/i18n/tests/procs.rb#L5
I am going to keep #68 as a tracker for this issue so closing this one
Sorry, something went wrong.
No branches or pull requests
In the migration I see
t.boolean :is_proc, default: false
According to #68 this feature doesnt work since Rails 3.2 likely.
I suspect this feature should be removed otherwise it should be documented in the readme so as to understand the usage.
The text was updated successfully, but these errors were encountered: