invitation
invitation copied to clipboard
A Rails gem that can send 'scoped' invitations
Following the service/operation object pattern (for instance, see http://trailblazer.to/gems/operation/2.0/), we should be able to send e-mail invites decoupled from a particular controller action. This also allows one to use a...
I am the original author of the gist linked here and I have changed my username, so updating this so the link is not dead!
Currently, there are no validations in place to enforce proper emails on the Invite model. Is this by design?
Preferably one that uses devise as a authenticator. Thanks!
I am running 'rails', '~> 6.0.0.rc2' and have the following issue rails generate invitation:install Running via Spring preloader in process 53869 Could not find generator 'invitation:install'. Run `rails generate --help`...
Hi, I got an issue using the default migration for `invites`, I just fixed it by specifying the current version for `ActiveRecord::Migration. I'm using Rails 6.0 RC1. If you haven't...
So i added this in my invites mailer. `@user_registration_url = Invitation.configuration.user_registration_url.call(invite_token: @invite.token)` Im not getting any errors but the token that generated is not showing in the url I can...
Today I was in the need of extending `Invite` class in a project using the gem. After some time looking into the options I did some dirty trick to monkey...
Hi, might be a dumb question but for some reason when I put this code in my views I get this error. undefined local variable or method `account' I should...
**Share this link so people can join the `invitable resource` themselves** Share the link in an email, chat, or text message. Anyone who clicks on the link will be able...