1. 08 5月, 2017 1 次提交
  2. 30 4月, 2017 1 次提交
  3. 27 4月, 2017 1 次提交
  4. 20 4月, 2017 1 次提交
    • J
      Namespace CSS selectors on error pages · df641263
      Jan Krutisch 提交于
      The css selectors on the generated error pages are too broad (for example `text-align: center` on `body` and thus bleed out to the following pages (say, by pressing the back button) when using Turbolinks. This commit namespaces all the selectors.
      df641263
  5. 28 3月, 2017 1 次提交
  6. 26 3月, 2017 2 次提交
  7. 23 3月, 2017 1 次提交
    • C
      Remove -j (--javascript) option from `rails new` · 42198064
      claudiob 提交于
      The "-j" option was added 5 years ago (https://github.com/rails/rails/commit/d9c39c3a)
      when we wanted to support prototype-rails and jquery-rails.
      Prototype is not as popular and jQuery is not a requirement anymore.
      Still the "-j" option can be used to install *any* gem that ends in "-rails".
      
      This "might" open security issues and does not bring great benefits anymore.
      
      If you know which "-rails"-ending gem you want to install, you can manually
      add it to the Gemfile just like any other gem.
      42198064
  8. 22 3月, 2017 1 次提交
  9. 21 3月, 2017 1 次提交
  10. 20 3月, 2017 1 次提交
    • Y
      Add `app:update` task to engines · a42351ac
      yuuji.yaginuma 提交于
      Occasionally we update the file generated by engine.
      Therefore, I think that there is a task for updating as well as
      application in the engine, it is convenient for updating.
      a42351ac
  11. 15 3月, 2017 1 次提交
  12. 14 3月, 2017 1 次提交
  13. 07 3月, 2017 1 次提交
  14. 05 3月, 2017 1 次提交
    • R
      Avoid running system tests by default · 4a77213e
      Robin Dupret 提交于
      These tests may be expansive so let's only allow users to run them
      through `bin/rails test:system` or by passing a path to the `test`
      command.
      
      The same applies for `bin/rake test`.
      
      Refs #28109.
      4a77213e
  15. 03 3月, 2017 1 次提交
  16. 02 3月, 2017 1 次提交
  17. 24 2月, 2017 1 次提交
  18. 22 2月, 2017 1 次提交
  19. 04 2月, 2017 1 次提交
  20. 24 1月, 2017 1 次提交
  21. 18 1月, 2017 1 次提交
  22. 13 1月, 2017 1 次提交
  23. 09 1月, 2017 1 次提交
    • Y
      make all rails commands work in engine · 2a5c116f
      yuuji.yaginuma 提交于
      Currently, all rails commands can be executed in engine,
      but `server`, `console`, `dbconsole` and `runner` do not work.
      
      This make all rails commands work in engine.
      Related to #22588
      2a5c116f
  24. 07 1月, 2017 1 次提交
  25. 04 1月, 2017 6 次提交
  26. 27 12月, 2016 2 次提交
  27. 13 12月, 2016 1 次提交
  28. 09 12月, 2016 1 次提交
  29. 05 12月, 2016 1 次提交
  30. 02 12月, 2016 1 次提交
  31. 30 11月, 2016 1 次提交
  32. 29 11月, 2016 2 次提交