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

RailsInstaller not compatible with today's Rails #38654

Closed
jdashton opened this issue Mar 5, 2020 · 2 comments · Fixed by #38662
Closed

RailsInstaller not compatible with today's Rails #38654

jdashton opened this issue Mar 5, 2020 · 2 comments · Fixed by #38662
Labels

Comments

@jdashton
Copy link

jdashton commented Mar 5, 2020

The prod and edge versions of "Getting Started with Rails" both point to RailsInstaller as a great way to get started on Windows. However, RailsInstaller is offering only Ruby 2.2 and 2.3. When you get to the bundle install step, multiple of the standard gems now require at least Ruby 2.4. If we have a relationship with Engine Yard, perhaps a request from the right member of the team would move them to release more current versions of the RailsInstaller downloadables.

@kaspth
Copy link
Contributor

kaspth commented Mar 5, 2020

Yeah! @olivierlacan is on this 😊

olivierlacan added a commit to olivierlacan/rails that referenced this issue Mar 5, 2020
RailsInstaller is no longer maintained and its latest supported Ruby
version is 2.3 which Rails no longer supports.

In contrast, RubyInstaller supports Ruby 2.7, 2.6, 2.5, 2.4, 2.3, and 2.2 which
are the only Ruby versions necessary for Rails 6.x and 5.x at this point.

Fixes rails#38654

[ci skip]
@jdashton
Copy link
Author

jdashton commented Mar 9, 2020

I agree with this patch. If Engine Yard won't step up, the change given here is better than being directed to install something that no longer functions.

However, this change would be a net loss for new programmers. The assertion that

Others can find installation instructions at the SQLite3 website.

is difficult to verify, if true. The Windows binaries are available at that website, true, but I failed to find any word of what to do with them.

Given that this guide is "for beginners who want to get started with a Rails application from scratch," telling the reader to find installation instructions at a site that seems to contain no installation instructions may present a significant impediment to them.

The Rails Installer from Engine Yard was valuable not least because it solved this problem.

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

Successfully merging a pull request may close this issue.

3 participants