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

Added json support for tokens #276

Merged
merged 1 commit into from
Jul 10, 2015
Merged

Added json support for tokens #276

merged 1 commit into from
Jul 10, 2015

Commits on Jul 3, 2015

  1. Added json support for tokens

    In the installation generator script, the migration template checks to
    see if the app is using postgres by seeing what sub-class of
    ``ActiveRecord::ConnectionAdapter`` the app is using. If it is postgres, or mysql with the correct version, the app will use a token column instead of a text one
    
    Postgres has JSON types as of 9.3
    Mysql has JSON types as of 5.7.7
    http://mysqlserverteam.com/json-labs-release-native-json-data-type-and-binary-format/
    
    teeny refactoring
    Nicholas Shook committed Jul 3, 2015
    Configuration menu
    Copy the full SHA
    7a2fc52 View commit details
    Browse the repository at this point in the history