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

Some modifications to the devise login tracker gem #1

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

Commits on Nov 16, 2014

  1. fixed a problem with inserting a new record where it was expecting us…

    …er_id, even if the model wasn't User. It now creates via the association, which is always 'logins', so we use logins.create & etc
    John-Mainsys committed Nov 16, 2014
    Configuration menu
    Copy the full SHA
    a3be9a9 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'fix_broken_insert'

    John-Mainsys committed Nov 16, 2014
    Configuration menu
    Copy the full SHA
    3e07e18 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2014

  1. fix a bug where the default scope would get set to another model if d…

    …evise is workign with more than one model. This resulted in an error because warden.session[etc] would try to get the session hash for the default model, which might not be the one you want
    John Small committed Nov 17, 2014
    Configuration menu
    Copy the full SHA
    f31ded0 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'fix_scope_problem'

    John Small committed Nov 17, 2014
    Configuration menu
    Copy the full SHA
    6af0c3e View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2014

  1. added *.swp to .gitignore

    John-Mainsys committed Dec 29, 2014
    Configuration menu
    Copy the full SHA
    21b7104 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5fdf1c View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2015

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