Skip to content
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

Is this still maintained? #44

Closed
NielsKSchjoedt opened this issue Jan 4, 2025 · 2 comments
Closed

Is this still maintained? #44

NielsKSchjoedt opened this issue Jan 4, 2025 · 2 comments

Comments

@NielsKSchjoedt
Copy link

It's over 5 months since last update and meanwhile there has been a new Rails major release and there are several PRs pending with fixes for bugs and updates for documentation and version bumps:

Are we gonna see a release any time soon? 🙏

@hachi8833
Copy link

I agree with your idea to update the default versions of Rails and Ruby to the latest ones in https://github.com/rails/rails-new/blob/785ede8f554db7047b26296c387c824d6422673d/src/rails_new.rs#L5C1-L17C1

pub struct Cli {
    #[clap(trailing_var_arg = true, required = true)]
    /// arguments passed to `rails new`
    pub args: Vec<String>,
    #[clap(long, short = 'u', default_value = "3.3.4")]
    pub ruby_version: String,
    #[clap(long, short = 'r', default_value = "7.2.0")]
    pub rails_version: String,


    #[command(subcommand)]
    pub command: Option<Commands>,
}

At least specifying explicit versions likerails-new -u 3.4.1 -r 8.0.1 store --devcontainer works fine.

@rafaelfranca
Copy link
Member

Yes. It is still maintained.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants