Shopify: Error coming from `bundle install`
I am getting error. I am trying the Shopify Remix app. The error occurs when I add the extension in my app and run Shopify app dev. Any idea how to resolve this? Here is error in the text Shutting…
I am getting error. I am trying the Shopify Remix app. The error occurs when I add the extension in my app and run Shopify app dev. Any idea how to resolve this? Here is error in the text Shutting…
I have a database table holding 500k records. I need to load these records, do an API call, fetch data from this API endpoint, and save new data back to the database. I tried to do it like this (simplified…
I am using mongodb for first time. I have below models class Legacy::User include Mongoid::Document has_many :customers field :username, type: String end class Legacy::Customer include Mongoid::Document belongs_to :user field :user_id, type: String end When I run below query it doesn't…
I have a model Item with the corresponding database table items where is currently about 240,000 records. I need to generate statistics from the data in the items table on my dashboard. Currently, I am trying to do it this…
I have an author that has many books and a book that belongs to an author in an rails 7 api. I am using "jsonapi-serializer", "~> 2.2" to try and get the author and their books. When I look at…
I'm developing an application for a horsemanship school so they can organize their classes and see who booked a class and whatnot! In the display of all the classes, I've created to help users choose the day they want to…
In heroku I got this error The Ruby version you are trying to install does not exist: ruby-2.6.1 but locally when I put ruby -v I got this ruby 2.6.1p33 (2019-01-30 revision 66950) [x86_64-darwin20] when I do gem update bundler…
Picture of app I'm making this project for my bootcamp, I'm struggling with moving this + button to the bottom right of this container, my project has this container to "simulate" a phone screen, I have a sub-content box for…
I have upgraded an exsisting rails version 6.1 to 7.1.3 where i have used sprocket-rails gem to work out the exsisting asset piple. after running the command bundle exec rake assets:precompile, i am getting the following error, including an error.…
The value saved in the database is 0.0 as numeric data type, I need to retrieve 0.00 with the select. is there a way in postgres?