From 60f59ea21b27993ca184b5deddd228f86ed12e1b Mon Sep 17 00:00:00 2001 From: Kuniaki IGARASHI Date: Tue, 3 Feb 2015 08:56:45 +0900 Subject: [PATCH 1/6] Add ActiveScriptRuby to en installation page. --- en/documentation/installation/index.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/en/documentation/installation/index.md b/en/documentation/installation/index.md index 1d003645de..eaf29408d5 100644 --- a/en/documentation/installation/index.md +++ b/en/documentation/installation/index.md @@ -40,6 +40,7 @@ for different needs and platforms. * [ruby-install](#ruby-install) * [RubyInstaller](#rubyinstaller) (Windows) * [RailsInstaller and Ruby Stack](#railsinstaller) + * [ActiveScriptRuby](#activescriptruby) (Windows) * [Managers](#managers) * [chruby](#chruby) * [rbenv](#rbenv) @@ -220,6 +221,12 @@ you can use the following installers: which provides a complete development environment for Rails. It supports OS X, Linux, Windows, virtual machines, and cloud images. +### ActiveScriptRuby +{: #activescriptruby} + +If you are on Windows, you can use [ActiveScriptRuby][active-script-ruby]. It's based on mswin32 and enclosed some useful libraries within the installer. + +* [ActiveScriptRuby][active-script-ruby] (Japanese) ## Managers {: #managers} @@ -288,6 +295,7 @@ though, because the installed Ruby won't be managed by any tools. [uru]: https://bitbucket.org/jonforums/uru [rubyinstaller]: http://rubyinstaller.org/ [railsinstaller]: http://railsinstaller.org/ +[active-script-ruby]: http://www.artonx.org/data/asr/ [rubystack]: http://bitnami.com/stack/ruby/installer [sunfreeware]: http://www.sunfreeware.com [blastwave]: http://www.blastwave.org From 6a9e420a34386438019ec0fcf8ac95bc9a12b3d8 Mon Sep 17 00:00:00 2001 From: Kuniaki IGARASHI Date: Wed, 4 Feb 2015 08:23:25 +0900 Subject: [PATCH 2/6] Add Nitrous.IO into en installation page. --- en/documentation/installation/index.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/en/documentation/installation/index.md b/en/documentation/installation/index.md index eaf29408d5..c149aeaaa4 100644 --- a/en/documentation/installation/index.md +++ b/en/documentation/installation/index.md @@ -47,7 +47,8 @@ for different needs and platforms. * [RVM](#rvm) * [uru](#uru) * [Building from source](#building-from-source) - +* [Coding on web service](#coding-on-web-service) + * [Nitrous.IO](#nitrousio) ## Package Management Systems {: #package-management-systems} @@ -286,6 +287,15 @@ To change, pass the `--prefix=DIR` option to the `./configure` script. Using the third-party tools or package managers might be a better idea, though, because the installed Ruby won't be managed by any tools. +## Coding on web service +{: #coding-on-web-service } + +You can write and run Ruby code on your browser. + +### Nitrous.IO +{: #nitrousio} + +[Nitrous.IO][nitrousio] allows you to write Ruby code on your browser via Web IDE. You can develop web applications using Ruby on Rails. [rvm]: http://rvm.io/ [rbenv]: https://github.com/sstephenson/rbenv#readme @@ -303,3 +313,4 @@ though, because the installed Ruby won't be managed by any tools. [opensolaris-pkg]: http://opensolaris.org/os/project/pkg/ [gentoo-ruby]: http://www.gentoo.org/proj/en/prog_lang/ruby/ [homebrew]: http://brew.sh/ +[nitrousio]: https://www.nitrous.io/ From 44ccf23104604957117152e3aacb5f5a47313a41 Mon Sep 17 00:00:00 2001 From: Kuniaki IGARASHI Date: Thu, 5 Feb 2015 08:28:32 +0900 Subject: [PATCH 3/6] Add ActiveScriptRuby and RailsInstaller into ja installation page. --- ja/documentation/installation/index.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/ja/documentation/installation/index.md b/ja/documentation/installation/index.md index 920cb1a7b2..06f9902b7e 100644 --- a/ja/documentation/installation/index.md +++ b/ja/documentation/installation/index.md @@ -29,8 +29,9 @@ lang: ja * Windows + * [ActiveScriptRuby](#activescriptruby) * [RubyInstaller](#rubyinstaller) - + * [RailsInstaller](#railsinstaller) ## サードパーティツール @@ -64,6 +65,10 @@ RVM は複数の Ruby のインストールと管理を行うことができま RVM をインストールする方法は [rvm.io][rvm] に記述されています。 +### Active Script Ruby +{: #activescriptruby } + +[Active Script Ruby][active-script-ruby] はインストーラを実行するだけで Windows 上に Ruby 開発環境を構築します。安定版 Ruby に幾つかの便利なライブラリを加え、さらに Ruby を COM サーバとしても利用可能にしたものです。 ### RubyInstaller {: #rubyinstaller} @@ -74,6 +79,10 @@ RVM をインストールする方法は [rvm.io][rvm] に記述されていま RubyInstaller を使うには、[RubyInstaller のページ][rubyinstaller] からダウンロードしてください。 そしてこのインストーラを実行するだけです! +### RailsInstaller +{: #railsinstaller} + +[RailsInstaller][railsinstaller] を利用すると、インストーラを実行するだけでWindows上に Rails 開発環境を構築できます。 ## パッケージ管理システム {: #package-management-systems} @@ -221,7 +230,9 @@ $ sudo make install [rvm]: http://rvm.io/ [rbenv]: https://github.com/sstephenson/rbenv +[active-script-ruby]: http://www.artonx.org/data/asr/ [rubyinstaller]: http://rubyinstaller.org/ +[railsinstaller]: http://railsinstaller.org/ [sunfreeware]: http://www.sunfreeware.com [blastwave]: http://www.blastwave.org [openindiana]: http://openindiana.org/ From 4671426a48ffbaf7520f5eba211a5576aa338094 Mon Sep 17 00:00:00 2001 From: Kuniaki IGARASHI Date: Thu, 5 Feb 2015 09:25:22 +0900 Subject: [PATCH 4/6] Add Nitrous.IO into ja installation page. --- ja/documentation/installation/index.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ja/documentation/installation/index.md b/ja/documentation/installation/index.md index 06f9902b7e..66a11e79c0 100644 --- a/ja/documentation/installation/index.md +++ b/ja/documentation/installation/index.md @@ -33,6 +33,11 @@ lang: ja * [RubyInstaller](#rubyinstaller) * [RailsInstaller](#railsinstaller) +* Web 上で開発する + + * [Nitrous.IO](#nitrousio) + + ## サードパーティツール 多くのRubyistたちは様々な特徴を持つサードパーティツールを使ってRubyをインストールしています。 @@ -227,6 +232,14 @@ $ sudo make install しかしながら、サードパーティ製ツールかパッケージマネージャを使う方が良い考えです。 何故なら、ソースからインストールされた Ruby はどのツールからも管理されないからです。 +## Web 上で開発する + +Web 上に用意される Ruby の開発環境を利用して、ブラウザを使って Ruby のコードを書くことができます。 + +### Nitrous.IO +{: #nitrousio} + +[Nitrous.IO][nitrousio] はブラウザ上の IDE を利用して Ruby のコードを書き、実行することができます。 Rails を使って Web アプリケーションを開発することもできます。 [rvm]: http://rvm.io/ [rbenv]: https://github.com/sstephenson/rbenv @@ -239,3 +252,4 @@ $ sudo make install [opensolaris-pkg]: http://opensolaris.org/os/project/pkg/ [gentoo-ruby]: http://www.gentoo.org/proj/en/prog_lang/ruby/ [homebrew]: http://brew.sh/ +[nitrousio]: https://www.nitrous.io/ From 0903379c10ae31c2e0c81bb75b00033643b3eba1 Mon Sep 17 00:00:00 2001 From: Kuniaki IGARASHI Date: Mon, 9 Feb 2015 08:08:51 +0900 Subject: [PATCH 5/6] Create a developing on browser page in ja and move Nitrous.IO description. --- ja/documentation/developing-on-browser/index.md | 17 +++++++++++++++++ ja/documentation/index.md | 2 +- ja/documentation/installation/index.md | 14 +------------- 3 files changed, 19 insertions(+), 14 deletions(-) create mode 100644 ja/documentation/developing-on-browser/index.md diff --git a/ja/documentation/developing-on-browser/index.md b/ja/documentation/developing-on-browser/index.md new file mode 100644 index 0000000000..9c9a786024 --- /dev/null +++ b/ja/documentation/developing-on-browser/index.md @@ -0,0 +1,17 @@ +--- +layout: page +title: "ブラウザから利用できる開発環境" +lang: ja +--- + +Web 上に用意される Ruby の開発環境を利用して、ブラウザを使って Ruby のコードを書き、実行することができます。 +このページでは、ブラウザから利用できる開発環境について解説します。 + +### Nitrous.IO +{: #nitrousio} + +[Nitrous.IO][nitrousio] はブラウザ上の IDE を利用して Ruby のコードを書き、実行することができます。 Rails を使って Web アプリケーションを開発することもできます。 + + +[nitrousio]: https://www.nitrous.io/ + diff --git a/ja/documentation/index.md b/ja/documentation/index.md index 687cb170eb..84d8b60d01 100644 --- a/ja/documentation/index.md +++ b/ja/documentation/index.md @@ -8,7 +8,7 @@ lang: ja ### マニュアル -各環境にRubyをインストールする方法は、 [ダウンロード](/ja/downloads) 及び [インストールガイド](/ja/installation) で解説しています。 +各環境にRubyをインストールする方法は、 [ダウンロード](/ja/downloads) 及び [インストールガイド](/ja/installation) で解説しています。また、 [ブラウザから利用できる開発環境](/ja/developing-on-browser) を使って開発することもできます。 また、現在有志の手により[リファレンスマニュアルの整備][rurema-wiki]が進行中です。 作業途中の成果物を[<URL:http://doc.ruby-lang.org/ja/>][doc-r-l-o]から閲覧できます。 diff --git a/ja/documentation/installation/index.md b/ja/documentation/installation/index.md index 66a11e79c0..04d16ba539 100644 --- a/ja/documentation/installation/index.md +++ b/ja/documentation/installation/index.md @@ -7,6 +7,7 @@ lang: ja いくつかのツールを使ってRubyをインストールできます。 このページでは、Rubyの管理とインストールのための、メジャーなパッケージ管理ツールとサードパーティツールについて解説します。 +また、Webサービスを利用して開発する方法もあります。 [ブラウザから利用できる開発環境](/ja/documentation/developing-on-browser) のページを参照してください。 ## システムごとのインストール方法 @@ -33,10 +34,6 @@ lang: ja * [RubyInstaller](#rubyinstaller) * [RailsInstaller](#railsinstaller) -* Web 上で開発する - - * [Nitrous.IO](#nitrousio) - ## サードパーティツール @@ -232,14 +229,6 @@ $ sudo make install しかしながら、サードパーティ製ツールかパッケージマネージャを使う方が良い考えです。 何故なら、ソースからインストールされた Ruby はどのツールからも管理されないからです。 -## Web 上で開発する - -Web 上に用意される Ruby の開発環境を利用して、ブラウザを使って Ruby のコードを書くことができます。 - -### Nitrous.IO -{: #nitrousio} - -[Nitrous.IO][nitrousio] はブラウザ上の IDE を利用して Ruby のコードを書き、実行することができます。 Rails を使って Web アプリケーションを開発することもできます。 [rvm]: http://rvm.io/ [rbenv]: https://github.com/sstephenson/rbenv @@ -252,4 +241,3 @@ Web 上に用意される Ruby の開発環境を利用して、ブラウザを [opensolaris-pkg]: http://opensolaris.org/os/project/pkg/ [gentoo-ruby]: http://www.gentoo.org/proj/en/prog_lang/ruby/ [homebrew]: http://brew.sh/ -[nitrousio]: https://www.nitrous.io/ From c4d5663c1b2c1d3a5a91d5e02e16b2d42bd02d69 Mon Sep 17 00:00:00 2001 From: Kuniaki IGARASHI Date: Tue, 10 Feb 2015 08:16:07 +0900 Subject: [PATCH 6/6] Create a developing on browser page in en and move Nitrous.IO description. --- en/documentation/developing-on-browser/index.md | 14 ++++++++++++++ en/documentation/index.md | 2 +- en/documentation/installation/index.md | 10 +++------- 3 files changed, 18 insertions(+), 8 deletions(-) create mode 100644 en/documentation/developing-on-browser/index.md diff --git a/en/documentation/developing-on-browser/index.md b/en/documentation/developing-on-browser/index.md new file mode 100644 index 0000000000..6387e64ecb --- /dev/null +++ b/en/documentation/developing-on-browser/index.md @@ -0,0 +1,14 @@ +--- +layout: page +title: "Developing on browser" +lang: en +--- + +You can write and run Ruby codes with Ruby development enviroments on web. This page describes the developing web services using on browser. + +### Nitrous.IO +{: #nitrousio} + +[Nitrous.IO][nitrousio] allow you to write and run Ruby codes with good IDE on browser. You can also develop Rails apps too. + +[nitrousio]: https://www.nitrous.io/ diff --git a/en/documentation/index.md b/en/documentation/index.md index 2fe4adbd84..695476825f 100644 --- a/en/documentation/index.md +++ b/en/documentation/index.md @@ -20,7 +20,7 @@ ruby -v {% endhighlight %} This should output some information on the installed Ruby version. -If not, see the [installation page](installation/) for various options +If not, see the [installation page](installation/) and [developing on browser page](developing-on-browser/) for various options of getting Ruby. ### Getting Started diff --git a/en/documentation/installation/index.md b/en/documentation/installation/index.md index c149aeaaa4..353e000f1d 100644 --- a/en/documentation/installation/index.md +++ b/en/documentation/installation/index.md @@ -8,6 +8,9 @@ You can use several tools to install Ruby. This page describes how to use major package management systems and third-party tools for managing and installing Ruby and how to build Ruby from source. + +If you would like to use Ruby on browser, you can get informations in [Developing on browser](/en/documentation/developing-on-browser) page. + {: .summary} @@ -47,8 +50,6 @@ for different needs and platforms. * [RVM](#rvm) * [uru](#uru) * [Building from source](#building-from-source) -* [Coding on web service](#coding-on-web-service) - * [Nitrous.IO](#nitrousio) ## Package Management Systems {: #package-management-systems} @@ -292,11 +293,6 @@ though, because the installed Ruby won't be managed by any tools. You can write and run Ruby code on your browser. -### Nitrous.IO -{: #nitrousio} - -[Nitrous.IO][nitrousio] allows you to write Ruby code on your browser via Web IDE. You can develop web applications using Ruby on Rails. - [rvm]: http://rvm.io/ [rbenv]: https://github.com/sstephenson/rbenv#readme [ruby-build]: https://github.com/sstephenson/ruby-build#readme