Skip to content

Commit

Permalink
Remove not necessary AR changelog entry, fix markup [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosantoniodasilva committed Aug 30, 2013
1 parent c975da9 commit 1297d22
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions activerecord/CHANGELOG.md
@@ -1,7 +1,3 @@
* Test that PostgreSQL adapter includes `usec` when quoting `DateTime` objects

*Ben Cherry*

* Fix PredicateBuilder so polymorhic association keys in `where` clause can
also accept not only `ActiveRecord::Base` direct descendances (decorated
models, for example).
Expand All @@ -12,7 +8,7 @@
parentheses (eg. `($1.25) # => -1.25`)).
Fixes #11899.

* Yves Senn*
*Yves Senn*

* Stop interpreting SQL 'string' columns as :string type because there is no
common STRING datatype in SQL.
Expand All @@ -28,7 +24,6 @@
Example:

record = User.new

record.logged_in_from_ip # is type of an inet or a cidr

# Before:
Expand Down

0 comments on commit 1297d22

Please sign in to comment.