1. 25 8月, 2013 2 次提交
  2. 07 8月, 2013 1 次提交
  3. 04 8月, 2013 1 次提交
  4. 03 8月, 2013 2 次提交
    • N
      Add "extname" option to javascript_include_tag · 0855f041
      Nathan Stitt 提交于
      ActionView::Helpers.asset_path is where the logic for
      javascript_include_tag resides.  It takes an extname option for
      specifying the extension or false to not append it.  This exposes that
      option to javascript_include_tag.
      
      Without the option files that didn't end with ".js" would get the
      extension appended to them.  This broke JST templates and other file
      types that should be interpreted as JavaScript but who's file extension
      isn't ".js"
      0855f041
    • A
      Using URI.parser.unescape · a6dab95e
      Arun Agrawal 提交于
      Fixes warning
      
      warning: URI.unescape is obsolete
      a6dab95e
  5. 02 8月, 2013 1 次提交
  6. 01 8月, 2013 1 次提交
  7. 31 7月, 2013 1 次提交
  8. 30 7月, 2013 1 次提交
    • T
      AV::Digestor thread safety fixes. · 650810fc
      thedarkone 提交于
      This fixes potential thread safety issues introduced in 09f6fe1c. The problem
      with the original code was that the "recursion-stopping" `nil` values could
      be seen by other threads.
      650810fc
  9. 24 7月, 2013 1 次提交
  10. 23 7月, 2013 2 次提交
  11. 22 7月, 2013 1 次提交
  12. 20 7月, 2013 2 次提交
  13. 15 7月, 2013 1 次提交
  14. 10 7月, 2013 1 次提交
  15. 08 7月, 2013 1 次提交
  16. 07 7月, 2013 3 次提交
    • S
      Include block in a argument shift · bcc30d8f
      sanemat 提交于
      bcc30d8f
    • T
      Added an `enforce_utf8` hash option for `form_tag` method · 06388b07
      Takayuki Matsubara 提交于
      Control to output a hidden input tag with name `utf8` without monkey
      patching
      
      Before:
      
          form_tag
          # => '<form>..<input name="utf8" type="hidden" value="&#x2713;" />..</form>'
      
      After:
      
          form_tag
          # => '<form>..<input name="utf8" type="hidden" value="&#x2713;" />..</form>'
      
          form_tag({}, { :enforce_utf8 => false })
          # => '<form>....</form>'
      06388b07
    • S
      Fix link_to with block and url_hash · f71b075d
      sanemat 提交于
      Use link_to with block and url_hash, expect block as name.
      But ignore block and use url_hash as name.
      3-2-stable passes this test. 4-0-stable and master fail this.
      f71b075d
  17. 03 7月, 2013 1 次提交
  18. 02 7月, 2013 1 次提交
  19. 30 6月, 2013 1 次提交
  20. 29 6月, 2013 1 次提交
  21. 28 6月, 2013 1 次提交
  22. 27 6月, 2013 1 次提交
  23. 26 6月, 2013 4 次提交
  24. 21 6月, 2013 1 次提交
  25. 20 6月, 2013 3 次提交