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

**Describe the bug** ``` txt An ActionView::Template::Error occurred in api_namespaces#index: PG::UndefinedFunction: ERROR: operator does not exist: jsonb ~~* unknown LINE 1: ...i_namespaces" WHERE "api_namespaces"."properties" ILIKE '"%s... ^ HINT: No operator...

bug

Addresses: https://github.com/restarone/violet_rails/issues/267 ## Demo https://user-images.githubusercontent.com/35935196/185770631-67a9aed9-bc09-47bd-b437-17e35cc824c6.mov ## HOW TO USE #### Api Resource Index - create snippet with identifier same as api_namespace slug - Variables available on snippet: @api_resources & @api_namespace...

Failing UAT :x: :skull_and_crossbones:

**Describe the bug** currently cron/whenever is only working in production/staging environments. We need to make sure it works in development (ie; Docker)

bug
high priority

**Describe the bug** When a site with an OG image is shared on Twitter the Twitter preview card is not working. **To Reproduce** Steps to reproduce the behavior: Set an...

bug
high priority

This template can be used as a workaround for issue #491. 1) Create a layout called `default-staging` 2) Add the following template to `Content` ```html Document {{ cms:snippet navbar-staging }}...

documentation

**Is your feature request related to a problem? Please describe.** Violet uses an S3 bucket for storing all the objects in the subdomains **Describe the solution you'd like** We need...

enhancement

The image/video file are not being rendered in heroku. ![image](https://user-images.githubusercontent.com/25191509/186476720-6b28808a-b283-4f20-aead-1116fa74f516.png) In the image above, we can see that url for the image _(http://public.herokuapp.com/rails/active_storage/blobs/redirect...)_ is invalid. The domain is incorrect in...

documentation

**Is your feature request related to a problem? Please describe.** currently there is no way to enforce integers + decimals in API forms (we can enforce numbers, but not decimals)...

enhancement

example of how to seed CMS pages: https://github.com/restarone/violet_rails/releases/tag/0.9.18 The plugin should allow creating a templated page like this:

https://support.restarone.solutions/api_namespaces/monitoring-target-incident ``` txt An ActiveRecord::NotNullViolation occurred in api_namespaces#create: PG::NotNullViolation: ERROR: null value in column "version" violates not-null constraint DETAIL: Failing row contains (10, , a1679845-2c26-417a-a1e4-f6a666f8cfb1, null, {"Null": null, "Array": [1,...

bug
high priority