bullet_train-core
bullet_train-core copied to clipboard
The Open Source Ruby on Rails SaaS Framework
Fixes: https://github.com/bullet-train-co/bullet_train-core/issues/821 Previously if you tried to super scaffold a model that references itself like this: ``` rails generate super_scaffold Scrape Team scrape_id:super_select ``` You'd get an error like this:...
Hello. Stumbled on a potential bug with super scaffolding when creating a model that is self-referential (refers to itself). If I do: ``` rails generate super_scaffold Scrape Team scrape:super_select ```...
As soon as a site goes live properly, it's going to be hit by an endless stream of spammy requests trying to hack into the server. These end up causing...
Currently if you super scaffold a sortable model you'll end up with an index page that is technically sortable, but there's no indication given to the user that the items...
https://discord.com/channels/836637622432170028/836637623048601633/1146858936356577431 In that discord link @wesgarrison reports: New namespaced resource with super-scaffold with `--sortable` and the route can't be found with `` `rails routes` does not show me the route....
There is currently an issue in the teams edit view (that might actually affect other parts of the system too): First of all, there is a translation missing (which is...
Not sure if it's just me. Repeatably works here: Steps: ``` bin/dev ``` Check that everything works fine. Ctrl-C to kill the server. ``` bin/resolve bullet_train-themes-light-1.7.2/app/assets/stylesheets/light/tailwind/dark-mode.css --eject bin/dev ``` CSS...
It took me quite a bit of fiddling to get a working Dockerfile to use with Kamal and, later, Dokku... Right now there is no Dockerfile at all, so I'd...