26 Jan, 2016

1 commit


21 Jan, 2016

1 commit

  • The standard gettext:po:update task is leaving duplicated strings in the
    PO files, what breaks a few gettext-related tools. So after calling
    gettext:po:update, we will normalize the PO files by removing duplicated
    strings.
    Antonio Terceiro
     

19 Jan, 2016

2 commits


18 Jan, 2016

2 commits


05 Jan, 2016

1 commit


30 Dec, 2015

1 commit


28 Dec, 2015

1 commit


11 Nov, 2015

1 commit


10 Nov, 2015

4 commits


09 Nov, 2015

1 commit


05 Nov, 2015

1 commit


04 Nov, 2015

2 commits


03 Nov, 2015

2 commits


07 Oct, 2015

1 commit


05 Oct, 2015

2 commits


02 Oct, 2015

1 commit


01 Oct, 2015

1 commit


30 Sep, 2015

2 commits


29 Sep, 2015

1 commit


26 Sep, 2015

1 commit


28 Aug, 2015

2 commits


13 Aug, 2015

1 commit


12 Aug, 2015

1 commit


07 Aug, 2015

1 commit


06 Aug, 2015

4 commits


29 Jul, 2015

1 commit


24 Jul, 2015

1 commit

  • Use these two commands inside vim:
    :!ag -l '..\/..\/..\/..\/test' | xargs perl -pi -E "s/require.*test_helper.*/require 'test_helper'/g"
    :!ag -l "require File.*'/" | xargs perl -pi -E "s/require File.*'\//require_relative '/g":e ""'"
    Braulio Bhavamitra