10 May, 2016

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
     

14 Jan, 2015

1 commit


23 Dec, 2014

1 commit


22 Dec, 2014

1 commit


11 Dec, 2014

2 commits


08 Dec, 2014

1 commit


04 Dec, 2014

3 commits


02 Dec, 2014

3 commits


20 Nov, 2014

1 commit


13 Nov, 2014

2 commits


12 Nov, 2014

1 commit


11 Nov, 2014

1 commit


31 Oct, 2014

2 commits


29 Oct, 2014

4 commits


28 Oct, 2014

1 commit


27 Oct, 2014

1 commit


22 Oct, 2014

4 commits


20 Oct, 2014

1 commit


14 Oct, 2014

2 commits


13 Oct, 2014

1 commit


10 Oct, 2014

1 commit

  • - Remove absolute URL's from stylesheets and javascripts
    - Handle prefix in LinkListBlock
    - add Noosfero.root method as a central data source
    
    The application server needs to be started with the
    RAILS_RELATIVE_URL_ROOT environment variable set to the desired prefix.
    
    In development, this can be tested with
    
      # assuming /social prefix
      $ RAILS_RELATIVE_URL_ROOT=/social thin --prefix /social start
    
    For production, see INSTALL.md
    Antonio Terceiro
     

07 Oct, 2014

1 commit


26 Sep, 2014

3 commits