You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Initial config for Rails 6 with Webpacker & PostgreSQL on Docker
Initial commit
Remove configs from development.rb
Update yarn version
Add 'n' (node version manager), revert yarn version
Suppress bundler installation
> Note: `--skip-listen` option is specified in the command to avoid the issue on macOS:
61
59
> ref: [Code is not reloaded in dev with Docker on OS X · Issue \#25186 · rails/rails](https://github.com/rails/rails/issues/25186). Perhaps you can remove the option for Linux environments.
62
60
63
-
### B. Custom Install
64
-
65
-
- `dip compose build`to build a container.
66
-
- `dip bundle install`to install gems for Rails.
67
-
- `dip bundle exec rails new . --webpacker <options as you like>`.
68
-
- To macOS user: add `--skip-listen`
69
-
- `dip yarn install`to install yarn.
70
-
- Perform the following manually to activate local access via Docker:
0 commit comments