Given Reed
12/03/2021, 7:42 PMLandon Lapensee
12/05/2021, 4:03 PM[Spree WARNING] Missing migrations.
[Spree WARNING] change_column_null_on_prices from spree is missing.
`[Spree WARNING] Run bundle exec rake railties:install:migrations
to get them.`
RunningĀ bundle exec rake railties:install:migrations
Ā gives me the same error messages. How can I fix this?Andre Schweighofer
12/06/2021, 4:54 PMvictor
12/08/2021, 11:17 PMvictor
12/09/2021, 3:30 PM/Users/victorterhark/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/activerecord-6.1.4.1/lib/active_record/dynamic_matchers.rb:22:in `method_missing': undefined local variable or method `acts_as_paranoid' for Spree::User:Class
Did you mean? acts_as_list (NameError)
from /Users/victorterhark/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/solidus_auth_devise-2.5.4/app/models/spree/user.rb:14:in `<class:User>'
from /Users/victorterhark/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/solidus_auth_devise-2.5.4/app/models/spree/user.rb:4:in `<module:Spree>'
from /Users/victorterhark/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/solidus_auth_devise-2.5.4/app/models/spree/user.rb:3:in `<top (required)>
Sharon Morato
12/12/2021, 12:00 PMJonathan Zisser
12/14/2021, 6:50 PMen-CA
locale. We're getting an error that "solidus_admin/select2_locales/select2_locale_en-CA.js" is missing from the asset pipeline", and I was able to solve the problem by forking solidus and adding that file to vendor/assets/javascripts/solidus_admin/select2_locales/select2_locale_en-CA.js
. However, I'd like to fix the issue by instead adding that file to our project that we're using Solidus in. I can't seem to get it to work though - could anyone help me figure out where this file needs to live?Daniel
12/15/2021, 10:03 AMLandon Lapensee
12/16/2021, 10:14 PMXan
12/17/2021, 1:39 PMsocksman
12/20/2021, 6:58 PMvictor
12/23/2021, 2:14 PMAhmad Ridwan Fauzi
12/28/2021, 6:03 AM/admin
prefix on admin panel to a random string to prevent easy access, or something else? Need a better way to secure the backend panel hereFaizaan Gagan
12/29/2021, 6:13 AMFaizaan Gagan
12/29/2021, 6:26 AMGiven Reed
12/29/2021, 4:24 PMSpree::Config.pricing_options_class
, so I'm working on trying to combine them and use a decorator to inject their functionality into the base Spree::Variant::PricingOptions
class. I'm setting up the decorator the same way that I have with other ones that work, but I can't seem to get it to work completely. I'm assuming it's probably something little that I'm overlooking, just need another set of eyes to take a look and see if they can spot what I'm missingXan
12/29/2021, 8:19 PMXan
01/03/2022, 5:39 PMSharon Morato
01/05/2022, 4:59 AMsocksman
01/06/2022, 12:57 AMRajeswari
01/06/2022, 4:07 AMJustin Mac Carthy
01/11/2022, 4:57 AMJustin Mac Carthy
01/11/2022, 5:09 AMJustin Mac Carthy
01/11/2022, 8:52 AMJustin Mac Carthy
01/11/2022, 8:53 AMXan
01/11/2022, 3:23 PMXan
01/12/2022, 7:20 PMXan
01/14/2022, 8:00 PMPablo Michelini
01/15/2022, 1:58 PMHi all! I'm new to solidus and I'm looking to customize the views. I've brought them all to my project, but I can't overwrite the classes or ids to create new styles. what would be the best way to do it?
Sharon Morato
01/16/2022, 7:31 AM