summaryrefslogtreecommitdiff
path: root/spec/models/concerns/sha_attribute_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add # frozen_string_literal to spec/modelsThong Kuah2019-04-011-0/+2
* only issue a warning if column doesn't existBrett Walker2018-05-101-4/+6
* Backport: Keep ShaAttribute from halting startup when we can’t connect to a...Brett Walker2018-05-081-13/+54
* Fix another typo in SHA attribute specfix-typo-in-sha-attribute-specStan Hu2017-07-071-1/+1
* Fix typo in SHA attribute specSean McGivern2017-07-071-1/+1
* Fix ShaAttribute concern when there is no tablefix-sha-attribute-no-tableSean McGivern2017-07-071-6/+25
* Added code for defining SHA attributesYorick Peterse2017-06-291-0/+27