Rails Devise Graphql Versions Save

A Rails 6 boilerplate to create your next Saas product. Preloaded with graphQL, devise, JWT, CanCanCan, RailsAdmin, Rubocop, Rspec, i18n and more.

2.0.1

3 years ago

Added a basic account model to hold a group of users with admins.

2.0.0

3 years ago

Changes to this version:

  • Using graphql-auth as JWT authentication
  • Added i18n
  • Added rails_admin
  • Added rubocop
  • Added annotate_models
  • Update all packages

1.1.0

4 years ago
  • update schema and migrations
  • use Devise::Test::ControllerHelpers, because Devise::TestHelpers is deprecated
  • separate graphql mutations and queries because when the project grows it will be a mess.
  • mutations all under graphql/mutations; queries under graphql/resolvers
  • make a sample of how to use input object in sign_up

1.0.0

5 years ago