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

Properties of an object cannot be rearranged. They seem to get rearranged back to their initial order after hitting Save. Suppose, I want the properties to be arranged in this...

enhancement
high priority

https://github.com/restarone/violet_rails/wiki/Deploying-to-EC2-(with-Capistrano)

rails-7-upgrade
ruby-3-upgrade

do after merging: https://github.com/restarone/violet_rails/pull/929

enhancement

Add test coverage to the following files (some, if not all of the GQL ones can be filtered out since they are just generated files): ![Screenshot from 2022-07-14 21-59-13](https://user-images.githubusercontent.com/35935196/179131681-4bc96d06-d4a5-4616-83a9-f0146a4c82ea.png)

**Is your feature request related to a problem? Please describe.** Currently, we don't manage entity instance level permissions well. **Describe the solution you'd like** Ability to grant instance level permissions...

**Is your feature request related to a problem? Please describe.** Currently deleting entity data is either cumbersome at best or non existent at worst. **Describe the solution you'd like** ##...

enhancement

**Is your feature request related to a problem? Please describe.** In light of this attack: https://siliconangle.com/2022/03/17/protest-russia-turns-supply-chain-attack-popular-javascript-module/ I believe we should harden Violet Rails against bad dependencies. TLDR: > The peacenotwar...

enhancement

# The following 2 Ruby classes implement [bishop.restarone.com](https://bishop.restarone.com) in Violet Rails ## BishopMonitoring for rendering pages ``` ruby class BishopMonitoring def initialize(parameters) @external_api_client = parameters[:external_api_client] @log_incidents_to_namespace = @external_api_client.api_namespace.properties["log_incidents_to"] @targets =...

documentation

**Is your feature request related to a problem? Please describe.** Currently we build rbenv and ruby once per deployment environment **Describe the solution you'd like** We should build rbenv and...

enhancement