Sujay
Sujay
I have the same issue: `bundle install` succeeds but, when I run any rails commands (including `rails s`), I get the error this error ``` require': dlopen(/Users/sss/.rvm/gems/ruby-2.7.1/gems/mysql2-0.5.3/lib/mysql2/mysql2.bundle, 9): Library not...
One more difference from there is ``` devise_for :users, controllers: { confirmations: :user_confirmations, passwords: :passwords, invitations: :invitations, } devise_scope :user do post 'login' => 'api/people/sessions#create', :as => :login delete 'logout'...
Yes, I think I also observed that its only the `logout` path thats partially failing when invoked without `.json`. For rest of the controllers, with/without json in URL is not...
Hello folks, first off thank you for a great repo, I was trying to follow a previous guide in Medusa blog about how we can create a marketplace by leveraging...
2022 and we are still here from 2017 😄 , Folks, have you all thought about implementing this?