rails-new icon indicating copy to clipboard operation
rails-new copied to clipboard

Results 13 rails-new issues
Sort by recently updated
recently updated
newest added

https://github.com/fussybeaver/bollard It will likely fix #6

enhancement

There are setups where the `docker` executable is an alias to another CLI which is a drop in replacement for docker, like `podman`. Currently, this tool does not pick up...

Do not add groups or users if ther gid or uid already exists in the base image. We also make useradd and the USER instruction depend on numeric ids since...

I want the `rails-new` can be installed via Homebrew for macOS users. ### Expected behavior macOS users can create a new Rails application as follows. ``` % brew install rails-new...

enhancement

This PR addresses issue #22 Currently our `Dockerfile` image doesn't have `node` and `yarn` binaries which results in errors when using `--js` or `--css` switches. This PR adds logic for...

If you run `rails-new main --js esbuild`, you'll get the following error because `npx` is not available. ```bash rails javascript:install:esbuild apply /usr/local/bundle/gems/jsbundling-rails-1.3.0/lib/install/esbuild/install.rb apply /usr/local/bundle/gems/jsbundling-rails-1.3.0/lib/install/install.rb Compile into app/assets/builds create app/assets/builds create...

Calling rails-new without any arguments fails with error: (error: the following required arguments were not provided: ..). Making rails arguments optional allows to simply run rails-new and see what params...

Error: `Rails::Generators::Error: The template [/usr/local/bundle/gems/cssbundling-rails-1.4.1/lib/install/bootstrap/install.rb] could not be loaded. Error: No such file or directory - npx (Rails::Generators::Error)` How I resolved it: Firstly, I tried using my custom Docker image....

On a Windows 11 Pro PC, I get this error when running the rails-new command: rails-new -- --devcontainer blog72 (v 0.41) >>> What's next: View a summary of image vulnerabilities...

The Windows Docker CLI has very specific requirements for absolute paths on Windows. The tool accepts absolute path formats such as `/c/path/to/dest`. The Rust `canonicalize` function creates a UNC path...