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

Speed up encoding. #285

Merged
merged 8 commits into from
Sep 1, 2015
Merged

Speed up encoding. #285

merged 8 commits into from
Sep 1, 2015

Commits on Sep 1, 2015

  1. Speed up encoding.

    Jon de Andres committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    4d24632 View commit details
    Browse the repository at this point in the history
  2. Remove unneeded String#dup call.

    Jon de Andres committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    4bd70c0 View commit details
    Browse the repository at this point in the history
  3. Fix require order for Encoding module.

    Jon de Andres committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    630c793 View commit details
    Browse the repository at this point in the history
  4. Fix returning of frozen strings.

    This should happen when we are trying to force encoding. So, if it's
    frozen, we don't force anything and just encode it.
    Jon de Andres committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    a593ee5 View commit details
    Browse the repository at this point in the history
  5. Change condition order to check encodeable objects.

    Jon de Andres committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    7710890 View commit details
    Browse the repository at this point in the history
  6. Added comment for Encoder#detect_encoding.

    Jon de Andres committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    4b2de24 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0ec18a9 View commit details
    Browse the repository at this point in the history
  8. Move Encoding setup to Encoding.setup method.

    Jon de Andres committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    326afbd View commit details
    Browse the repository at this point in the history