-
Name
-
devise_invitable
-
Version
-
2.0.11
-
Platform
-
ruby
-
Authors
-
Sergio Cambra
-
Bindir
-
bin
-
Date
-
2025-05-23 00:00:00 UTC
-
Dependencies
-
actionmailer (>= 5.0)
devise (>= 4.6)
bundler (~> 2.0, development)
-
Description
-
It adds support for send invitations by email (it requires to be authenticated) and accept the invitation by setting a password.
-
Email
-
sergio@entrecables.com
-
Files
-
CHANGELOG.md
LICENSE
README.md
app/controllers/devise/invitations_controller.rb
app/controllers/devise_invitable/registrations_controller.rb
app/views/devise/invitations/edit.html.erb
app/views/devise/invitations/new.html.erb
app/views/devise/mailer/invitation_instructions.html.erb
app/views/devise/mailer/invitation_instructions.text.erb
config/locales/ar.yml
config/locales/ca.yml
config/locales/da.yml
config/locales/de.yml
config/locales/en.yml
config/locales/es.yml
config/locales/et.yml
config/locales/fa.yml
config/locales/fr.yml
config/locales/id.yml
config/locales/it.yml
config/locales/ja.yml
config/locales/ko.yml
config/locales/nl.yml
config/locales/no.yml
config/locales/pl.yml
config/locales/pt-BR.yml
config/locales/pt.yml
config/locales/ru.yml
config/locales/tr.yml
config/locales/ua.yml
config/locales/vi.yml
config/locales/zh-CN.yml
config/locales/zh-HK.yml
config/locales/zh-TW.yml
lib/devise_invitable.rb
lib/devise_invitable/controllers/helpers.rb
lib/devise_invitable/inviter.rb
lib/devise_invitable/mailer.rb
lib/devise_invitable/mapping.rb
lib/devise_invitable/models.rb
lib/devise_invitable/models/authenticatable.rb
lib/devise_invitable/parameter_sanitizer.rb
lib/devise_invitable/rails.rb
lib/devise_invitable/routes.rb
lib/devise_invitable/version.rb
lib/generators/active_record/devise_invitable_generator.rb
lib/generators/active_record/templates/migration.rb
lib/generators/devise_invitable/devise_invitable_generator.rb
lib/generators/devise_invitable/install_generator.rb
lib/generators/devise_invitable/templates/simple_form_for/invitations/edit.html.erb
lib/generators/devise_invitable/templates/simple_form_for/invitations/new.html.erb
lib/generators/devise_invitable/views_generator.rb
lib/generators/mongoid/devise_invitable_generator.rb
test/functional/controller_helpers_test.rb
test/functional/registrations_controller_test.rb
test/generators/views_generator_test.rb
test/generators_test.rb
test/integration/invitation_remove_test.rb
test/integration/invitation_test.rb
test/integration_tests_helper.rb
test/mailers/invitation_mail_test.rb
test/model_tests_helper.rb
test/models/invitable_test.rb
test/models_test.rb
test/orm/active_record.rb
test/orm/mongoid.rb
test/rails_app/Rakefile
test/rails_app/app/controllers/admins_controller.rb
test/rails_app/app/controllers/application_controller.rb
test/rails_app/app/controllers/free_invitations_controller.rb
test/rails_app/app/controllers/home_controller.rb
test/rails_app/app/controllers/users_controller.rb
test/rails_app/app/helpers/application_helper.rb
test/rails_app/app/models/admin.rb
test/rails_app/app/models/octopussy.rb
test/rails_app/app/models/user.rb
test/rails_app/app/views/admins/new.html.erb
test/rails_app/app/views/devise/sessions/new.html.erb
test/rails_app/app/views/free_invitations/new.html.erb
test/rails_app/app/views/home/index.html.erb
test/rails_app/app/views/layouts/application.html.erb
test/rails_app/app/views/users/invitations/new.html.erb
test/rails_app/config.ru
test/rails_app/config/application.rb
test/rails_app/config/boot.rb
test/rails_app/config/credentials.yml.enc
test/rails_app/config/database.yml
test/rails_app/config/environment.rb
test/rails_app/config/environments/development.rb
test/rails_app/config/environments/production.rb
test/rails_app/config/environments/test.rb
test/rails_app/config/initializers/backtrace_silencers.rb
test/rails_app/config/initializers/devise.rb
test/rails_app/config/initializers/inflections.rb
test/rails_app/config/initializers/mime_types.rb
test/rails_app/config/initializers/secret_token.rb
test/rails_app/config/initializers/session_store.rb
test/rails_app/config/initializers/wrap_parameters.rb
test/rails_app/config/locales/devise.en.yml
test/rails_app/config/locales/en.yml
test/rails_app/config/master.key
test/rails_app/config/routes.rb
test/rails_app/db/migrate/20100401102949_create_tables.rb
test/rails_app/mongoid.yml
test/rails_app/script/rails
test/routes_test.rb
test/test_helper.rb
-
Homepage
-
https://github.com/scambra/devise_invitable
-
Licenses
-
MIT
-
Rdoc options
-
--main
README.md
--charset=UTF-8
-
Require paths
-
lib
-
Required ruby version
-
>= 2.2.2
-
Required rubygems version
-
>= 0
-
Rubygems version
-
3.5.11
-
Specification version
-
4
-
Summary
-
An invitation strategy for Devise
-
Test files
-
test/functional/controller_helpers_test.rb
test/functional/registrations_controller_test.rb
test/generators/views_generator_test.rb
test/generators_test.rb
test/integration/invitation_remove_test.rb
test/integration/invitation_test.rb
test/integration_tests_helper.rb
test/mailers/invitation_mail_test.rb
test/model_tests_helper.rb
test/models/invitable_test.rb
test/models_test.rb
test/orm/active_record.rb
test/orm/mongoid.rb
test/rails_app/Rakefile
test/rails_app/app/controllers/admins_controller.rb
test/rails_app/app/controllers/application_controller.rb
test/rails_app/app/controllers/free_invitations_controller.rb
test/rails_app/app/controllers/home_controller.rb
test/rails_app/app/controllers/users_controller.rb
test/rails_app/app/helpers/application_helper.rb
test/rails_app/app/models/admin.rb
test/rails_app/app/models/octopussy.rb
test/rails_app/app/models/user.rb
test/rails_app/app/views/admins/new.html.erb
test/rails_app/app/views/devise/sessions/new.html.erb
test/rails_app/app/views/free_invitations/new.html.erb
test/rails_app/app/views/home/index.html.erb
test/rails_app/app/views/layouts/application.html.erb
test/rails_app/app/views/users/invitations/new.html.erb
test/rails_app/config.ru
test/rails_app/config/application.rb
test/rails_app/config/boot.rb
test/rails_app/config/credentials.yml.enc
test/rails_app/config/database.yml
test/rails_app/config/environment.rb
test/rails_app/config/environments/development.rb
test/rails_app/config/environments/production.rb
test/rails_app/config/environments/test.rb
test/rails_app/config/initializers/backtrace_silencers.rb
test/rails_app/config/initializers/devise.rb
test/rails_app/config/initializers/inflections.rb
test/rails_app/config/initializers/mime_types.rb
test/rails_app/config/initializers/secret_token.rb
test/rails_app/config/initializers/session_store.rb
test/rails_app/config/initializers/wrap_parameters.rb
test/rails_app/config/locales/devise.en.yml
test/rails_app/config/locales/en.yml
test/rails_app/config/master.key
test/rails_app/config/routes.rb
test/rails_app/db/migrate/20100401102949_create_tables.rb
test/rails_app/mongoid.yml
test/rails_app/script/rails
test/routes_test.rb
test/test_helper.rb
-
Original platform
-
ruby
-
New platform
-
ruby