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...
calculate current test coverage after we fix: https://github.com/restarone/violet_rails/issues/245 and then add a rule that prevents merging to master if the change lowers coverage
**Is your feature request related to a problem? Please describe.** Activejob is needless complexity when we are already invested in sidekiq **Describe the solution you'd like** We are looking to...
https://github.com/restarone/violet_rails/security/dependabot?q=is%3Aopen+severity%3Ahigh
Priorities 1. [Custom web dev guide](https://github.com/restarone/violet_rails/wiki/custom-web-development-guide) 2. [Built in features](https://github.com/restarone/violet_rails/wiki/Built-in-Features) 3. [Getting started](https://github.com/restarone/violet_rails/wiki/Getting-started-(development-cheatsheet)) 4. [Production AWS setup](https://github.com/restarone/violet_rails/wiki/Production-AWS-setup)
any PR (including RC) to main/master should have all its commits squashed into one and merged
when `Subdomain.all` is called, it should include the public schema (created by default, mapped to the apex domain) ``` ruby (byebug) Subdomain.all # ``` the above list should include the...
TO-DO: 1. Create branches for Violet Rails `master` and `staging` running on Rails 7 (`rails_7_master`, `rails_7_staging`) from the HEAD of `master` 2. on the `rails_7_staging` branch upgrade to Rails 7...
there is a button on each forum thread that allows the current user to subscribe / unsubscribe to a thread. We want to: 1. List all the threads a user...