1. 15 1月, 2015 1 次提交
  2. 18 12月, 2014 1 次提交
  3. 16 12月, 2014 1 次提交
  4. 29 11月, 2014 1 次提交
  5. 30 6月, 2014 1 次提交
  6. 26 5月, 2014 1 次提交
  7. 25 5月, 2014 2 次提交
  8. 22 5月, 2014 2 次提交
  9. 09 4月, 2014 2 次提交
  10. 03 4月, 2014 1 次提交
    • A
      In Active Record Querying guide, currently `Merging of scopes` section uses a... · 34a3d425
      ariabov 提交于
      In Active Record Querying guide, currently `Merging of scopes` section uses a concept of default scope in its example before it is introduced in the following section titled `Applying a default scope`.
      
      It makes more sense to switch the ordering to introduce default scopes (`Applying a default scope`) first and then go into `Merging of scopes` section where it is used.
      34a3d425
  11. 25 2月, 2014 1 次提交
  12. 11 11月, 2013 1 次提交
  13. 03 10月, 2013 1 次提交
  14. 04 7月, 2013 1 次提交
  15. 18 6月, 2013 1 次提交
    • S
      Use Colspan in th Tags · f0e4254b
      Sıtkı Bağdat 提交于
      Is it more suitable that using ```<th colspan="3">``` instead of three empty ```<th>```? It is simple, but what i am missing about it?
      
      Change repetitive th tags to use colspan attribute
      
      Update CHANGELOG.md
      
      Update CHANGELOG.md
      f0e4254b
  16. 30 4月, 2013 1 次提交
  17. 02 3月, 2013 1 次提交
  18. 27 2月, 2013 1 次提交
  19. 25 2月, 2013 1 次提交
  20. 30 11月, 2012 1 次提交
  21. 24 10月, 2012 1 次提交
  22. 10 10月, 2012 1 次提交
    • M
      Update test locations · 2a68f68a
      Mike Moore 提交于
      Change the default test locations to avoid confusion around the common
      testing terms "unit" and "functional".
      Add new rake tasks for the new locations, while maintaining backwards
      compatibility with the old rake tasks.
      
      New testing locations are as follows:
      
          app/models -> test/models (was test/units)
          app/helpers -> test/helpers (was test/units/helpers)
          app/controllers -> test/controllers (was test/functional)
          app/mailers -> test/mailers (was test/functional)
      2a68f68a
  23. 07 10月, 2012 1 次提交