Module: FreedomPatches

Defined in:
lib/freedom_patches/safe_buffer.rb,
lib/freedom_patches/sprockets_patches.rb,
lib/freedom_patches/schema_migration_details.rb

Overview

This contains two patches to make sprockets more tolerable in dev

  1. Stop computing asset paths which triggers sprockets to do mountains of work

    All our assets in dev are in the /assets folder anyway
    
  2. Stop using a concatenator that does tons of work checking for semicolons when

    when rebuilding an asset
    

Defined Under Namespace

Modules: SafeBuffer, SchemaMigrationDetails, SprocketsPatches