Documentation

Hi, could someone help me to find the official Ruby Documentation, from the
ruby-lang.org website I could find the below webpages and confused to
choose the right one.

   - http://ruby-doc.org
   - rubydoc.info

*​Best regards*,​

Ferdinand Rosario A
​Mobile : +91 8939939022
Twitter : @Ferdy_Rosario
Skype : ferdinand.rosario
LinkedIn: https://www.linkedin.com/in/ferdinandrosario
GitHub : https://github.com/ferdinandrosario

Ferdinand Rosario <ferdinandrosario@gmail.com> writes:

   - http://ruby-doc.org
   - rubydoc.info

The “official” documention is that one on ruby-doc.org, which is
generated from the Ruby sourcecode by means of Ruby’ſ standard
documentation tool RDoc. However, some people don’t like the way RDoc
documents Ruby code and instead prefer YARD, an alternative
documentation engine. This is what rubydoc.info uses to process the Ruby
sourcecode.

Since both sites are based on the Ruby sourcecode, the actual semantics
should be equal, but are presented slightly different to you (though the
difference is greater than just applying a different CSS stylesheet).

Greetings
Marvin

···

--
#!/sbin/quintus
Blog: http://www.guelkerdev.de

GnuPG key: F1D8799FBCC8BC4F

Hello! I all time use http://ruby-doc.org. I think both sites is actual,
but use different documentation engine.

···

12 окт. 2015 г. 9:39 пользователь "Ferdinand Rosario" < ferdinandrosario@gmail.com> написал:

Hi, could someone help me to find the official Ruby Documentation, from
the ruby-lang.org website I could find the below webpages and confused to
choose the right one.

   - http://ruby-doc.org
   - rubydoc.info

*​Best regards*,​

Ferdinand Rosario A
​Mobile : +91 8939939022
Twitter : @Ferdy_Rosario
Skype : ferdinand.rosario
LinkedIn: https://www.linkedin.com/in/ferdinandrosario
GitHub : ferdinandrosario (Ferdy) · GitHub

Hi,

The official Ruby documentation is at http://ruby-doc.org/core-2.2.3/\.

···


Best regards,
Dzianis Dashkevich | Ruby Software Engineer | Altoros
Mobile: +375 29 255-45-74
Skype: donnybrookfair
dskecse@gmail.com <mailto:dskecse@gmail.com> | www.altoros.com <http://www.altoros.com/&gt; | blog.altoros.com <Blog on Cloud-Native Transformation and Technology Research | Altoros; | twitter.com/altoros <http://twitter.com/altoros&gt;

On Oct 12, 2015, at 9:45 AM, Evgeniy Shurmin <eshurmin@gmail.com> wrote:

Hello! I all time use http://ruby-doc.org <http://ruby-doc.org/&gt;\. I think both sites is actual, but use different documentation engine.

12 окт. 2015 г. 9:39 пользователь "Ferdinand Rosario" <ferdinandrosario@gmail.com <mailto:ferdinandrosario@gmail.com>> написал:
Hi, could someone help me to find the official Ruby Documentation, from the ruby-lang.org <http://ruby-lang.org/&gt; website I could find the below webpages and confused to choose the right one.
http://ruby-doc.org <http://ruby-doc.org/&gt;
rubydoc.info <http://rubydoc.info/&gt;

​Best regards,​
Ferdinand Rosario A
​Mobile : +91 8939939022 <tel:%2B91%208939939022>
Twitter : @Ferdy_Rosario
Skype : ferdinand.rosario
LinkedIn: https://www.linkedin.com/in/ferdinandrosario
GitHub : ferdinandrosario (Ferdy) · GitHub

Hey

There is also http://docs.ruby-lang.org/

Cheers benny

···

On Mon, 2015-10-12 at 09:34 +0200, Quintus wrote:

Ferdinand Rosario <ferdinandrosario@gmail.com> writes:

> - http://ruby-doc.org
> - rubydoc.info

The “official” documention is that one on ruby-doc.org, which is
generated from the Ruby sourcecode by means of Ruby’ſ standard
documentation tool RDoc. However, some people don’t like the way RDoc
documents Ruby code and instead prefer YARD, an alternative
documentation engine. This is what rubydoc.info uses to process the
Ruby
sourcecode.

Since both sites are based on the Ruby sourcecode, the actual
semantics
should be equal, but are presented slightly different to you (though
the
difference is greater than just applying a different CSS stylesheet).

Greetings
Marvin

Thank you all.can we contribute to the documentation?

*​Best regards*,​

Ferdinand Rosario A
​Mobile : +91 8939939022
Twitter : @Ferdy_Rosario
Skype : ferdinand.rosario
LinkedIn: https://www.linkedin.com/in/ferdinandrosario
GitHub : ferdinandrosario (Ferdy) · GitHub

···

On 12 October 2015 at 13:04, Quintus <quintus@quintilianus.eu> wrote:

Ferdinand Rosario <ferdinandrosario@gmail.com> writes:

> - http://ruby-doc.org
> - rubydoc.info

The “official” documention is that one on ruby-doc.org, which is
generated from the Ruby sourcecode by means of Ruby’ſ standard
documentation tool RDoc. However, some people don’t like the way RDoc
documents Ruby code and instead prefer YARD, an alternative
documentation engine. This is what rubydoc.info uses to process the Ruby
sourcecode.

Since both sites are based on the Ruby sourcecode, the actual semantics
should be equal, but are presented slightly different to you (though the
difference is greater than just applying a different CSS stylesheet).

Greetings
Marvin

--
#!/sbin/quintus
Blog: http://www.guelkerdev.de

GnuPG key: F1D8799FBCC8BC4F

Benjamin Klotz <benny.klotz92@gmail.com> writes:

There is also http://docs.ruby-lang.org/

This is completely new to me. Is this mentioned anywhere, or how did you
find that one?

Greetings
Marvin

···

--
#!/sbin/quintus
Blog: http://www.guelkerdev.de

GnuPG key: F1D8799FBCC8BC4F

Yes! Most of the documentation is generated from source code comments,
so to contribute, follow the instructions for developing Ruby itself,
and just change comments and not code :slight_smile:

···

On Oct 12, 2015, at 04:55, Ferdinand Rosario <ferdinandrosario@gmail.com> wrote:

can we contribute to the documentation?

This is completely new to me. Is this mentioned anywhere, or how did you
find that one?

This is also generated by RDoc from the Ruby source code, like ruby-doc.org.

···

2015-10-12 22:24 GMT+03:00 Quintus <quintus@quintilianus.eu>:

Benjamin Klotz <benny.klotz92@gmail.com> writes:

> There is also http://docs.ruby-lang.org/

This is completely new to me. Is this mentioned anywhere, or how did you
find that one?

Greetings
Marvin

--
#!/sbin/quintus
Blog: http://www.guelkerdev.de

GnuPG key: F1D8799FBCC8BC4F

Found it through Github: GitHub - ruby/docs.ruby-lang.org: Source of the docs.ruby-lang.org site

Cheers
Benny

···

On Mon, 2015-10-12 at 21:24 +0200, Quintus wrote:

Benjamin Klotz <benny.klotz92@gmail.com> writes:

> There is also http://docs.ruby-lang.org/

This is completely new to me. Is this mentioned anywhere, or how did
you
find that one?

Greetings
Marvin