1. 17 11月, 2008 1 次提交
  2. 16 11月, 2008 2 次提交
  3. 14 11月, 2008 1 次提交
  4. 07 11月, 2008 1 次提交
  5. 06 11月, 2008 3 次提交
  6. 30 10月, 2008 1 次提交
  7. 28 10月, 2008 1 次提交
  8. 24 10月, 2008 2 次提交
  9. 22 9月, 2008 1 次提交
  10. 15 9月, 2008 3 次提交
  11. 11 9月, 2008 1 次提交
  12. 10 9月, 2008 3 次提交
  13. 05 9月, 2008 1 次提交
  14. 29 8月, 2008 1 次提交
  15. 24 8月, 2008 1 次提交
  16. 23 8月, 2008 1 次提交
  17. 17 7月, 2008 1 次提交
  18. 15 7月, 2008 1 次提交
  19. 14 7月, 2008 2 次提交
  20. 04 7月, 2008 1 次提交
  21. 28 6月, 2008 1 次提交
    • P
      Allow conditions on multiple tables to be specified using hash. · cd994eff
      Pratik Naik 提交于
      Examples:
      
        User.all :joins => :items, :conditions => { :age => 10, :items => { :color => 'black' } }
        Item.first :conditions => { :items => { :color => 'red' } }
      
      Note : Hash key in :conditions is referring to the actual table name or the alias defined in query.
      cd994eff
  22. 23 6月, 2008 7 次提交
  23. 12 6月, 2008 1 次提交
  24. 11 6月, 2008 2 次提交