-
-
Notifications
You must be signed in to change notification settings - Fork 15k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rails-new: init at 0.5.0 #378144
Closed
Closed
rails-new: init at 0.5.0 #378144
+14,011
−8,653
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ethancedwards8
suggested changes
Feb 21, 2025
src = fetchFromGitHub { | ||
owner = "rails"; | ||
repo = "rails-new"; | ||
rev = "v${version}"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tag
ethancedwards8
suggested changes
Feb 22, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You need to squash your commits
04992f7
to
94b39a5
Compare
rip. |
I really screwed this branch up somehow, my bad. Appreciate the help, I'll try again. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
2.status: merge conflict
This PR has merge conflicts with the target branch
6.topic: continuous integration
Affects continuous integration (CI) in Nixpkgs, including Ofborg and GitHub Actions
6.topic: coq
"A formal proof management system"
6.topic: docker tools
6.topic: dotnet
Language: .NET
6.topic: emacs
Text editor
6.topic: Enlightenment DE
The Enlightenment Desktop Environment
6.topic: fetch
6.topic: games
6.topic: hardware
6.topic: haskell
6.topic: java
Including JDK, tooling, other languages, other VMs
6.topic: julia
6.topic: jupyter
Interactive computing tooling: kernels, notebook, jupyterlab
6.topic: k3s
Kubernates distribution (https://k3s.io/)
6.topic: kernel
The Linux kernel
6.topic: llvm/clang
Issues related to llvmPackages, clangStdenv and related
6.topic: lua
6.topic: LXQt
The Lightweight Qt Desktop Environment
6.topic: nixos
Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS
6.topic: nixos-container
Imperative and declarative systemd-nspawn containers
6.topic: nodejs
6.topic: nvidia
6.topic: ocaml
6.topic: php
6.topic: python
6.topic: qt/kde
6.topic: rocm
6.topic: rust
6.topic: systemd
6.topic: teams
Relating to team creation, updates, other management actions
6.topic: vim
6.topic: vscode
6.topic: xfce
The Xfce Desktop Environment
8.has: changelog
8.has: documentation
This PR adds or changes documentation
8.has: maintainer-list (update)
This PR changes `maintainers/maintainer-list.nix`
8.has: module (update)
This PR changes an existing module in `nixos/`
10.rebuild-darwin: 1-10
10.rebuild-darwin: 1
10.rebuild-linux: 1-10
10.rebuild-linux: 1
12. first-time contribution
This PR is the author's first one; please be gentle!
backport release-24.11
Backport PR automatically
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds a new package for rails-new, which enables users to create new Ruby on Rails projects without needing Ruby installed by running
rails new
in a Docker container.Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.