murat.ustuntas PRO
Joined 12/28/2020
murat.ustuntas PRO said over 2 years ago on Docker on Rails 7 :
I ran the command as you said. Sorry, the nokogiri error still persists.My other docker services are also running. However, I am using the source file from you for the first time.

yarn run v1.22.10
$ esbuild app/javascript/*.* --bundle --outdir=app/assets/builds --watch
rails7-js-1        | [watch] build finished, watching for changes...
yarn run v1.22.10
rails7-app-1       | Could not find nokogiri-1.12.5, mini_portile2-2.6.1 in any of the sources
rails7-app-1       | Run `bundle install` to install missing gems.
$ sass ./app/assets/stylesheets/application.bootstrap.scss ./app/assets/builds/application.css --no-source-map --load-path=node_modules --watch
rails7-app-1 exited with code 7
rails7-css-1       | Sass is watching for changes. Press Ctrl-C to stop.
rails7-css-1       | 

murat.ustuntas PRO said over 2 years ago on Docker on Rails 7 :
I found problem i think, Gemfile.lock file contains nokogiri. When moving Gemfile.lock and bundle install then problem solved. 

Regards

Murat

murat.ustuntas PRO said over 2 years ago on Docker on Rails 7 :
Hi,

Where and how can we change the environment property when we use this docker? 
What should we do if we want to leave the development mode and switch to the production mode?

Regards,

Murat

murat.ustuntas PRO said over 2 years ago on Hotwire Dashboards :
It was one of the things I've been waiting for for a long time. Thank you for your work.

murat.ustuntas PRO said over 1 year ago on Mapbox Geolocation :
It was a very informative chapter. It would be nice to see more sections with frontend and backend examples like this for rails.