Chapter 10. Deploying Ruby Applications and Libraries

In this chapter, we're going to look at how to deploy and distribute the programs you create with Ruby.

Developing Ruby applications is so simple that you'll soon want to release them to the world. As covered in Chapter 5, Ruby has a proud history of community and sharing, and nearly every Ruby developer will release code or completed applications at some point. Indeed, as Ruby is an interpreted language, the source code has to be distributed whenever you deploy your Ruby applications. If this isn't desired, there are some workarounds, and we'll look at those in this chapter, too.

In essence, this chapter will walk you through the considerations and processes of deploying Ruby applications, libraries, ...

Get Beginning Ruby: From Novice to Professional now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.