gwalshington

Results 14 comments of gwalshington

@simplex-linz @marlonbosse What file are you putting this in? This is only happening to me in production after I build with Expo -> the app is a bare workflow that...

@vonovak I figured out my issue was that on Android there are different profiles (like Personal and Work), and the issue was those profiles change the colors of the date...

After a couple days of reading, I resolved by loading Stripe in the head of application.html.erb as well. Has anyone a better way to work with Turbolinks 5 and having...

I am running into this issue as well. Have you found a solution?

I never had this issue until now, seemingly out of no where, and there's hundreds of users now getting 'Unauthorized' once they create a subscription, or want to edit. Would...

I don't use cancancan. There are other people above reporting the same issue. I'd rather rebuild with stripe than pay you to debug your own gem.

I just had the same issue. This answered the question for me: https://stackoverflow.com/questions/64199340/nomethoderror-undefined-method-update-subscription-for-stripecustomer

I recently implemented gem "rails_engine_decorators" for the reason above, and besides local development, it is incompatible with Rails 5. It gives the error DEPRECATION WARNING: alias_method_chain is deprecated. Just a...

I'm getting this same error, and it seems like it's also slowing down the rendering of these images, which when there are more than about 50, it's killing the page.

hmm... that doesn't work for me. I still see the error and the images are now stretched between 2 pages. Thanks though!