1. 23 5月, 2017 1 次提交
  2. 17 4月, 2017 1 次提交
  3. 18 12月, 2016 1 次提交
  4. 17 12月, 2016 1 次提交
  5. 25 6月, 2015 1 次提交
  6. 04 2月, 2015 2 次提交
  7. 14 1月, 2015 1 次提交
  8. 27 12月, 2014 1 次提交
    • R
      Update guides regarding the extension changes · aff03e71
      Robin Dupret 提交于
      With rails/coffee-rails#61 (and #17241), the `.coffee` extension is
      favoured over `.js.coffee`. Respectively, with rails/sass-rails#271
      `.scss` and `.sass` are favoured over `.css.scss` and `.css.sass`.
      
      Let's update the documentation to reflect that.
      
      [ci skip]
      aff03e71
  9. 24 12月, 2014 1 次提交
  10. 22 8月, 2014 1 次提交
  11. 20 8月, 2014 1 次提交
  12. 14 8月, 2014 1 次提交
  13. 04 8月, 2014 1 次提交
  14. 21 7月, 2014 1 次提交
  15. 04 7月, 2014 1 次提交
  16. 22 5月, 2014 1 次提交
  17. 20 5月, 2014 1 次提交
  18. 14 5月, 2014 1 次提交
  19. 16 12月, 2013 1 次提交
  20. 31 10月, 2013 1 次提交
  21. 27 9月, 2013 1 次提交
  22. 24 9月, 2013 1 次提交
  23. 22 3月, 2013 1 次提交
    • C
      fix the initializer block example and clarify · 18f9d46d
      Carlos Puchol 提交于
      clarify that the contents of the block is expected to return a string. the previous example executed puts and the initializer got nothing.
      
      also, made it consistent with the single-line example to be more clear as to what's going on
      18f9d46d
  24. 18 2月, 2013 1 次提交
  25. 30 1月, 2013 1 次提交
  26. 04 1月, 2013 1 次提交
  27. 08 12月, 2012 2 次提交
  28. 30 11月, 2012 1 次提交
  29. 29 11月, 2012 1 次提交
  30. 17 11月, 2012 1 次提交
  31. 16 11月, 2012 2 次提交
  32. 17 10月, 2012 2 次提交
  33. 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
  34. 18 9月, 2012 3 次提交