1. 21 11月, 2014 1 次提交
  2. 30 10月, 2014 1 次提交
  3. 22 9月, 2014 1 次提交
  4. 09 8月, 2014 1 次提交
  5. 01 7月, 2014 1 次提交
  6. 30 6月, 2014 1 次提交
  7. 25 6月, 2014 1 次提交
  8. 03 6月, 2014 1 次提交
  9. 13 5月, 2014 1 次提交
    • A
      :cry::gun: use an empty hash for magical speed. · 54788159
      Aaron Patterson 提交于
      For some reason, if the hash is empty, we choose "optimized" routes.  I
      am not sure how or why optimized routes differ from regular routes.
      But, if we make sure the hash is empty, we get a nice speed improvement.
      54788159
  10. 22 4月, 2014 1 次提交
  11. 10 3月, 2014 1 次提交
  12. 06 1月, 2014 1 次提交
    • G
      Switched to use `display:none` in extra_tags_for_form method. · 7a085dac
      Gaelian Ditchburn 提交于
      The use of `display:inline` with the content_tag call in the
      extra_tags_for_form method potentially causes display issues with some
      browsers, namely Internet Explorer. IE's behaviour of not collapsing
      the line height on divs with ostensibly no content means that the
      automatically added div containing the hidden authenticity_token, utf8
      and _method form input tags may interfere with other visible form
      elements in certain circumstances. The use of `display:none` rather
      than `display:inline` fixes this problem.
      
      Fixes #6403
      7a085dac
  13. 04 1月, 2014 1 次提交
  14. 03 12月, 2013 2 次提交
  15. 17 10月, 2013 1 次提交
  16. 09 9月, 2013 1 次提交
    • A
      form_for - fix :namespace and :as options clash · e18f045b
      Adam Niedzielski 提交于
      :as option should not overwrite :namespace option when
      generating html id attribute of the form element. id should be prefixed
      by specified namespace even if :as option is present
      
      Add test case showing the issue and code fixing it
      e18f045b
  17. 02 7月, 2013 1 次提交
  18. 20 6月, 2013 2 次提交
  19. 07 4月, 2013 1 次提交
  20. 22 3月, 2013 1 次提交
  21. 17 3月, 2013 1 次提交
  22. 01 2月, 2013 1 次提交
  23. 29 1月, 2013 1 次提交
  24. 06 1月, 2013 4 次提交
  25. 04 1月, 2013 1 次提交
  26. 03 1月, 2013 4 次提交
  27. 27 12月, 2012 1 次提交
  28. 10 12月, 2012 1 次提交
  29. 09 12月, 2012 1 次提交
  30. 06 12月, 2012 3 次提交