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

Add a redirect for getting the newest version #192

Open
rylarson opened this issue Sep 30, 2013 · 2 comments
Open

Add a redirect for getting the newest version #192

rylarson opened this issue Sep 30, 2013 · 2 comments
Labels
Milestone

Comments

@rylarson
Copy link

RVM has a redirect: http://get.rvm.io that points to the latest RVM, it would be awesome if there was a redirect to the newest version of the rubyinstaller.

Something like:

http://latest.rubyinstaller.org

Maybe allow a url parameter for the bitness, with default value=32

http://latest.rubyinstaller.org?bitness=64

@luislavena
Copy link
Member

Hello @rylarson and thanks for the suggestion, however I'm not sure if that will be wise.

To give you some background, since Ruby 2.0 release, it has been very problematic deal with gems and users.

Not to mention users installing incorrect versions of DevKit (or other MinGW compilers) and then complaining things don't work.

Ruby 1.9.3 and 2.0.0 are two different beast. Imagine today we suggest that latest is 1.9.3 and tomorrow, when things get better, it is 2.0.0, that will not be a compatible version.

If now, even that RubyInstaller documents and put in bold text what you should download, where you should get X, etc, imagine if we hide that behind a redirect.

I'm not sure it will be the wisest decision do that, but I could be wrong.

Leaving this open for further analysis, but I don't expect implement this in the short time.

Thank you.

@rylarson
Copy link
Author

rylarson commented Oct 1, 2013

I am thinking it would just be for convenience. It wouldn't replace any of the current downloads, you could just add a blurb to the docs that the latest version is always available from http://latest.rubyinstaller.org

The use case for this would be to programatically grab the latest ruby installer to perform a silent install. Obviously it would only be useful in cases where the user didn't care about the version.

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

No branches or pull requests

2 participants