1. 05 7月, 2013 1 次提交
  2. 04 7月, 2013 2 次提交
  3. 02 7月, 2013 1 次提交
  4. 01 7月, 2013 1 次提交
    • S
      s/plugin_new/plugin · ec8d8652
      schneems 提交于
      There are historical reasons that the `plugin` command was `plugin_new`, now those are no longer applicable, we should remove the naming edge case from the project. This PR is based off of comments from #11176
      
      ATP Railties
      ec8d8652
  5. 29 6月, 2013 1 次提交
    • S
      Fix `rails plugin --help` · 6ce18ba7
      schneems 提交于
      Right now if you run the `rails plugin --help` command it fails because rails expects a command in `railties/lib/rails/commands/plugin.rb` that does not exist because the file is named `plugin_new`. This is the error:
      
      ```
      ruby-2.0.0-p0  ~/documents/projects/tmp/vanilla (master)
      $ rails plugin --help
      /Users/schneems/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/dependencies.rb:228:in `require': cannot load such file -- rails/commands/plugin (LoadError)
      	from /Users/schneems/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/dependencies.rb:228:in `block in require'
      	from /Users/schneems/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/dependencies.rb:213:in `load_dependency'
      	from /Users/schneems/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/dependencies.rb:228:in `require'
      	from /Users/schneems/.rvm/gems/ruby-2.0.0-p0/gems/railties-4.0.0/lib/rails/commands.rb:49:in `<top (required)>'
      	from bin/rails:4:in `require'
      	from bin/rails:4:in `<main>'
      ```
      6ce18ba7
  6. 28 6月, 2013 1 次提交
  7. 27 6月, 2013 1 次提交
  8. 24 6月, 2013 1 次提交
  9. 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
  10. 07 6月, 2013 1 次提交
  11. 28 5月, 2013 1 次提交
  12. 18 5月, 2013 1 次提交
  13. 15 5月, 2013 1 次提交
  14. 04 5月, 2013 2 次提交
  15. 30 4月, 2013 2 次提交
  16. 12 4月, 2013 1 次提交
  17. 06 4月, 2013 1 次提交
  18. 03 4月, 2013 1 次提交
  19. 02 4月, 2013 2 次提交
  20. 30 3月, 2013 1 次提交
  21. 29 3月, 2013 1 次提交
  22. 25 3月, 2013 1 次提交
  23. 24 3月, 2013 1 次提交
  24. 21 3月, 2013 1 次提交
  25. 16 3月, 2013 2 次提交
  26. 14 3月, 2013 2 次提交
  27. 10 3月, 2013 4 次提交
  28. 02 3月, 2013 1 次提交
  29. 27 2月, 2013 1 次提交
  30. 25 2月, 2013 2 次提交