0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 16, 2023 — May 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #149 from dougjohnston/master More... over 12 years ago
redirect_location is now deprecated in Devise, getting rid of deprecation notice More... over 12 years ago
Merge pull request #148 from culturecode/master More... over 12 years ago
Allow a role to be passed when assigning attributes in _invite. More... over 12 years ago
remove deprecations, update to 0.6 More... over 12 years ago
protect against future devise changes, it should work with 1.5.x More... over 12 years ago
Merge pull request #144 from nurey/devise-1.5.0-compat More... over 12 years ago
bump minimum required devise version to 1.4.6 because that is when authenticate_user! started to take an options hash More... over 12 years ago
found a spelling mistake in a unit test and more devise 1.5.0 compatibility fixes around calls to authenticate_#{mapping} More... over 12 years ago
compatibility with devise 1.5.0 More... over 12 years ago
Merge pull request #142 from cambridgemike/master More... over 12 years ago
update docs More... over 12 years ago
Merge pull request #141 from cambridgemike/master More... over 12 years ago
move event iside if statement, and add another test for failed validation More... over 12 years ago
convenience methods for callbacks More... over 12 years ago
Adds a callback event for when a user accepts an invite More... over 12 years ago
Add test to ensure validations are run in accept_invitation! More... over 12 years ago
add test about invitation_accepted_at attribute which was removed in previous commit More... over 12 years ago
bump version More... over 12 years ago
save without validations, they are run in the if condition. fix #116 More... over 12 years ago
don't decrement invitation limit when resend invitation. fix #137 More... over 12 years ago
don't invite! an invited user More... over 12 years ago
Merge pull request #138 from jethar/master More... over 12 years ago
Changes to handle multiple ORMs as devise_couch More... over 12 years ago
run validations even when invite_key is blank. fix #136 More... over 12 years ago
delete translation, translations are in wiki More... over 12 years ago
Document how to add has_many :invitations More... over 12 years ago
don't break old apps without invitation_accepted_at More... over 12 years ago
fix german translation, it was overriding english translations More... over 12 years ago
Add German localisation More... over 12 years ago