-
When a model has_many through, and an association is added when editing the record, but a validation fails when the record is saved, the join table record remains. It appears that the association is b…
-
```
gem "spree", "~> 4.5" # core and API
gem "spree_backend" # Rails admin panel (optional)
gem "spree_gateway", "~> 3.9" # payment gateways eg. Stripe, Braintree (optional)
```
As pointed out …
-
I'm upgrading from Rails 5.1 to 5.2 with Active Record now at 5.2.3. I'm using bitmask 1.0.
I'm just trying to do a db:create and I get the below error.
It worked before with Rails 5.1. Any idea…
-
- Check that Rails.env == development
- 1 admin admin@yakut.org 1234123
- 3 user user1@yakut.org 12341234, user2@yakut.org 12341234, user3@yakut.org 12341234
- Add users and admin email and password t…
-
👋 Hello to everyone. Not sure if this is the right place, sorry if I am wrong.
I have an issue with I18n thread safety (at least I think it is about that) on production after deploying newly init…
-
### What we should change and why (this is tech debt)
Automated tests related to the Tax feature may need to be reviewed and checked for completeness or created from scratch, where necessary. Thi…
-
When I run bundle exec rails g ab_admin:resource
Then I give this error: undefined method `translates?'
-
I ran `mount FullcalendarEngine::Engine => "/fullcalendar_engine"` and got `"-bash: /fullcalendar_engine: Permission denied"` I googled the error but couldn't find any helpful results. Any help? Tha…
-
## What I tried to do
I have the below setup
```ruby
class BudgetLine < ApplicationRecord
has_many :budget_line_items
accepts_nested_attributes_for :budget_line_items
end
class BudgetLi…
-
i am currently testing this extension with rails 5 and spree-3.2, i followed readme instructions and at a first glance everything works, but after creating 'accessories' relation type, i get no metho…