mices

Results 22 comments of mices

That goes beyond just trying to add a wildcard when you're trying to add another level *.a.test.com is an additional level from *.test.com

Is there a rails 7 integration guide because I'm having problems also

yes because i get the following error: -0400 Rack app ("GET /" - (127.0.0.1)): #

I think the solution is to run `rails turbo:install:redis` I got stuck on something else on the same app so I haven't had a chance to try it yet

Here's what happens with rails 5.1 /.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.4/lib/action_dispatch/routing/mapper.rb:79:in `check_via': You should not use the `match` method in your router without specifying an HTTP method. If you want to expose your action...

Here's what happens in Rails 4.2 /.rvm/gems/ruby-2.3.3/gems/railties-4.2.10/lib/rails/railtie/configuration.rb:95:in `method_missing': undefined method `load_defaults' for # (NoMethodError)

I'm getting this error with rails 7 spree 4.3.2 The only spree gem I added to my Gemfile is spree 4.3.2 Running the installer didn't add any gems to my...

Which spree version uses rails < 6 cause I don't wanna get started with another rails 6 site that's gonna be hard to upgrade to rails 7

I installed postgres and now get the message openssl implementation doesn't support ALPN and then the server fails to start with aborted (core dumped) on ubuntu 22.04

Why is contrib's latest version only for spree 2.2 When are they gonna get caught up?