benmorganio
05/01/2023, 1:23 AMSpree::Base
to extend from ApplicationRecord
instead of ActiveRecord::Base
?kennyadsl
benmorganio
05/03/2023, 6:23 AMscope :paginate
to be available everywhere. Generally speaking, if I add a method to ApplicationRecord
I would expect it to be available in Solidus.kennyadsl
ApplicationRecord
) has been introduced in Rails 5 and we were supporting Rails 4.x at as well at that time. It might be a good change for Solidus now.benmorganio
05/03/2023, 7:44 AMkennyadsl
kennyadsl
ApplicationRecord
, old ones need to change that explicitly, so backward compatibility is respected