Skip to content

Commit

Permalink
Added docs about redirect loops
Browse files Browse the repository at this point in the history
  • Loading branch information
Ary Borenszweig committed Feb 13, 2015
1 parent 9d4aa03 commit 4943cad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,10 @@ Remember to update the url setting in your guisso.yml with this name and the por

Check out the instedd/guisso repository to find a rake task for migrating your application's existing users.

## Redirect loops?

If you have redirect loops, make sure that `user.confirmed_at` is set like that, and not like `attributes[:confirmed_at]`, because of ActiveRecord's whitelisting the later might not work.

## Contributing

1. Fork it ( https://github.com/[my-github-username]/alto_guisso_rails/fork )
Expand Down

0 comments on commit 4943cad

Please sign in to comment.