violet_rails
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...
### BillablesReport Plugin For the latest version of this plugin see here: https://github.com/restarone/violet_rails/blob/master/test/plugin_fixtures/billables_report_plugin.yml search for `BillablesReportPlugin` ```ruby class BillablesReportPlugin def initialize(parameters) @external_api_client = parameters[:external_api_client] @clients_report = {} end def start...
**Describe the bug** asset urls are prefixed with 'public'. Causes assets to not loaded in safari if ssl certificates are invalid or not setup properly. **To Reproduce** Steps to reproduce...
**Describe the bug** While 2FA is enabled the user is not prompted with the 2FA login page. User is able to login directly without 2 Factor Authentication. **To Reproduce** Steps...
**Describe the bug** When a API Resource list in an API Namespace exceeds 1 million Resources, 1. The table view becomes slow ( 9 second response time) 2. Navigating through...
Addresses: https://github.com/restarone/violet_rails/issues/555 https://github.com/restarone/violet_rails/issues/1381 Demo: https://user-images.githubusercontent.com/50227291/227443792-23ac3476-2ded-468c-a3e2-5aab6ccf1196.mov
# Docker Compose v1 and v2 use different separators When you install Docker Desktop, the latest version of docker-compose (v2) will be included in it. Docker Compose v2 uses dash...
**Is your feature request related to a problem? Please describe.** Violet Rails allows you to define your app's Domain Entities through API Namespace. For example, if you were building an...
**Is your feature request related to a problem? Please describe.** currently only the top 3 videos are shown **Describe the solution you'd like** show all videos under an expansion/collapse
**Is your feature request related to a problem? Please describe.** when there are lots of click events tracked, the page gets overwhelming. **Describe the solution you'd like** Allow for an...
**Is your feature request related to a problem? Please describe.** While developing app functionality for nikean.org we had to write a 2 custom plugins. One to backfill API Namespace attributes...