Ruby astounds developers with its ability to make programming fun again. It frees programmers to concentrate on programming objectives, and creates fewer obstacles than other languages by flowing ideas directly into the code. Although Ruby is experiencing dramatic growth, there are very few educational resources available for aspiring developers. Written by a team of Ruby gurus, Ruby Developer's Guide is the most comprehensive book available for serious Ruby developers.
1. Review the Basics of a Ruby Installation
Learn about the ins-and-outs of installing Ruby on UNIX and Windows, as well as about the Ruby Integrated Development Environment (IDE).
2. Evaluate GUI Toolkits
Find out which toolkits are thread-safe, which come with good example programs, and which are the best choices for certain functions.
3. Read and Write Comma-Separated Value Files
See how to use Nakamura Hiroshi's CSV module to read and write Comma Separated Value files from within Ruby.
4. Parse and Create XML in Ruby
Learn about the parsers for Ruby that work either directly with XML or with one of the various XML APIs.
5. Develop Distributed Web Services
Use drb to transparently call the methods of remote objects simply by doing a method call and also to speed up CGI scripts.
6. Connect to the Web with Ruby
See how Ruby can be used to provide Web content and dynamic interaction to Web clients.
7. Learn to Program Graphics using Ruby
Find support of popular graphics libraries, including OpenGL, GD, GD::Graph, PGPlot, and Imlib2earn.
8. Improve Performance by Profiling
Use the standard profiler profile.rb or RbProf, which is faster than the standard profiler.
9. Register for Your 1 Year Upgrade
The Syngress Solutions upgrade plan protects you from content obsolescence and provides monthly mailings, whitepapers, and more!
ABOUT THE AUTHOR
|
| Lyle Johnson | Lyle Johnson is a Software Team Leader at ResGen, Invitrogen Corporation in Huntsville, AL. Prior to his employment at ResGen, Lyle served as Group Leader for Graphical User Inerface Development at CFD Research Corporation. Lyle has worked primarily in commercial software development for computational fluid dynamics and bioinformatics applications, but has also managed and contributed to a number of open-source software projects. |
| Michael Neumann | Michael Neumann is a Database and Software Developer for Merlin.zwo InfoDesign GmbH in Germany (near Stuttgart). He is also studing computer science at the University of Karlsruhe. Merlin.zwo develops large-scale database applications based on Oracle products. With more than 10 years of experience in software development, Michael has specialized in many different domains, from system-near programming, administration of Unix systems, and database development with several RDBMSs, to OOA/OOD techniques, and design and implementation of distributed and parallel applications. |
| Robert Feldt | Robert Feldt is a Software Engineering Researcher at Chalmers University of Technology in Gothenburg, Sweden. His professional interest is in how to produce robust, reliable software. Robert's research focuses on what can be learned from applying the complex but robust systems found in nature to tools and methods for developing and testing software. |