1. 26 6月, 2014 4 次提交
  2. 25 6月, 2014 2 次提交
    • S
      Move behavior of `read_attribute` to `AttributeSet` · a89f8a92
      Sean Griffin 提交于
      Moved `Builder` to its own file, as it started looking very weird once I
      added private methods to the `AttributeSet` class and the `Builder`
      class started to grow.
      
      Would like to refactor `fetch_value` to change to
      
      ```ruby
      self[name].value(&block)
      ```
      
      But that requires the attributes to know about their name, which they
      currently do not.
      a89f8a92
    • Y
      `preload` preserves readonly flag on associations. #15853 · 5706d290
      Yves Senn 提交于
      This is a partial fix for #15853. It only works when a `preload`
      is issued and not an `eager_load`. I've added a skipped failing
      test-case to keep in mind that we need to deal with `eager_load`.
      5706d290
  3. 24 6月, 2014 8 次提交
  4. 23 6月, 2014 5 次提交
  5. 22 6月, 2014 5 次提交
  6. 21 6月, 2014 1 次提交
  7. 20 6月, 2014 4 次提交
  8. 19 6月, 2014 2 次提交
  9. 18 6月, 2014 9 次提交