1. 16 6月, 2013 1 次提交
  2. 15 6月, 2013 1 次提交
  3. 08 6月, 2013 1 次提交
  4. 05 6月, 2013 1 次提交
    • D
      Fix mismatching variable names when using an underscore · 2a576dd2
      Drew Ulmer 提交于
      The ERBTracker template digest helper class was using a regex to match
      render calls and it was incorrectly not matching against variables with
      underscores in the name. This caused it to use the wrong regex match data
      to populate the template dependency. Because underscore is a valid
      character for a variable, this fixes the ERBTracker to match it properly.
      2a576dd2
  5. 01 6月, 2013 5 次提交
  6. 15 5月, 2013 1 次提交
  7. 10 5月, 2013 1 次提交
  8. 07 5月, 2013 3 次提交
    • B
      Allow numbers in partial name for digesting · 3c516c4b
      Bryan Ricker 提交于
      Add failing test for template with number at the end
      
      Use \w for RENDER_DEPENDENCY regex
      
      Spacing
      
      Add CHANGELOG entry
      3c516c4b
    • R
      Updates to make rails 4 happy with minitest 5: · 3073c531
      Ryan Davis 提交于
      + Namespace changes, overhaul of runners.
      + Internal ivar name changes
      - Removed a logger globally applied to tests that spew everywhere?!?
      + Override Minitest#__run to sort tests by name.
      + Reworked testing isolation to work with the new cleaner architecture.
      - Removed a bunch of tests that just test minitest straight up. I think these changes were all merged to minitest 4 a long time ago.
      - Minor report output differences.
      3073c531
    • V
      remove unused variable · 584ebed4
      Vipul A M 提交于
      584ebed4
  9. 06 5月, 2013 2 次提交
  10. 05 5月, 2013 1 次提交
  11. 25 4月, 2013 2 次提交
  12. 19 4月, 2013 3 次提交
  13. 12 4月, 2013 1 次提交
  14. 11 4月, 2013 1 次提交
  15. 10 4月, 2013 1 次提交
  16. 07 4月, 2013 2 次提交
  17. 06 4月, 2013 2 次提交
    • C
      Typo fix · b75c0bb3
      Carson McDonald 提交于
      b75c0bb3
    • R
      Fix explicit names on multiple file fields · 48dc5192
      Ryan McGeary 提交于
      If a file field tag is passed the multiple option, it is turned into an
      array field (appending "[]"), but if the file field is passed an
      explicit name as an option, leave the name alone (do not append "[]").
      
      Fixes #9830
      48dc5192
  18. 05 4月, 2013 4 次提交
  19. 04 4月, 2013 1 次提交
  20. 03 4月, 2013 2 次提交
  21. 01 4月, 2013 1 次提交
  22. 31 3月, 2013 3 次提交