30 Dec, 2015

2 commits


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
     

22 Oct, 2013

1 commit


01 Oct, 2013

1 commit

  • Signed-off-by: Leandro Nunes dos Santos <leandronunes@gmail.com>
    Signed-off-by: Marcos da Silva Ramos <ms.ramos@outlook.com>
    Signed-off-by: Fábio Teixeira <fabio1079@gmail.com>
    Signed-off-by: Luiz Matos <luizff.matos@gmail.com>
    Signed-off-by: Gabriela Navarro <navarro1703@gmail.com>
    Leandro Nunes dos Santos