Skip to content

Update English installation instructions #2228

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

Merged
merged 2 commits into from
Oct 29, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Remove RailsInstaller as it is not maintained
[RailsInstaller](http://railsinstaller.org/en) has not been maintained. 
It only has installers for Ruby 2.2 and 2.3 on Windows and Ruby 1.9 on 
OS X 10.8 (from 2012, macOS is now at 10.15)
  • Loading branch information
matt17r committed Oct 26, 2019
commit 86186570fb7bc8dbd551f87fb9bf8380517dd1b2
12 changes: 4 additions & 8 deletions en/documentation/installation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Here are available installation methods:
* [ruby-build](#ruby-build)
* [ruby-install](#ruby-install)
* [RubyInstaller](#rubyinstaller) (Windows)
* [RailsInstaller and Ruby Stack](#railsinstaller)
* [Ruby Stack](#rubystack)
* [Managers](#managers)
* [chruby](#chruby)
* [rbenv](#rbenv)
Expand Down Expand Up @@ -245,15 +245,12 @@ to set up a full Ruby development environment.
Just download it, run it, and you are done!


### RailsInstaller and Ruby Stack
{: #railsinstaller}
### Ruby Stack
{: #rubystack}

If you are installing Ruby in order to use Ruby on Rails,
you can use the following installers:
you can use the following installer:

* [RailsInstaller][railsinstaller] uses [RubyInstaller][rubyinstaller]
but gives you extra tools that help with Rails development. It
supports macOS and Windows.
* [Bitnami Ruby Stack][rubystack] provides a complete development
environment for Rails. It supports macOS, Linux, Windows, virtual
machines, and cloud images.
Expand Down Expand Up @@ -329,7 +326,6 @@ though, because the installed Ruby won't be managed by any tools.
[chruby]: https://github.com/postmodern/chruby#readme
[uru]: https://bitbucket.org/jonforums/uru
[rubyinstaller]: https://rubyinstaller.org/
[railsinstaller]: http://railsinstaller.org/
[rubystack]: http://bitnami.com/stack/ruby/installer
[openindiana]: http://openindiana.org/
[gentoo-ruby]: http://www.gentoo.org/proj/en/prog_lang/ruby/
Expand Down