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

Version 2.0 #122

Merged
merged 19 commits into from
May 2, 2018
Merged

Commits on Apr 26, 2018

  1. Remove all functionality

    jhawthorn committed Apr 26, 2018
    Configuration menu
    Copy the full SHA
    c024882 View commit details
    Browse the repository at this point in the history
  2. Remove migrations

    jhawthorn committed Apr 26, 2018
    Configuration menu
    Copy the full SHA
    d79742e View commit details
    Browse the repository at this point in the history
  3. Remove routes

    jhawthorn committed Apr 26, 2018
    Configuration menu
    Copy the full SHA
    000bd54 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fdfc42c View commit details
    Browse the repository at this point in the history
  5. Remove country_names hack

    jhawthorn committed Apr 26, 2018
    Configuration menu
    Copy the full SHA
    1dcd19d View commit details
    Browse the repository at this point in the history
  6. Start version 2.0

    jhawthorn committed Apr 26, 2018
    Configuration menu
    Copy the full SHA
    fe78c7c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    31be5f7 View commit details
    Browse the repository at this point in the history
  8. Remove weird locale load_path configuration

    As far as I can tell engines do this by default and this is unnecessary.
    jhawthorn committed Apr 26, 2018
    Configuration menu
    Copy the full SHA
    f16d9dc View commit details
    Browse the repository at this point in the history
  9. Remove SolidusI18n::Config

    jhawthorn committed Apr 26, 2018
    Configuration menu
    Copy the full SHA
    a0b0a6a View commit details
    Browse the repository at this point in the history
  10. Remove decorators config in engine

    We no longer have any
    jhawthorn committed Apr 26, 2018
    Configuration menu
    Copy the full SHA
    a3d5d1c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bd41110 View commit details
    Browse the repository at this point in the history
  12. Remove SolidusI18n::Locale helpers

    These will be built-in to Solidus in version 2.6.
    jhawthorn committed Apr 26, 2018
    Configuration menu
    Copy the full SHA
    ca424ee View commit details
    Browse the repository at this point in the history
  13. Remove autoloading from lib

    We no longer have any files which would be autoloaded by this. This
    shouldn't really be done anyways (making lib autoloaded, use app).
    jhawthorn committed Apr 26, 2018
    Configuration menu
    Copy the full SHA
    d74c837 View commit details
    Browse the repository at this point in the history
  14. Remove install generator

    jhawthorn committed Apr 26, 2018
    Configuration menu
    Copy the full SHA
    ceff3cd View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8a886ea View commit details
    Browse the repository at this point in the history
  16. Remove all but the most basic specs

    We no longer have any functionality, so just test that we're adding the
    locales we want to.
    jhawthorn committed Apr 26, 2018
    Configuration menu
    Copy the full SHA
    c77aa2f View commit details
    Browse the repository at this point in the history
  17. Remove rails-i18n and kaminari-i18n

    Users can add this themselves
    jhawthorn committed Apr 26, 2018
    Configuration menu
    Copy the full SHA
    a672aec View commit details
    Browse the repository at this point in the history
  18. Improve README for 2.0

    jhawthorn committed Apr 26, 2018
    Configuration menu
    Copy the full SHA
    3934a3d View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2018

  1. Remove solidus_support

    jhawthorn committed Apr 27, 2018
    Configuration menu
    Copy the full SHA
    0ed3ff0 View commit details
    Browse the repository at this point in the history