Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add three new rubocop rules | Rafael Mendonça França | 2016-08-16 | 1 | -2/+2 |
* | modernizes hash syntax in activerecord | Xavier Noria | 2016-08-06 | 1 | -3/+3 |
* | applies new string literal convention in activerecord/test | Xavier Noria | 2016-08-06 | 1 | -24/+24 |
* | Show proper error message when a non-relation object is passed to AR::Relatio... | Prathamesh Sonpatki | 2016-02-17 | 1 | -0/+6 |
* | Improve error message for #or when it is structurally incompatible | Rafael Mendonça França | 2016-01-13 | 1 | -1/+3 |
* | Post.all.or(anything) == Post.all | Sean Griffin | 2015-01-29 | 1 | -2/+2 |
* | Bring the implementation of Relation#or up to speed | Sean Griffin | 2015-01-28 | 1 | -3/+6 |
* | Added #or to ActiveRecord::Relation | Matthew Draper | 2015-01-28 | 1 | -0/+81 |