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...
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...
https://github.com/restarone/violet_rails/wiki/Deploying-to-EC2-(with-Capistrano)
do after merging: https://github.com/restarone/violet_rails/pull/929
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): 
**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** ##...
**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...
# 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 =...
**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...