Programming Ruby: Difference between revisions
Mindmatrix (talk | contribs) m Reverted edit by 171.252.188.248 (talk) to last version by Sallyrenee |
Update for 5th edition of the book, just released. |
||
Line 15: | Line 15: | ||
'''''Programming Ruby''''' is a book about the [[Ruby programming language]] by [[Dave Thomas (programmer)|Dave Thomas]] and [[Andy Hunt (author)|Andrew Hunt]], authors of ''[[The Pragmatic Programmer]]''. In the Ruby community, it is commonly known as "The PickAxe" because of the pickaxe on the cover. The book has helped Ruby to spread outside Japan.<ref>{{cite web|last=Black|first=David|title=David Black on the Success of Ruby|url=http://www.infoq.com/interviews/david-black}}</ref> |
'''''Programming Ruby''''' is a book about the [[Ruby programming language]] by [[Dave Thomas (programmer)|Dave Thomas]] and [[Andy Hunt (author)|Andrew Hunt]], authors of ''[[The Pragmatic Programmer]]''. In the Ruby community, it is commonly known as "The PickAxe" because of the pickaxe on the cover. The book has helped Ruby to spread outside Japan.<ref>{{cite web|last=Black|first=David|title=David Black on the Success of Ruby|url=http://www.infoq.com/interviews/david-black}}</ref> |
||
The complete first edition of this book is freely available under the [[Open Publication License]] v1.0, and was published by [[Addison-Wesley]] in 2001. The second edition, covering the features of Ruby 1.8, was published by The Pragmatic Programmers, LLC in 2004. |
The complete first edition of this book is freely available under the [[Open Publication License]] v1.0, and was published by [[Addison-Wesley]] in 2001. The second edition, covering the features of Ruby 1.8, was published by The Pragmatic Programmers, LLC in 2004. The third edition, covering Ruby 1.9, was published in 2010, with the fourth edition, covering Ruby 1.9 and 2.0 being published in 2013. |
||
A [https://pragprog.com/titles/ruby5/programming-ruby-3-3-5th-edition/ fifth edition], updated for Ruby 3.3, was written by Noel Rappin, and published by Pragmatic Programmers, LLC in 2023. |
|||
An updated 4th edition covering Ruby 1.9 and 2.0 is available. |
|||
== References == |
== References == |
Revision as of 21:13, 26 January 2024
![]() | |
Author | Dave Thomas, Chad Fowler, Andrew Hunt |
---|---|
Publisher | Pragmatic Programmers |
Publication date | 22 Oct 2004 (second edition) |
Publication place | United States |
Media type | Print (Paperback) |
Pages | 864 pages (second edition) |
ISBN | 0-9745140-5-5 |
OCLC | 254803547 |
005.133 22 | |
LC Class | QA76.64 .T494 2005 |
Programming Ruby is a book about the Ruby programming language by Dave Thomas and Andrew Hunt, authors of The Pragmatic Programmer. In the Ruby community, it is commonly known as "The PickAxe" because of the pickaxe on the cover. The book has helped Ruby to spread outside Japan.[1]
The complete first edition of this book is freely available under the Open Publication License v1.0, and was published by Addison-Wesley in 2001. The second edition, covering the features of Ruby 1.8, was published by The Pragmatic Programmers, LLC in 2004. The third edition, covering Ruby 1.9, was published in 2010, with the fourth edition, covering Ruby 1.9 and 2.0 being published in 2013.
A fifth edition, updated for Ruby 3.3, was written by Noel Rappin, and published by Pragmatic Programmers, LLC in 2023.
References
- ^ Black, David. "David Black on the Success of Ruby".
External links
- First edition (for online reading) at RUBY-DOC.ORG
- 4th edition at The Pragmatic Programmers