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

Don't allow nil to be submitted as a key to i18n.translate() #236

Merged
merged 7 commits into from Mar 5, 2017

Commits on Dec 6, 2013

  1. Error on exists? with nil key

    Chris Stringer committed Dec 6, 2013
    Copy the full SHA
    4b3c23d View commit details
    Browse the repository at this point in the history
  2. Whoops remove comment

    Chris Stringer committed Dec 6, 2013
    Copy the full SHA
    4f28308 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2013

  1. Don't allow nil keys in translate

    Chris Stringer committed Dec 18, 2013
    Copy the full SHA
    ca21a11 View commit details
    Browse the repository at this point in the history
  2. Pass in original key instead of nil when calling translate

    Chris Stringer committed Dec 18, 2013
    Copy the full SHA
    2e64e3e View commit details
    Browse the repository at this point in the history
  3. Update tests to not send nil values as keys

    Chris Stringer committed Dec 18, 2013
    Copy the full SHA
    8ccf9a4 View commit details
    Browse the repository at this point in the history
  4. Standardize on Proc (vs proc or lambda)

    Chris Stringer committed Dec 18, 2013
    Copy the full SHA
    229ee94 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2017

  1. Resolve merge conflicts

    Chris Stringer committed Mar 2, 2017
    Copy the full SHA
    842d8d9 View commit details
    Browse the repository at this point in the history