剥皮 发表于 2025-3-28 15:02:39
The Ruby EcosystemAs with other programming languages, Ruby has its own culture and “ecosystem.” Ruby’s ecosystem is made up of thousands of developers, maintainers, documenters, bloggers, companies, and those who help sponsor or fund the development of the language.Decrepit 发表于 2025-3-28 20:49:42
Classes, Objects, and ModulesIn Chapter ., we dived straight into the principles of object orientation, the method of representing concepts in Ruby by using . and .. Since then, we’ve looked at Ruby’s standard classes, such as . and ., worked with them, and then branched off to look at Ruby’s logic and other core features.Basilar-Artery 发表于 2025-3-29 00:56:17
Files and DatabasesIn this chapter, we’re going to look at how to store, process, and interact with external sources of data from our Ruby programs. In Chapter ., we briefly looked at how to load files to get data into an application, but this chapter will extend upon that greatly and allow you to create files from scratch from your Ruby programs.使出神 发表于 2025-3-29 06:07:39
http://reply.papertrans.cn/19/1826/182517/182517_44.pngCURB 发表于 2025-3-29 09:14:06
Ruby and the InternetIn this chapter, we’re going to look at how to use Ruby with the Internet and with the various services available on the Internet, from the Web to email and file transfers.致词 发表于 2025-3-29 12:38:20
http://reply.papertrans.cn/19/1826/182517/182517_46.png骇人 发表于 2025-3-29 18:39:32
http://reply.papertrans.cn/19/1826/182517/182517_47.png不能和解 发表于 2025-3-29 20:11:45
Philip Holmes,John Schmitt,Gabor Domokoslisten to music; and watch videos, while the computer performs calculations, makes decisions, and relays information to us. To write computer programs, it’s essential to understand the basics of data and its manipulation.Negligible 发表于 2025-3-30 03:30:12
Philip Holmes,John Schmitt,Gabor Domokos world of real software development and develop a complete, though very basic, Ruby application with a basic set of features. Once we’ve developed and tested the basic application, we’ll look at different ways to extend it to become more useful. On our way, we’ll cover some new facets of development果核 发表于 2025-3-30 07:10:44
N. P. O’Dowd,P. J. Budden,E. R. J. Griffiths line of code we’ve used in the small projects so far has been written specifically for that project from scratch. In this chapter, we’ll look at how to build larger projects with Ruby and how to reuse code written previously. Finally, we’ll look at how to use code already written and prepared by ot