#except and #only with `default_scope`
https://github.com/rails/rails/pull/3143 well...
except
still/again doesn't work with default_scope
in 3.2
not sure about only
don't really understand how it's working
unscoped
does still work, but it kills all of the scopes :(