skip to Main Content

Redis – When running rake assets:precompile RAILS_ENV=production over ES6 syntax pipeline got broken

RAILS ASSETS PIPELINE When running rake assets:precompile RAILS_ENV=production over ES6 syntax, assets pipeline got broken. If we instead call rake assets:precompile with environment set to RAILS_ENV=development it perform fine. Summarizing SUCCESS FAIL rake assets:precompile rake assets:precompile RAILS_ENV=production RAILS_ENV=devlopment RAILS_ENV=development `bundle…

VIEW QUESTION

docker automatically redirects to https

I've dockerized a ruby app and am trying to view it locally but every browser I have used redirects from http://0.0.0.0:3000 to https://0.0.0.0:3000 so I'm getting the browser error This site can’t provide a secure connection 0.0.0.0 sent an invalid…

VIEW QUESTION

How to setup a free trial in Shopify Rails app

I will like to setup a free trial in my shopify rails app. I am using the official Shopify Rails app gem https://github.com/Shopify/shopify_app. The config for billing looks like this config.billing = ShopifyApp::BillingConfiguration.new( charge_name: "Apps", amount: 6.99, interval: ShopifyApp::BillingConfiguration::INTERVAL_EVERY_30_DAYS, currency_code:…

VIEW QUESTION
Back To Top
Search