Skip to content

Commit

Permalink
remove CHANGELOG entry for Rails 5.0 only feature. #18918
Browse files Browse the repository at this point in the history
`has_secure_token` hasen't been released yet. No need to track
every change in the CHANGELOG.
  • Loading branch information
senny committed Feb 13, 2015
1 parent d0326bb commit 57a1d2b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions activerecord/CHANGELOG.md
@@ -1,10 +1,3 @@
* `has_secure_token` does not overwrite value when already present.

user = User.create(token: "custom-secure-token")
user.token # => "custom-secure-token"

*Wojciech Wnętrzak*

* Use SQL COUNT and LIMIT 1 queries for `none?` and `one?` methods if no block or limit is given,
instead of loading the entire collection to memory.
This applies to relations (e.g. `User.all`) as well as associations (e.g. `account.users`)
Expand Down

0 comments on commit 57a1d2b

Please sign in to comment.