1. 13 11月, 2015 1 次提交
  2. 11 11月, 2015 1 次提交
  3. 10 11月, 2015 1 次提交
  4. 09 11月, 2015 1 次提交
  5. 08 11月, 2015 1 次提交
  6. 05 11月, 2015 1 次提交
  7. 04 11月, 2015 2 次提交
  8. 03 11月, 2015 1 次提交
  9. 30 10月, 2015 2 次提交
  10. 29 10月, 2015 2 次提交
    • G
      Fix a faulty form_for test · 252660b8
      Genadi Samokovarov 提交于
      Stumbled upon this one while trying to deprecate the String/Symbol
      passing to `form_for`.
      
      This test passed on an accident, because the signature of `form_for`
      currently accepts 2 positional arguments and a block. Calling it with
      the wrong number of arguments caused:
      
      ```ruby
      (byebug) form_for(:post, @post, html: { id: 'create-post' })
      *** ArgumentError Exception: wrong number of arguments (3 for 1..2)
      ```
      
      This made the test pass, because it was still an `ArgumentError`. :-)
      252660b8
    • K
      Ignore scope in missing translation input. · 0fb2d1a0
      Kasper Timm Hansen 提交于
      It's already represented in the key name. Demonstrate with a test.
      
      Also test that the default isn't output.
      0fb2d1a0
  11. 25 10月, 2015 1 次提交
  12. 21 10月, 2015 1 次提交
  13. 20 10月, 2015 1 次提交
  14. 09 10月, 2015 1 次提交
  15. 07 10月, 2015 4 次提交
  16. 06 10月, 2015 2 次提交
  17. 01 10月, 2015 2 次提交
  18. 29 9月, 2015 2 次提交
  19. 27 9月, 2015 2 次提交
  20. 26 9月, 2015 1 次提交
  21. 25 9月, 2015 2 次提交
  22. 22 9月, 2015 3 次提交
  23. 21 9月, 2015 2 次提交
  24. 19 9月, 2015 3 次提交