1. 20 8月, 2014 1 次提交
  2. 04 8月, 2014 1 次提交
  3. 03 8月, 2014 1 次提交
  4. 16 7月, 2014 2 次提交
  5. 13 7月, 2014 1 次提交
  6. 09 7月, 2014 1 次提交
  7. 30 6月, 2014 1 次提交
  8. 27 6月, 2014 1 次提交
  9. 17 6月, 2014 1 次提交
  10. 16 6月, 2014 1 次提交
  11. 02 6月, 2014 2 次提交
  12. 30 5月, 2014 1 次提交
  13. 25 5月, 2014 1 次提交
  14. 22 5月, 2014 1 次提交
  15. 20 5月, 2014 1 次提交
  16. 17 5月, 2014 1 次提交
  17. 09 4月, 2014 1 次提交
  18. 20 2月, 2014 1 次提交
  19. 12 2月, 2014 1 次提交
  20. 10 2月, 2014 1 次提交
  21. 08 2月, 2014 1 次提交
  22. 05 2月, 2014 1 次提交
  23. 04 2月, 2014 1 次提交
  24. 03 2月, 2014 1 次提交
  25. 24 1月, 2014 1 次提交
  26. 02 1月, 2014 1 次提交
    • J
      Automatically maintain test database schema · ff7ab3bc
      Jon Leighton 提交于
      * Move check from generated helper to test_help.rb, so that all
        applications can benefit
      * Rather than just raising when the test schema has pending migrations,
        try to load in the schema and only raise if there are pending
        migrations afterwards
      * Opt out of the check by setting
        config.active_record.maintain_test_schema = false
      * Deprecate db:test:* tasks. The test helper is now fully responsible
        for maintaining the test schema, so we don't need rake tasks for this.
        This is also a speed improvement since we're no longer reloading the
        test database on every call to "rake test".
      ff7ab3bc
  27. 27 12月, 2013 1 次提交
  28. 30 11月, 2013 1 次提交
  29. 10 11月, 2013 1 次提交
  30. 05 11月, 2013 1 次提交
  31. 03 10月, 2013 1 次提交
  32. 20 9月, 2013 1 次提交
  33. 07 9月, 2013 1 次提交
  34. 23 8月, 2013 1 次提交
  35. 14 8月, 2013 1 次提交
  36. 02 7月, 2013 1 次提交
  37. 26 6月, 2013 1 次提交
    • R
      Improve the testing guide [ci skip] · 577a6378
      Robin Dupret 提交于
      Improve the "Testing Rails Applications" guide adding a section for
      testing helpers and a little note about associations with ActiveRecord
      and YAML fixtures.
      
      Also add a link to Fixture Builder ; yet another replacement for
      fixtures such as Machinist or FactoryGirl.
      577a6378
  38. 14 6月, 2013 1 次提交