1. 25 8月, 2013 32 次提交
  2. 18 8月, 2013 1 次提交
  3. 07 8月, 2013 1 次提交
  4. 06 8月, 2013 1 次提交
  5. 05 8月, 2013 1 次提交
    • G
      Add tmp dir in actionview/test/ · 4254a6e6
      Gaurish Sharma 提交于
      Missing tmp directory will cause the test to fail on JRuby. will commit
      adds tmp directory & 22 TemplateDigestorTests which were failing before
      are now green.
      
      Further Discussion on this can be seen at #11743
      4254a6e6
  6. 04 8月, 2013 1 次提交
  7. 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
  8. 02 8月, 2013 1 次提交