1. 24 12月, 2016 2 次提交
  2. 23 12月, 2016 2 次提交
  3. 21 12月, 2016 1 次提交
  4. 19 12月, 2016 2 次提交
  5. 16 12月, 2016 2 次提交
    • K
      Throw friendly error message when fixture is not a hash · 3e018eca
      Kir Shatrov 提交于
      Right now, when fixture is not a Hash we throw an error message
      saying "fixture is not a hash". This is not very user friendly because
      it's not saying which fixture is invalid.
      3e018eca
    • R
      fix QueryCache nil dup · e220fda3
      Richard Monette 提交于
      make sql statements frozen
      
      dup if arel is not our string
      
      expect runtime error
      
      dont wrap runtime error in invalid
      
      log errors will now be treated as runtime errors
      
      update changelog
      e220fda3
  6. 14 12月, 2016 2 次提交
  7. 12 12月, 2016 1 次提交
  8. 11 12月, 2016 2 次提交
  9. 10 12月, 2016 4 次提交
  10. 09 12月, 2016 5 次提交
  11. 07 12月, 2016 1 次提交
  12. 06 12月, 2016 11 次提交
  13. 05 12月, 2016 1 次提交
  14. 02 12月, 2016 2 次提交
  15. 01 12月, 2016 2 次提交
    • N
      Fix issue number from becoming markdown header · 634f2238
      nanaya 提交于
      The alternative is escaping it but moving around the text seems a bit simpler.
      634f2238
    • S
      Make the second argument to `attribute` optional · 1bdc395d
      Sean Griffin 提交于
      While working on updating Paper Trail for 5.1 compatibility, I noticed
      that I was required to pass a second argument to `attribute`. I didn't
      intend for this to be the case, as `attribute :foo` is totally
      reasonable shorthand for "I want `attr_accessor :foo`, but also have it
      work with things like `.attributes` and `ActiveRecord::Dirty`"
      1bdc395d