So in Rails 4 the long desired feature to use not queries has been added.
not
Article.where.not(title: \'Rails 3\')
Has similar su
Rails 5 will support it but you can use this backport for Rails 4.2 : https://github.com/Eric-Guo/where-or