1. 09 8月, 2013 6 次提交
  2. 07 8月, 2013 3 次提交
  3. 19 3月, 2013 1 次提交
  4. 06 3月, 2013 1 次提交
  5. 26 2月, 2013 2 次提交
  6. 22 2月, 2013 1 次提交
    • A
      optimize generated erb to reduce method calls · 331461a6
      Aman Gupta 提交于
      before:
      
              ');@output_buffer.append= ( content_icon row[:content] );@output_buffer.safe_concat('
      ');@output_buffer.safe_concat('        ');@output_buffer.append= ( spinner_img );@output_buffer.safe_concat('
      ');@output_buffer.safe_concat('      </td>
            <td class="content">
              ');@output_buffer.append= ( content_link row[:content] );@output_buffer.safe_concat('
      ');@output_buffer.safe_concat('      </td>
            <td class="message">
      ');
      
      after:
      
              ';@output_buffer.append=( content_icon row[:content] );@output_buffer.safe_append='
              ';@output_buffer.append=( spinner_img );@output_buffer.safe_append='
            </td>
            <td class="content">
              ';@output_buffer.append=( content_link row[:content] );@output_buffer.safe_append='
            </td>
            <td class="message">
      ';
      331461a6
  7. 21 2月, 2013 3 次提交
  8. 17 2月, 2013 3 次提交
  9. 09 12月, 2012 1 次提交
  10. 10 11月, 2012 1 次提交
  11. 18 11月, 2011 1 次提交
    • R
      pin to rack ~> 1.1 instead of ~> 1.1.0 · 899e99a0
      Ryan Tomayko 提交于
      Some pretty gnarly bugs and security issues are present in the
      latest rack 1.1.x release. There are 1.2.x and 1.3.x releases that
      correct these.
      
      This changes the gem dependencies to allow for rack versions > 1.1.
      At GitHub we're on 1.2.4 (latest 1.2.x release at present) and
      should have some results from real world testing soon.
      899e99a0
  12. 17 8月, 2011 4 次提交
  13. 28 7月, 2011 1 次提交
  14. 25 5月, 2011 1 次提交
  15. 14 4月, 2011 1 次提交
  16. 01 3月, 2011 2 次提交
  17. 09 2月, 2011 3 次提交
  18. 19 1月, 2011 1 次提交
  19. 20 12月, 2010 1 次提交
  20. 01 12月, 2010 2 次提交
  21. 27 10月, 2010 1 次提交