Skip to content
This repository has been archived by the owner on Oct 26, 2018. It is now read-only.

Rails 3 and some fixes for referencing SVG font files #8

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Rails 3 and some fixes for referencing SVG font files #8

wants to merge 5 commits into from

Commits on Dec 22, 2010

  1. add a second optional parameter for rails 3

    Caleb Land committed Dec 22, 2010
    Configuration menu
    Copy the full SHA
    7706064 View commit details
    Browse the repository at this point in the history
  2. try a different approach

    Caleb Land committed Dec 22, 2010
    Configuration menu
    Copy the full SHA
    a5c3949 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2010

  1. ignore url hash paths when finding asset files

    SVG files (e.g. for fonts) sometimes use a hash
    component in their url to load a specific font
    from a collection of fonts in one svg file.
    
    We should treat these hash components like we do
    query strings, and ignore them when trying to find
    files.
    Caleb Land committed Dec 23, 2010
    Configuration menu
    Copy the full SHA
    f0d037b View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2011

  1. starts_with? -> start_with?

    Caleb Land committed Jan 4, 2011
    Configuration menu
    Copy the full SHA
    5a94dc3 View commit details
    Browse the repository at this point in the history
  2. oops!

    Caleb Land committed Jan 4, 2011
    Configuration menu
    Copy the full SHA
    a99fc08 View commit details
    Browse the repository at this point in the history