Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add timestamps to package urls #263

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

Commits on Sep 23, 2013

  1. javascript_include_tag always adds a .js extension

    For now work around by by making our own tag.  Pull request
    rails/rails#11707 will correct on next version
    of Rails
    nathanstitt committed Sep 23, 2013
    1 Configuration menu
    Copy the full SHA
    dcc9b02 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2013

  1. Configuration menu
    Copy the full SHA
    a68e62a View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2014

  1. Remove red-green gem

    It doesn't appear to work with MiniTest
    nathanstitt committed Aug 20, 2014
    Configuration menu
    Copy the full SHA
    84fe2fb View commit details
    Browse the repository at this point in the history
  2. Helpers no longer include type attribute

    Jammit uses Rails tags_with_options for css tags,
    which no longer not includes the `type="text/css"` attribute
    nathanstitt committed Aug 20, 2014
    Configuration menu
    Copy the full SHA
    f857fed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78896bd View commit details
    Browse the repository at this point in the history
  4. Use double quotes for tag attributes

    This way it matches Rails
    nathanstitt committed Aug 20, 2014
    Configuration menu
    Copy the full SHA
    ca969bd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2f75f1f View commit details
    Browse the repository at this point in the history
  6. "expected" argument comes first on assert_equal

    Also convert a few instances of just assert foo==bar to use
    assert_equal so a better error message is generated
    nathanstitt committed Aug 20, 2014
    Configuration menu
    Copy the full SHA
    279c322 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    feb999d View commit details
    Browse the repository at this point in the history
  8. Supply "importer" argument for CssParser >= 3.4

    When Sass implemented source map support in version 3.4,
    the signature of Sass::SCSS::CssParser.new changed to require
    3 arguments
    nathanstitt committed Aug 20, 2014
    Configuration menu
    Copy the full SHA
    09df60a View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2014

  1. Add url_options method to Jammit controller test

    Since Rails has not been "booted", it doesn't setup the "url_for" method
    which is called internally by the default url_options method.
    
    Over-ridding it with a blank definition allows the controller's methods
    to be tested
    nathanstitt committed Aug 21, 2014
    Configuration menu
    Copy the full SHA
    72e32c3 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2015

  1. Configuration menu
    Copy the full SHA
    4bfb172 View commit details
    Browse the repository at this point in the history
  2. Fix typo

    bpaul committed Jan 8, 2015
    Configuration menu
    Copy the full SHA
    0f97514 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc21c1b View commit details
    Browse the repository at this point in the history