1. 08 12月, 2012 2 次提交
  2. 07 12月, 2012 1 次提交
  3. 30 11月, 2012 1 次提交
  4. 29 11月, 2012 2 次提交
  5. 18 11月, 2012 1 次提交
  6. 17 11月, 2012 1 次提交
  7. 16 11月, 2012 1 次提交
  8. 14 11月, 2012 1 次提交
  9. 08 11月, 2012 1 次提交
  10. 26 10月, 2012 1 次提交
  11. 19 10月, 2012 2 次提交
  12. 17 10月, 2012 2 次提交
  13. 01 10月, 2012 1 次提交
  14. 26 9月, 2012 1 次提交
    • S
      Remove readonly notice. · 15d475a6
      Steve Klabnik 提交于
      You need to have @implicit_readonly set for this to happen,
      and it's false by defualt.
      
      Fixes #3386.
      15d475a6
  15. 25 9月, 2012 1 次提交
  16. 18 9月, 2012 9 次提交
  17. 12 9月, 2012 1 次提交
    • B
      Accept belongs_to assoc. keys in ActiveRecord queries · 3da275c4
      beerlington 提交于
      Allows you to specify the model association key in a belongs_to
      relationship instead of the foreign key.
      
      The following queries are now equivalent:
      
      Post.where(:author_id => Author.first)
      Post.where(:author => Author.first)
      
      PriceEstimate.where(:estimate_of_type => 'Treasure', :estimate_of_id => treasure)
      PriceEstimate.where(:estimate_of => treasure)
      3da275c4
  18. 09 9月, 2012 2 次提交
  19. 08 9月, 2012 1 次提交
  20. 07 9月, 2012 1 次提交
  21. 03 9月, 2012 1 次提交
  22. 07 8月, 2012 1 次提交
  23. 31 7月, 2012 1 次提交
  24. 28 7月, 2012 1 次提交
  25. 11 7月, 2012 1 次提交
  26. 06 7月, 2012 2 次提交