violet_rails icon indicating copy to clipboard operation
violet_rails copied to clipboard

an app engine for your business. Seamlessly implement business logic with a powerful API. Out of the box CMS, blog, forum and email functionality. Developer friendly & easily extendable for your next...

Results 256 violet_rails issues
Sort by recently updated
recently updated
newest added

example 2 factor authentication app with devise: https://github.com/tinfoil/devise-two-factor add require 2 factor authentication to users send one-time codes over text and/or email 2FA rule set: if enforced at domain level:...

enhancement
high priority

# VacuumJob Plugin For the latest version of this plugin see here: https://github.com/restarone/violet_rails/blob/master/test/plugin_fixtures/vacuum_job.yml search for `VacuumJob` ```ruby class VacuumJob def initialize(parameters) @external_api_client = parameters[:external_api_client] end def start # Fetching provided...

documentation

This spec is to create a 2 high availability deployment strategies for Violet Rails using 1. AWS (deploy to ECS using Github action, app stack using route 53, RDS, ACM,...

enhancement
WIP

How to load environment variables at boot time: https://anonoz.github.io/tech/2018/12/29/aws-secrets-in-rails.html

enhancement
WIP
API - data pipeline v3

**Describe the bug** Devise events (eg: signin, signout, signup, password reset, etc ) are not tracked. This should be handled on devise controllers **To Reproduce** Steps to reproduce the behavior:...

bug

Flushing your DNS cache makes testing these changes quicker. On the latest version of Mac OS the command is: ``` bash sudo killall -HUP mDNSResponder ``` ## research 1. setup...

documentation

This plugin will ingest user provides emails to send them the information they submitted information to the system. ## Namespace ### config: `name`: compliance/customer/request ### properties: `name`: Sally Anne `slug`:...

high priority
plugin

presently, the can_manage_api privilege grants access to all API namespaces. We want to add a feature such that, 1. We retain the full access can_manage_api that allows access to all...

enhancement
high priority

pull request title must follow pattern: `[feature] feature name` or `[bug fix] bug fix description` format the actual pull request should have the template completed as follows Task: GitHub issue...

good first issue

**Describe the bug** Using Safari on Mac, the user is unable to upload files. **To Reproduce** Steps to reproduce the behavior: 1. Go to App settings 2. Click on favicon...

bug
high priority