https://github.com/rootstrap/yaaf-examples
Rails app with YAAF usage examples
https://github.com/rootstrap/yaaf-examples
yaaf
Last synced: 10 months ago
JSON representation
Rails app with YAAF usage examples
- Host: GitHub
- URL: https://github.com/rootstrap/yaaf-examples
- Owner: rootstrap
- Created: 2020-04-05T21:36:24.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T18:16:39.000Z (about 3 years ago)
- Last Synced: 2025-06-14T12:06:33.881Z (10 months ago)
- Topics: yaaf
- Language: Ruby
- Homepage: https://yaaf-examples.herokuapp.com
- Size: 1.44 MB
- Stars: 2
- Watchers: 13
- Forks: 1
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# yaaf-demo

This is a Rails application using the [https://github.com/rootstrap/yaaf](https://github.com/rootstrap/yaaf) gem to create form objects.
## Registration Form
#### Description
It creates an user after submitting the registration form and adds a default role to the user.
#### It uses
- Devise to handle user authentication (the form is used as the resource)
- Rolify to manage user roles.
[See the form](app/forms/registration_form.rb)