07 Feb, 2015

1 commit

  • Use ActionDispatch::Reloader.to_prepare instead of
    Rails.configuration.to_prepare. The latter runs the block only once and
    is not adequate for code that are reloaded upon files changes on each
    request. As extensions may touch on helpers and controllers, the former
    suits well.
    
    Besides, filters must be loaded after all plugins' extensions, as controllers
    and helpers needs the "final" code to execute properly.
    
    The production behaviour don't change as the code is not reloaded.
    Braulio Bhavamitra
     

03 Feb, 2015

7 commits


02 Feb, 2015

4 commits


30 Jan, 2015

3 commits


29 Jan, 2015

4 commits


28 Jan, 2015

15 commits


27 Jan, 2015

6 commits