diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2015-02-10 17:23:13 -0200 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2015-02-10 17:23:13 -0200 |
commit | 3d91083e1430cd2b9af747ed5851e406808ee86f (patch) | |
tree | 51fc670a3ca05de2e750bdc8a44792f87dc3b5d5 /activerecord/CHANGELOG.md | |
parent | 5d180fdf06b4a051234f8876fc829557366b721b (diff) | |
parent | cb7190aa9c4c9e844d063d8c3470af950fa715b7 (diff) | |
download | rails-3d91083e1430cd2b9af747ed5851e406808ee86f.tar.gz rails-3d91083e1430cd2b9af747ed5851e406808ee86f.tar.bz2 rails-3d91083e1430cd2b9af747ed5851e406808ee86f.zip |
Merge pull request #18877 from prathamesh-sonpatki/ar-changelog-typos-2
Fixed typos in ActiveRecord CHANGELOG [ci skip]
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r-- | activerecord/CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index ced6747329..c1b803c7f8 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -25,7 +25,7 @@ *Rafael Mendonça França* -* Use `SCHEMA` instead of `DB_STRUCTURE` for specifiying structure file. +* Use `SCHEMA` instead of `DB_STRUCTURE` for specifying structure file. This makes the db:structure tasks consistent with test:load_structure. @@ -109,7 +109,7 @@ *Sean Griffin* * Values which would error while being sent to the database (such as an - ASCII-8BIT string with invalid UTF-8 bytes on Sqlite3), no longer error on + ASCII-8BIT string with invalid UTF-8 bytes on SQLite3), no longer error on assignment. They will still error when sent to the database, but you are given the ability to re-assign it to a valid value. |