Hello,
Is there a document or report listing what has changed in Ruby since the
latest edition of The Ruby Programming Language book by Matsumoto,
Flanagan? If not, where should look to gather this info? Thanks.
https://www.ruby-lang.org/en/news/2013/02/24/ruby-2-0-0-p0-is-released/
I took it from whats new in ruby 2.0.0 at DuckDuckGo
···
On Mon, Oct 15, 2018 at 12:34 AM Tekin Sal <teksalx@gmail.com> wrote:
Hello,
Is there a document or report listing what has changed in Ruby since the
latest edition of The Ruby Programming Language book by Matsumoto,
Flanagan? If not, where should look to gather this info? Thanks.Unsubscribe: <mailto:ruby-talk-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-talk>
--
Karthikeyan A K
Founder of Code Tribe https://is.gd/codetribe
Author of I Love Ruby - Free Ruby programming book
The canonical point of information is the NEWS file in Ruby's source
tree for each version. It is maintained by the developers (core team)
and should contain everything important for each released version.
Here's the list of all NEWS files since Ruby 1.9.3:
* https://svn.ruby-lang.org/cgi-bin/viewvc.cgi/tags/v2_0_0_0/NEWS?view=markup
* https://svn.ruby-lang.org/cgi-bin/viewvc.cgi/tags/v2_1_0/NEWS?view=markup
* https://svn.ruby-lang.org/cgi-bin/viewvc.cgi/tags/v2_2_0/NEWS?view=markup
* https://svn.ruby-lang.org/cgi-bin/viewvc.cgi/tags/v2_3_0/NEWS?view=markup
* https://svn.ruby-lang.org/cgi-bin/viewvc.cgi/tags/v2_4_0/NEWS?view=markup
* https://svn.ruby-lang.org/cgi-bin/viewvc.cgi/tags/v2_5_1/NEWS?view=markup
Marvin
···
Am 14. Oktober 2018 um 22:03 Uhr +0300 schrieb Tekin Sal:
Hello,
Is there a document or report listing what has changed in Ruby since the
latest edition of The Ruby Programming Language book by Matsumoto,
Flanagan? If not, where should look to gather this info? Thanks.
--
Blog: https://mg.guelker.eu
PGP/GPG ID: F1D8799FBCC8BC4F
Hello,
Thanks for the response.
I looked at the first item under Language Changes in 2.0.0.0 NEWS file, it
says "Added keyword arguments." That's it. Where are the details? What do I
do to learn the syntax, without relying on random posts Google search
returns? I don't see a formal Language Reference document regularly updated
either.
···
On Mon, Oct 15, 2018 at 1:06 PM Marvin Gülker <m-guelker@phoenixmail.de> wrote:
Am 14. Oktober 2018 um 22:03 Uhr +0300 schrieb Tekin Sal:
> Hello,
> Is there a document or report listing what has changed in Ruby since the
> latest edition of The Ruby Programming Language book by Matsumoto,
> Flanagan? If not, where should look to gather this info? Thanks.The canonical point of information is the NEWS file in Ruby's source
tree for each version. It is maintained by the developers (core team)
and should contain everything important for each released version.Here's the list of all NEWS files since Ruby 1.9.3:
*
https://svn.ruby-lang.org/cgi-bin/viewvc.cgi/tags/v2_0_0_0/NEWS?view=markup
*
https://svn.ruby-lang.org/cgi-bin/viewvc.cgi/tags/v2_1_0/NEWS?view=markup
*
https://svn.ruby-lang.org/cgi-bin/viewvc.cgi/tags/v2_2_0/NEWS?view=markup
*
https://svn.ruby-lang.org/cgi-bin/viewvc.cgi/tags/v2_3_0/NEWS?view=markup
*
https://svn.ruby-lang.org/cgi-bin/viewvc.cgi/tags/v2_4_0/NEWS?view=markup
*
https://svn.ruby-lang.org/cgi-bin/viewvc.cgi/tags/v2_5_1/NEWS?view=markupMarvin
--
Blog: https://mg.guelker.eu
PGP/GPG ID: F1D8799FBCC8BC4FUnsubscribe: <mailto:ruby-talk-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-talk>
What do I do to learn the syntax, without relying on random posts Google search returns?
There is some documentation included as text files as part of the standard documentation online: https://ruby-doc.org/core-2.5.1/
Click here to view Company Information and Confidentiality Notice.<http://www.jameshall.co.uk/index.php/small-print/email-disclaimer>
Please note that we have updated our privacy policy in line with new data protection regulations. Please refer to our website to view the ways in which we handle your data.
Hello,
Thanks for the response.
I looked at the first item under Language Changes in 2.0.0.0 NEWS file, it
says "Added keyword arguments." That's it. Where are the details?
The document says at its very top:
Note that each entry is kept so brief that no reason behind or
reference information is supplied with. For a full list of changes
with all sufficient information, see the ChangeLog file.
So you could try that one.
In addition, you could check the respective news posts on the official
homepage. Here's the news archive: Recent News
The relevant minor releases are usually around Christmas. 2.0.0 itself
was not a Christmas release, because it was intentionally released on
Ruby's 20th birthday on a February's day.
What do I do to learn the syntax, without relying on random posts
Google search returns? I don't see a formal Language Reference
document regularly updated either.
There's the MRI's RubySpec if you want a semi-formal document. I've
not used it, so I can't comment on its contents. Link:
Marvin
···
Am 16. Oktober 2018 um 08:58 Uhr +0300 schrieb Tekin Sal:
--
Blog: https://mg.guelker.eu
PGP/GPG ID: F1D8799FBCC8BC4F