24 Jul, 2015
2 commits
-
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 ""'"
23 Feb, 2015
1 commit
-
Add test to not show products when they are disabled in environment.
10 Feb, 2015
1 commit
09 Feb, 2015
1 commit
12 May, 2014
1 commit
16 Mar, 2014
1 commit
-
- Removed EnvironmentStatisticsBlock from core. Environment's admins should enable the statistics block for its environment Signed-off-by: Leandro Nunes dos Santos <leandro.santos@serpro.gov.br> Signed-off-by: Francisco Marcelo de Araújo Lima Júnior <francisco.lima-junior@serpro.gov.br> Signed-off-by: Victor Costa <vfcosta@gmail.com> (ActionItem2851)