1. 04 12月, 2013 1 次提交
  2. 14 9月, 2013 1 次提交
    • P
      Don't require using application_name before options · 47ac67b8
      Piotr Sarnacki 提交于
      Before this commit options for `rails new` and `rails plugin new` had to
      be passed in a strict order, trying to execute a following command:
      
          rails new -J path/to/app
      
      resulted in an error.
      
      This commit fixes the situation and allows to pass path to app anywhere
      after `new`
      47ac67b8
  3. 08 5月, 2013 1 次提交
  4. 25 2月, 2013 1 次提交
  5. 18 2月, 2013 1 次提交
  6. 07 1月, 2013 1 次提交
  7. 05 1月, 2013 1 次提交
  8. 29 12月, 2012 2 次提交
  9. 23 12月, 2012 2 次提交
  10. 15 10月, 2012 1 次提交
  11. 13 9月, 2012 1 次提交
    • D
      change app/plugin generators to be more SCM agnostic · ceb05bd1
      Derek Prior 提交于
      Users of other SCM's can now generate rails
      apps that will add the "empty" directories to source control,
      but will not have a useless .gitignore or mis-named .gitkeep
      files.
      
      * Change `rails new` and `rails plugin new` generators to name
        the `.gitkeep` as `.keep` in a more SCM-agnostic way.
      
      * Change `--skip-git` option to only skip the `.gitignore` file
        and still generate the `.keep` files.
      
      * Add `--skip-keeps` option to skip the `.keep` files.
      
      It closes #2800.
      ceb05bd1
  12. 24 5月, 2012 1 次提交
    • V
      Revert "Remove blank trailing comments" · 1ad0b378
      Vijay Dev 提交于
      This reverts commit fa6d921e.
      
      Reason: Not a fan of such massive changes. We usually close such changes
      if made to Rails master as a pull request. Following the same principle
      here and reverting.
      
      [ci skip]
      1ad0b378
  13. 20 5月, 2012 1 次提交
    • H
      Remove blank trailing comments · fa6d921e
      Henrik Hodne 提交于
      For future reference, this is the regex I used: ^\s*#\s*\n(?!\s*#). Replace
      with the first match, and voilà! Note that the regex matches a little bit too
      much, so you probably want to `git add -i .` and go through every single diff
      to check if it actually should be changed.
      fa6d921e
  14. 02 5月, 2012 3 次提交
  15. 14 3月, 2012 1 次提交
  16. 23 12月, 2011 1 次提交
  17. 04 9月, 2011 1 次提交
  18. 27 5月, 2011 1 次提交
  19. 14 5月, 2011 1 次提交
  20. 13 5月, 2011 4 次提交
  21. 07 5月, 2011 1 次提交
  22. 24 3月, 2011 1 次提交
  23. 14 3月, 2011 1 次提交
  24. 27 11月, 2010 1 次提交
  25. 03 11月, 2010 3 次提交