1. 10 5月, 2016 1 次提交
  2. 10 3月, 2016 1 次提交
  3. 09 2月, 2016 1 次提交
  4. 08 2月, 2016 1 次提交
  5. 21 8月, 2015 1 次提交
  6. 15 7月, 2015 1 次提交
  7. 14 7月, 2015 1 次提交
    • J
      Replaced `ActiveSupport::Concurrency::Latch` with concurrent-ruby. · 284a9ba8
      Jerry D'Antonio 提交于
      The concurrent-ruby gem is a toolset containing many concurrency
      utilities. Many of these utilities include runtime-specific
      optimizations when possible. Rather than clutter the Rails codebase with
      concurrency utilities separate from the core task, such tools can be
      superseded by similar tools in the more specialized gem. This commit
      replaces `ActiveSupport::Concurrency::Latch` with
      `Concurrent::CountDownLatch`, which is functionally equivalent.
      284a9ba8
  8. 14 4月, 2015 1 次提交
  9. 11 3月, 2015 1 次提交
  10. 09 3月, 2015 1 次提交
  11. 02 3月, 2015 1 次提交
    • E
      Bump rack-test to fix nil values being sent to `parse_nested_query` · e1e2b54e
      eileencodes 提交于
      I found that nil values were being incorrectly sent to
      `parse_nested_query` in Rack. Originally it was thought that Rails was
      doing something incorrect but it was actually rack-test. This was fixed
      in brynary/rack-test@4a4b2c1 and is no longer an issue. This commit
      bumps rack-test in Rails so changes to Rack don't cause failures.
      
      See rack/rack#813 for more information.
      e1e2b54e
  12. 13 1月, 2015 1 次提交
    • S
      Relax Rack dependency · da175a2b
      Santiago Pastorino 提交于
      Rack is very carefully released, we should be able to upgrade minor
      versions without much effort. We are a bunch of Rails core who are also
      Rack core members so there won't be any issue with that. And in case
      there's something wrong, we should fix on both sides.
      Even though, doesn't seem like we will have a 1.7 version, this will be
      useful as an example for when we go with Rack 2.0. We should ~> 2.0.
      da175a2b
  13. 26 12月, 2014 1 次提交
  14. 19 12月, 2014 1 次提交
  15. 29 11月, 2014 1 次提交
  16. 28 11月, 2014 1 次提交
  17. 26 11月, 2014 1 次提交
  18. 17 10月, 2014 1 次提交
  19. 26 9月, 2014 1 次提交
  20. 25 9月, 2014 1 次提交
  21. 04 9月, 2014 1 次提交
  22. 20 8月, 2014 2 次提交
  23. 19 8月, 2014 1 次提交
  24. 18 8月, 2014 1 次提交
    • K
      Prepare for partial release. · 1e2ffe7a
      Kasper Timm Hansen 提交于
      - Default to Rails::DeprecatedSanitizer in ActionView::Helpers::SanitizeHelper.
      - Add upgrade notes.
      - Add sanitizer to new applications Gemfiles.
      - Remove 'rails-dom-testing' as a dependency.
      1e2ffe7a
  25. 16 7月, 2014 1 次提交
  26. 17 6月, 2014 1 次提交
  27. 16 6月, 2014 1 次提交
  28. 11 6月, 2014 1 次提交
    • T
      Added Loofah as a dependency in actionview.gemspec. · c94e24fb
      Timm 提交于
      Implemented ActionView: FullSanitizer, LinkSanitizer and WhiteListSanitizer in sanitizers.rb.
      Deprecated protocol_separator and bad_tags.
      Added new tests in sanitizers_test.rb and reimplemented assert_dom_equal with Loofah.
      c94e24fb
  29. 19 5月, 2014 1 次提交
    • J
      Upgraded rack · adffea62
      Jarmo Isotalo 提交于
      As Rack has some non backwards compatible changes added required
      modifications to keep behaviour in rails close to same as before.
      
      Also modified generators to include rack/rack for not yet released
      version of rack
      adffea62
  30. 05 12月, 2013 1 次提交
  31. 18 9月, 2013 1 次提交
  32. 25 8月, 2013 1 次提交
  33. 20 6月, 2013 1 次提交
  34. 26 3月, 2013 1 次提交
  35. 19 3月, 2013 2 次提交
  36. 14 2月, 2013 1 次提交
  37. 09 2月, 2013 1 次提交
  38. 26 1月, 2013 1 次提交