Stephane
Stephane
i noticed it calls searchlogic scope column name when we call the attribute from an association using send and if the column is a boolean : Appointment.last.client.send(:owner) # => SELECT...
looks like email to friend have been removed, we might want to add this back
this is a great idea ! to support this I think we should take a closer look at https://github.com/jipiboily/spree_multi_lingual/blob/master/lib/spree_multi_lingual/translates_with_accessors.rb#L29 We should be able to append attributes to translates method I...
I confirm @Murphydbuffalo . I was on rake 12.X. Now with rake 13.0.6 it works I changed another gem's dependency (cryptocoin_payable) spec.add_development_dependency 'rake', '~> 13'
using Rails 7.0.6
@ryanwi thanks ! I moved to docker but forgot how I fixed it. closing this :)
Currently having trouble with `/address` not returning detailed transactions' outputs https://github.com/janoside/btc-rpc-explorer/issues/439 We might need to look for another explorer blockchain.info (cant find their testnet anymore) or blockchair
would love to have your feedback @Sailias
ran into this issue. tx you for raising it. looking forward the PR :)
admin use by default your application locale, in my case I have in app/controllers/admin/base_controller_decorator.rb ``` ruby Spree::Admin::BaseController.class_eval do private def set_user_language I18n.locale = :en end end ```