1. 25 2月, 2016 1 次提交
  2. 24 2月, 2016 4 次提交
  3. 23 2月, 2016 1 次提交
  4. 22 2月, 2016 1 次提交
  5. 21 2月, 2016 1 次提交
    • C
      AppGenerator: Replace 'rake' with 'rails_command' · 1a5941e3
      claudiob 提交于
      Since Rails 5.0 is switching the Rails command line from 'rake …'
      to 'rails …', it makes sense to also replace the `rake` method in
      the Rails templates API.
      
      Based on feedback from @matthewd and @kaspth, I chose to replace
      `rake` with `rails_command`, which is less confusing than
      the alternatives `rails` or `command` or `rails_run` and is not
      Thor-reserved word like `task`.
      1a5941e3
  6. 19 2月, 2016 3 次提交
  7. 18 2月, 2016 2 次提交
  8. 17 2月, 2016 2 次提交
  9. 16 2月, 2016 1 次提交
    • Y
      reset `ActionMailer::Base.deliveries` in `ActionDispatch::IntegrationTest`. · 9d378747
      Yves Senn 提交于
      Whenever you are sending emails in integration tests using the `:test`
      delivery method you need to make sure that
      `ActionMailer::Base.deliveries` is reset after every test. This piece of
      boilerplate code is present in all my applications that send
      emails. Let's have `ActionDispatch::IntegrationTest` reset the
      deliveries automatically.
      9d378747
  10. 15 2月, 2016 2 次提交
  11. 14 2月, 2016 1 次提交
  12. 13 2月, 2016 4 次提交
  13. 12 2月, 2016 4 次提交
  14. 11 2月, 2016 2 次提交
  15. 10 2月, 2016 4 次提交
  16. 09 2月, 2016 3 次提交
  17. 08 2月, 2016 3 次提交
    • P
      abef3c2b
    • M
      update turbolinks url [ci skip] · f83d57d3
      mabras 提交于
      f83d57d3
    • L
      doc changes · 5015215f
      Larry Kyrala 提交于
      for rails/rails#23431
      
             modified:   guides/source/asset_pipeline.md
      * description of asset combination from apps and gems, e.g. jquery-rails
      * after @vipulnsward's related change rails/rails#23479
        correction: --skip-sprockets will prevent all of these gems, not just sass-rails and uglifier
      
             modified:   guides/source/working_with_javascript_in_rails.md
      * noted that rails.js requires the asset pipeline
      
      [ci skip]
      5015215f
  18. 07 2月, 2016 1 次提交