diff options
author | Prathamesh Sonpatki <csonpatki@gmail.com> | 2013-03-23 16:23:58 +0530 |
---|---|---|
committer | Prathamesh Sonpatki <csonpatki@gmail.com> | 2013-03-23 16:23:58 +0530 |
commit | 14ce0c6eea688761f0477aeab14b09f45bbdd244 (patch) | |
tree | 9466699ffffa452dea464895bfca63b136914e49 /activerecord | |
parent | 7a872e9d84be2f0205d8ca811698be92195ef0e1 (diff) | |
download | rails-14ce0c6eea688761f0477aeab14b09f45bbdd244.tar.gz rails-14ce0c6eea688761f0477aeab14b09f45bbdd244.tar.bz2 rails-14ce0c6eea688761f0477aeab14b09f45bbdd244.zip |
Fixed typos in activerecord CHANGELOG
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/CHANGELOG.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 4a6e79c68e..7b86cd2e70 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -510,7 +510,7 @@ *James Miller* -* Allow store accessors to be overrided like other attribute methods, e.g.: +* Allow store accessors to be overridden like other attribute methods, e.g.: class User < ActiveRecord::Base store :settings, accessors: [ :color, :homepage ], coder: JSON @@ -533,7 +533,7 @@ *Dylan Smith* * Schema dumper supports dumping the enabled database extensions to `schema.rb` - (currently only supported by postgresql). + (currently only supported by Postgresql). *Justin George* @@ -1728,7 +1728,7 @@ * Added the schema cache dump feature. - `Schema cache dump` feature was implemetend. This feature can dump/load internal state of `SchemaCache` instance + `Schema cache dump` feature was implemented. This feature can dump/load internal state of `SchemaCache` instance because we want to boot rails more quickly when we have many models. Usage notes: |