diff options
author | Sean Griffin <sean@thoughtbot.com> | 2014-10-16 20:09:42 -0600 |
---|---|---|
committer | Sean Griffin <sean@thoughtbot.com> | 2014-10-16 20:09:42 -0600 |
commit | e01a46f1f0e21d9018906a6a8dcfdae2d92f32ae (patch) | |
tree | b9daeede0740a4a0f05707479adfd789776ea126 /actionpack/lib/action_controller/railties | |
parent | 056d06627af1c99647d88521557c65ddc476520f (diff) | |
download | rails-e01a46f1f0e21d9018906a6a8dcfdae2d92f32ae.tar.gz rails-e01a46f1f0e21d9018906a6a8dcfdae2d92f32ae.tar.bz2 rails-e01a46f1f0e21d9018906a6a8dcfdae2d92f32ae.zip |
Add a deprecation warning for abiguous boolean values
In Rails 5.0, we'd like to change the behavior of boolean columns in
Rails to be closer to Ruby's semantics. Currently we have a small set
of values which are "truthy", and all others are "falsy". In Rails 5.0,
we will reverse this to have a small number of values which are "falsy",
and all others will become "truthy".
In the interim, all values which are ambiguous must emit a deprecation
warning.
Diffstat (limited to 'actionpack/lib/action_controller/railties')
0 files changed, 0 insertions, 0 deletions