-
Subscription generator isn't working out of the box with stock Solidus starter starter frontend.
**Solidus Version**:
4.3.5
Installed with starter frontend on Ruby 3.3.5 with Rails 7.1.4
**To …
-
I am using rails_admin and recently integrated devise_invitable to it . The app is using rails 4 and i followed the guides to integrate it . All went well , even the admin side of rails admin shows th…
-
**Solidus Version**:
```
gem "solidus", "~> 4.3"
gem "solidus_admin", ">= 0.2"
gem "solidus_auth_devise", "~> 2.5"
```
**To Reproduce**
Steps to reproduce the behavior:
1. Set up the S…
-
タスクばらし
- [x] application.rbに生成されるファイルの制限を追加する
- [x] helper
- [x] text
- [x] routes
```
config.generators do |g|
g.skip_routes true
g.test_framework nil
…
-
**fixes / improvements**
- [ ] documentation (Devise customizations, Stripe billing sync, admin panel, Turbo)
- [ ] rip out Rubocop in exchange for Rails 7.2's native Rubocop
- [ ] move + expand …
-
### Steps to reproduce
I'm using Trestle in a secondary engine, OurUi, that handles configuration. We'll be using it across several internal apps so we can centrally control UX. The following works f…
-
While following the setup instructions, and running `admin/bin/rails generate godmin:install` on a Rails 6 application, I get the following error:
> The file ~/dev/my_app/admin/app/assets/javascri…
-
Hi guys, I have an issue with loading turbo frame from subdomain after hard reload (`cmd/ctrl+shift+r` or disabled cache in the Dev console > Network tab). So far I know it happens in Chrome and Safar…
-
### Steps to reproduce the problem
When I use the [README instructions to create GitHub codespace](https://github.com/mastodon/mastodon#github-codespaces), the codespace doesn't successfully start …
-
cd /opt/forem
rails console
user = User.find(1)
user.add_role(:single_resource_admin, Space)
get error below
![image](https://github.com/user-attachments/assets/88e1209c-518d-435c-b50b-5fcf59…