Abhinay Kumar

Results 8 comments of Abhinay Kumar

Same result ``` irb(main):003:0> a = Comment.last Comment Load (0.5ms) SELECT "comments".* FROM "comments" ORDER BY "comments"."id" DESC LIMIT $1 [["LIMIT", 1]] => # irb(main):004:0> b = Comment.first Comment Load...

I changed versions to 3-0 stable and its working now. not really a fix but enough to move ahead. changes in Gem file: ``` ruby gem 'spree', '3.0.4' gem 'spree_gateway',...

Hey Mahendra, I had a similar issue . just comment the line no. 39 in the file: `home/ec2-user/.bundler/ruby/2.2.0/spree_drop_ship-da697b311997/app/views/spree/admin/shipments/index.html.erb` like this: ``` ruby true}, :class => 'select2' %> ``` Should start...

Hi @rmosolgo, Is the support sentry is something that is in the roadmap?

I tried reproducing the issue with settings below but I could not. Also, with default setup `datetime-picker` does not work for me, I'm guessing it requires some package to be...

I would like to help on fixing the links and If possible will try to add more details to each section. Can someone just guide me on how to start...

Thanks @ryanatwork then I guess I can fork the repository, make the changes and submit pull-request.

Just did the pull-request #263.