Skip to content

Commit

Permalink
some wording format changes. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
senny committed Feb 3, 2014
1 parent 584a464 commit 06dde5f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions activerecord/CHANGELOG.md
Expand Up @@ -5,13 +5,13 @@

*Yves Senn*

* PostgreSQL implementation of SchemaStatements#index_name_exists?
* PostgreSQL implementation of `SchemaStatements#index_name_exists?`.

The database agnostic implementation does not detect with indexes that are
not supported by the ActiveRecord schema dumper. For example, expressions
indexes would not be detected.

This fixes #11018.
Fixes #11018.

*Jonathan Baudanza*

Expand Down Expand Up @@ -884,7 +884,7 @@

*Severin Schoepke*

* `ActiveRecord::Store` works together with PG `hstore` columns.
* `ActiveRecord::Store` works together with PostgreSQL `hstore` columns.

Fixes #12452.

Expand Down Expand Up @@ -1170,7 +1170,7 @@

*Yves Senn* , *Severin Schoepke*

* Fix multidimensional PG arrays containing non-string items.
* Fix multidimensional PostgreSQL arrays containing non-string items.

*Yves Senn*

Expand All @@ -1188,7 +1188,7 @@

*Richard Schneeman*

* Removed redundant override of `xml` column definition for PG,
* Removed redundant override of `xml` column definition for PostgreSQL,
in order to use `xml` column type instead of `text`.

*Paul Nikitochkin*, *Michael Nikitochkin*
Expand Down
2 changes: 1 addition & 1 deletion activerecord/lib/active_record/associations.rb
Expand Up @@ -670,7 +670,7 @@ def association_instance_set(name, association)
# column in the posts table.
#
# Note: The <tt>attachable_type=</tt> method is being called when assigning an +attachable+.
# The +class_name+ of the +attachable+ is being passed as a String.
# The +class_name+ of the +attachable+ is passed as a String.
#
# class Asset < ActiveRecord::Base
# belongs_to :attachable, polymorphic: true
Expand Down

0 comments on commit 06dde5f

Please sign in to comment.